Hello community, here is the log from the commit of package clzip for openSUSE:Factory checked in at 2014-09-26 10:51:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clzip (Old) and /work/SRC/openSUSE:Factory/.clzip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clzip" Changes: -------- --- /work/SRC/openSUSE:Factory/clzip/clzip.changes 2013-10-09 09:42:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.clzip.new/clzip.changes 2014-09-26 11:21:18.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Sep 23 16:55:53 UTC 2014 - [email protected] + +- Drop gpg-offline build-time requirement; this is now handled by + the local source validator + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clzip.spec ++++++ --- /var/tmp/diff_new_pack.Qmg0oO/_old 2014-09-26 11:21:18.000000000 +0200 +++ /var/tmp/diff_new_pack.Qmg0oO/_new 2014-09-26 11:21:18.000000000 +0200 @@ -2,7 +2,7 @@ # # spec file for package clzip # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011-2013 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -26,7 +26,6 @@ Group: Productivity/Archiving/Compression Url: http://www.nongnu.org/lzip/clzip.html -#Freecode-URL: http://freecode.com/projects/clzip Source: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz Source2: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig Source3: %name.keyring @@ -36,9 +35,6 @@ BuildRequires: lzip BuildRequires: make BuildRequires: pkgconfig -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif Requires(post): info Requires(preun):info @@ -53,7 +49,6 @@ embedded devices or systems lacking a C++ compiler. %prep -%{?gpg_verify: %gpg_verify %{S:2}} %if 0%{?__lzip:1} %setup -q %else @@ -65,31 +60,31 @@ # not autoconf ./configure \ --srcdir=. \ - --prefix="%{_prefix}" \ - --bindir="%{_bindir}" \ - --datadir="%{_datadir}" \ - --infodir="%{_infodir}" \ - --mandir="%{_mandir}" \ - --sysconfdir="%{_sysconfdir}" \ - CC="%__cc" \ - CFLAGS="%{optflags}" + --prefix="%_prefix" \ + --bindir="%_bindir" \ + --datadir="%_datadir" \ + --infodir="%_infodir" \ + --mandir="%_mandir" \ + --sysconfdir="%_sysconfdir" \ + CC="gcc" \ + CFLAGS="%optflags" -%__make %{?_smp_flags} +make %{?_smp_flags} %install make install DESTDIR="%buildroot" %post -%install_info --info-dir="%{_infodir}" "%{_infodir}/clzip.info%{ext_info}" +%install_info --info-dir="%_infodir" "%_infodir/clzip.info%ext_info" %preun -%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/clzip.info%{ext_info}" +%install_info_delete --info-dir="%_infodir" "%_infodir/clzip.info%ext_info" %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README -%{_bindir}/clzip -%doc %{_mandir}/man1/clzip.1%{ext_man} -%doc %{_infodir}/clzip.info%{ext_info} +%_bindir/clzip +%doc %_mandir/man1/clzip.1%ext_man +%doc %_infodir/clzip.info%ext_info %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
