Hello community,

here is the log from the commit of package autogen for openSUSE:Factory checked 
in at 2015-03-03 11:15:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autogen (Old)
 and      /work/SRC/openSUSE:Factory/.autogen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autogen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autogen/autogen.changes  2014-07-10 
14:55:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autogen.new/autogen.changes     2015-03-03 
11:16:13.000000000 +0100
@@ -1,0 +2,25 @@
+Mon Mar  2 15:38:31 UTC 2015 - mplus...@suse.com
+
+- Remove upsteamed patch:
+  * autoopts-remove-stupid-set-e.patch
+  * agen5-testsuite.patch
+- Cleanup spec file with spec-cleaner
+- Use url for source
+- Add gpg signature
+- Update to 5.18.4
+  * Do Not Edit (dne) warning:  the default of printing a date in 
+    the warning has now changed to not doing so.  The "-d" option 
+    to suppress the date is now deprecated (ignored).  A new 
+    option, "-D" will cause the date to be included.  The 
+    environment variable, "AUTOGEN_DNE_DATE" overrides everything.
+  * The RETURN function was not completely implemented and only
+    partially worked.  It is working now.
+  * optionPrintVersionAndReturn() is a new function for applications
+    that wish to extend the behavior of the "--version" option.
+  * mdoc and man pages have been greatly improved.
+  * libopts tear-off library used stdnoreturn.h and now includes
+    infrastructure for systems deficient in that area
+  * new function: insert-file  It will simply insert the contents 
+    of a file (or list of files) into the output stream.
+
+-------------------------------------------------------------------

Old:
----
  agen5-testsuite.patch
  autogen-5.18.3.tar.xz
  autoopts-remove-stupid-set-e.patch

New:
----
  autogen-5.18.4.tar.xz
  autogen-5.18.4.tar.xz.sig
  autogen.keyring

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

Other differences:
------------------
++++++ autogen.spec ++++++
--- /var/tmp/diff_new_pack.YmHtJQ/_old  2015-03-03 11:16:14.000000000 +0100
+++ /var/tmp/diff_new_pack.YmHtJQ/_new  2015-03-03 11:16:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autogen
 #
-# Copyright (c) 2014 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,24 +17,25 @@
 
 
 Name:           autogen
+Version:        5.18.4
+Release:        0
+Summary:        Automated Text File Generator
+License:        GPL-3.0+
+Group:          Development/Tools/Building
+Url:            http://autogen.sourceforge.net/
+Source0:        
https://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
+Source1:        
https://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz.sig
+Source2:        %{name}.keyring
+Patch1:         autogen-build_ldpath.patch
+BuildRequires:  fdupes
 BuildRequires:  guile-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  makeinfo
 BuildRequires:  pkg-config
 BuildRequires:  xz
-Summary:        Automated Text File Generator
-License:        GPL-3.0+
-Group:          Development/Tools/Building
-Version:        5.18.3
-Release:        0
-Url:            http://autogen.sourceforge.net/
-Source:         %{name}-%{version}.tar.xz
-Patch1:         autogen-build_ldpath.patch
-Patch2:         autoopts-remove-stupid-set-e.patch
-Patch3:         agen5-testsuite.patch
+Requires(pre):  %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-PreReq:         %{install_info_prereq}
 
 %description
 AutoGen is a tool designed for generating program files that contain
@@ -46,19 +47,20 @@
 %prep
 %setup -q
 %patch1
-%patch2 -p1
-%patch3 -p1
 
 %build
 autoreconf -fi
-%configure --disable-static --with-pic
+%configure \
+       --disable-static \
+       --with-pic
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%fdupes -s %{buildroot}%{_datadir}
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %post
 /sbin/ldconfig

++++++ autogen-5.18.3.tar.xz -> autogen-5.18.4.tar.xz ++++++
++++ 13791 lines of diff (skipped)

++++++ autogen-build_ldpath.patch ++++++
--- /var/tmp/diff_new_pack.YmHtJQ/_old  2015-03-03 11:16:15.000000000 +0100
+++ /var/tmp/diff_new_pack.YmHtJQ/_new  2015-03-03 11:16:15.000000000 +0100
@@ -7,7 +7,7 @@
 ===================================================================
 --- autoopts/Makefile.am.orig
 +++ autoopts/Makefile.am
-@@ -159,7 +159,7 @@ INST_SH                   = autoopts-con
+@@ -164,7 +164,7 @@ INST_SH                   = autoopts-con
  
  man_MANS                  = $(INST_MANS)
  m4data_DATA               = autoopts.m4

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

Reply via email to