Hello community,

here is the log from the commit of package gengetopt for openSUSE:Factory 
checked in at 2015-03-18 13:08:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gengetopt (Old)
 and      /work/SRC/openSUSE:Factory/.gengetopt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gengetopt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gengetopt/gengetopt.changes      2012-11-12 
11:41:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gengetopt.new/gengetopt.changes 2015-03-18 
13:08:34.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Mar 16 19:15:15 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+- Add gpg signature
+- Correct info scriplet dependencies
+
+-------------------------------------------------------------------

Old:
----
  gengetopt-2.22.6.tar.xz

New:
----
  gengetopt-2.22.6.tar.gz
  gengetopt-2.22.6.tar.gz.sig
  gengetopt.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gengetopt.spec ++++++
--- /var/tmp/diff_new_pack.ayAam8/_old  2015-03-18 13:08:35.000000000 +0100
+++ /var/tmp/diff_new_pack.ayAam8/_new  2015-03-18 13:08:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gengetopt
 #
-# Copyright (c) 2012 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gengetopt
 Version:        2.22.6
 Release:        0
@@ -22,10 +23,12 @@
 License:        GPL-3.0+
 Group:          Development/Languages/C and C++
 Url:            http://www.gnu.org/software/gengetopt/
-Source:         %{name}-%{version}.tar.xz
+Source0:        ftp://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz
+Source1:        ftp://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz.sig
+Source2:        %{name}.keyring
 BuildRequires:  gcc-c++
-BuildRequires:  xz
-Requires(pre):  info
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,7 +44,7 @@
 %build
 %configure \
        --docdir=%{_docdir}/%{name}
-make
+make --jobs 1
 
 %install
 %{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
@@ -54,15 +57,12 @@
 rm -f %{buildroot}%{_docdir}/%{name}/INSTALL
 
 %check
-make check
-
-%clean
-rm -rf %{buildroot}
+make check --jobs 1
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to