Compare commits
19 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b22211f4a | ||
|
|
6c7bcdc7e3 | ||
|
|
aa904b6281 | ||
|
|
bb884e592f | ||
|
|
6ec54d4201 | ||
|
|
0eb64b2b0a | ||
|
|
c1febf8ac1 | ||
|
|
4b011fabda | ||
|
|
7d0bb62a79 | ||
|
|
185623af4c | ||
|
|
de6674c9b9 | ||
|
|
74902309d3 | ||
|
|
4979582640 | ||
|
|
adabe8c10d | ||
|
|
f8533b120f | ||
|
|
be680ec056 | ||
|
|
5dbd968760 | ||
|
|
89a726856b | ||
|
|
374e07372e |
4 changed files with 64 additions and 25 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -4,3 +4,12 @@
|
||||||
/sensible-utils_0.0.14.tar.xz
|
/sensible-utils_0.0.14.tar.xz
|
||||||
/sensible-utils_0.0.16.tar.xz
|
/sensible-utils_0.0.16.tar.xz
|
||||||
/sensible-utils_0.0.17.tar.xz
|
/sensible-utils_0.0.17.tar.xz
|
||||||
|
/sensible-utils_0.0.18.tar.xz
|
||||||
|
/sensible-utils_0.0.19.tar.xz
|
||||||
|
/sensible-utils_0.0.20.tar.xz
|
||||||
|
/sensible-utils_0.0.21.tar.xz
|
||||||
|
/sensible-utils_0.0.22.tar.xz
|
||||||
|
/sensible-utils_0.0.23.tar.xz
|
||||||
|
/sensible-utils_0.0.24.tar.xz
|
||||||
|
/sensible-utils_0.0.25.tar.xz
|
||||||
|
/sensible-utils_0.0.26.tar.xz
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Name: sensible-utils
|
Name: sensible-utils
|
||||||
Version: 0.0.17
|
Version: 0.0.26
|
||||||
Release: 5%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Utilities for sensible alternative selection
|
Summary: Utilities for sensible alternative selection
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
@ -12,11 +12,10 @@ BuildRequires: automake autoconf
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: po4a
|
BuildRequires: po4a
|
||||||
|
|
||||||
# Needed by select-editor
|
# See Patch0
|
||||||
Requires: gettext-runtime
|
Requires: /usr/bin/gettext
|
||||||
|
Requires: /usr/bin/realpath
|
||||||
|
|
||||||
# Just require gettext instead of installing a wrapper
|
|
||||||
Patch0: sensible-utils_gettext.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides a number of small utilities which are used by programs to
|
This package provides a number of small utilities which are used by programs to
|
||||||
|
|
@ -24,7 +23,7 @@ sensibly select and spawn an appropriate browser, editor, or pager.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}
|
%autosetup -p1 -n %{name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
@ -49,6 +48,54 @@ autoreconf -ifv
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.26-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.26-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Aug 22 2025 Sandro Mani <manisandro@gmail.com> - 0.0.26-1
|
||||||
|
- Update to 0.0.26
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.25-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Apr 23 2025 Sandro Mani <manisandro@gmail.com> - 0.0.25-1
|
||||||
|
- Update to 0.0.25
|
||||||
|
|
||||||
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.24-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.24-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 25 2024 Sandro Mani <manisandro@gmail.com> - 0.0.24-1
|
||||||
|
- Update to 0.0.24
|
||||||
|
|
||||||
|
* Tue Jun 18 2024 Sandro Mani <manisandro@gmail.com> - 0.0.23-1
|
||||||
|
- Update to 0.0.23
|
||||||
|
|
||||||
|
* Tue Feb 06 2024 Sandro Mani <manisandro@gmail.com> - 0.0.22-1
|
||||||
|
- Update to 0.0.22
|
||||||
|
|
||||||
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.21-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.21-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 06 2023 Sandro Mani <manisandro@gmail.com> - 0.0.21-1
|
||||||
|
- Update to 0.0.21
|
||||||
|
|
||||||
|
* Sun Jun 18 2023 Sandro Mani <manisandro@gmail.com> - 0.0.20-1
|
||||||
|
- Update to 0.0.20
|
||||||
|
|
||||||
|
* Tue May 09 2023 Sandro Mani <manisandro@gmail.com> - 0.0.19-1
|
||||||
|
- Update to 0.0.19
|
||||||
|
|
||||||
|
* Sun Mar 19 2023 Sandro Mani <manisandro@gmail.com> - 0.0.18-1
|
||||||
|
- Update to 0.0.18
|
||||||
|
|
||||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.17-5
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.17-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
diff -rupN --no-dereference sensible-utils/Makefile.am sensible-utils-new/Makefile.am
|
|
||||||
--- sensible-utils/Makefile.am 2021-08-07 16:03:18.000000000 +0200
|
|
||||||
+++ sensible-utils-new/Makefile.am 2021-08-30 14:11:29.624068642 +0200
|
|
||||||
@@ -7,8 +7,6 @@ TESTS = test/ed-as-sensible-editor test/
|
|
||||||
AM_TESTS_ENVIRONMENT=\
|
|
||||||
PATH="$(topsrcdir):$$PATH"; export PATH;
|
|
||||||
|
|
||||||
-binpkgdatadir = $(pkgdatadir)/bin
|
|
||||||
-
|
|
||||||
edit = sed \
|
|
||||||
-e 's|@binpkgdatadir[@]|$(binpkgdatadir)|g' \
|
|
||||||
-e 's|@prefix[@]|$(prefix)|g'
|
|
||||||
@@ -25,4 +23,3 @@ select-editor: $(srcdir)/select-editor.i
|
|
||||||
|
|
||||||
|
|
||||||
bin_SCRIPTS = sensible-browser sensible-editor sensible-pager select-editor
|
|
||||||
-binpkgdata_SCRIPTS = tools/gettext
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (sensible-utils_0.0.17.tar.xz) = fb7803cacc4222f232f64850e5559aca0b56ad98b6fd31f36c89740d72f7a235e7f2934ebce1d788882bff7196d59a2ed6cc3584f31e1c1c9e3593cedca2382b
|
SHA512 (sensible-utils_0.0.26.tar.xz) = afc313ac57379987ef61f656386bb9e4ea14746a266584b4e49953449a1d4869d156d79211ab07826b2473c63e4e2903044751f67b905fab61363c6ba3967ec1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue