Hello community, here is the log from the commit of package which for openSUSE:Factory checked in at 2015-03-25 21:02:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/which (Old) and /work/SRC/openSUSE:Factory/.which.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "which" Changes: -------- --- /work/SRC/openSUSE:Factory/which/which.changes 2013-04-02 10:43:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.which.new/which.changes 2015-03-25 21:02:19.000000000 +0100 @@ -1,0 +2,10 @@ +Sun Mar 22 18:10:34 UTC 2015 - [email protected] + +- GNU which 2.21: + * Upgraded code from bash to version 4.3 (now uses eaccess). + * Fixed a bug related to getgroups / sysconfig that caused Which + not to see more than 64 groups for a single user + * Build system maintenance. +- Update project and source URL to GNU project + +------------------------------------------------------------------- Old: ---- which-2.20.tar.bz2 New: ---- which-2.21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ which.spec ++++++ --- /var/tmp/diff_new_pack.jx2Xhw/_old 2015-03-25 21:02:20.000000000 +0100 +++ /var/tmp/diff_new_pack.jx2Xhw/_new 2015-03-25 21:02:20.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package which # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,17 @@ Name: which -Version: 2.20 +Version: 2.21 Release: 0 Summary: Displays where a particular program in your path is located License: GPL-3.0+ Group: System/Base -Url: http://carlo17.home.xs4all.nl/which/ - -#DL-URL: http://carlo17.home.xs4all.nl/which/%name-%version.tar.gz -Source: %name-%version.tar.bz2 +Url: https://savannah.gnu.org/projects/which/ +Source: http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz +# FIXME: use proper Requires(pre/post/preun/...) +PreReq: %{install_info_prereq} +Provides: util-linux:%{_bindir}/which BuildRoot: %{_tmppath}/%{name}-%{version}-build -PreReq: %install_info_prereq -Provides: util-linux:/usr/bin/which %description The which command shows the full pathname of a specified program, if @@ -42,19 +41,19 @@ make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" +make DESTDIR=%{buildroot} install %{?_smp_mflags} %post -%install_info --info-dir="%_infodir" "%_infodir/which.info.gz" +%install_info --info-dir="%{_infodir}" "%{_infodir}/which.info.gz" %postun -%install_info_delete --info-dir="%_infodir" "%_infodir/which.info.gz" +%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/which.info.gz" %files %defattr(-,root,root) -%_bindir/which -%doc EXAMPLES COPYING README README.alias -%_infodir/which.info* -%_mandir/man1/which.1* +%{_bindir}/which +%doc EXAMPLES COPYING README README.alias AUTHORS NEWS +%{_infodir}/which.info* +%{_mandir}/man1/which.1* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
