diff --git a/which.spec b/which.spec index ba1513b..f38f594 100644 --- a/which.spec +++ b/which.spec @@ -1,7 +1,7 @@ Summary: Displays where a particular program in your path is located Name: which Version: 2.20 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv3 Group: Applications/System Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz @@ -60,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Sat Feb 21 2015 Till Maas - 2.20-11 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + * Thu Feb 19 2015 Till Maas - 2.20-10 - Use alias instead of exported function for which to avoid bashism, http://unix.stackexchange.com/questions/59360/#59431