Hello community, here is the log from the commit of package fdupes checked in at Thu May 17 11:34:40 CEST 2007. -------- --- fdupes/fdupes.changes 2006-11-16 13:16:13.000000000 +0100 +++ /mounts/work_src_done/STABLE/fdupes/fdupes.changes 2007-05-15 22:53:13.675121000 +0200 @@ -1,0 +2,5 @@ +Tue May 15 22:53:03 CEST 2007 - coolo@suse.de + +- add an RPM macro to make use of it in spec files + +------------------------------------------------------------------- New: ---- macros.fdupes ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fdupes.spec ++++++ --- /var/tmp/diff_new_pack.B11936/_old 2007-05-17 11:31:15.000000000 +0200 +++ /var/tmp/diff_new_pack.B11936/_new 2007-05-17 11:31:15.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package fdupes (Version 1.40) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -15,9 +15,10 @@ Group: Productivity/Archiving/Compression Summary: Identifying or deleting duplicate files Version: 1.40 -Release: 2 +Release: 19 License: X11/MIT Source0: %name-%{version}.tar.bz2 +Source1: macros.fdupes Patch0: %name.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -41,6 +42,7 @@ %install install -D -m755 fdupes $RPM_BUILD_ROOT/usr/bin/fdupes install -D -m644 fdupes.1 $RPM_BUILD_ROOT/usr/share/man/man1/fdupes.1 +install -D -m644 %{SOURCE1} $RPM_BUILD_ROOT/etc/rpm/macros.fdupes %clean rm -rf $RPM_BUILD_ROOT @@ -50,7 +52,10 @@ %doc CHANGES %{_prefix}/bin/fdupes %{_mandir}/*/* +/etc/rpm -%changelog -n fdupes +%changelog +* Tue May 15 2007 - coolo@suse.de +- add an RPM macro to make use of it in spec files * Thu Nov 16 2006 - dmueller@suse.de - Initial package (1.40) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de