Hello community,

here is the log from the commit of package autoconf for openSUSE:Factory 
checked in at 2011-12-27 18:34:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoconf (Old)
 and      /work/SRC/openSUSE:Factory/.autoconf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoconf", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoconf/autoconf-el.changes     2011-09-23 
01:52:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autoconf.new/autoconf-el.changes        
2011-12-27 18:34:45.000000000 +0100
@@ -1,0 +2,28 @@
+Sun Dec 18 12:40:46 UTC 2011 - [email protected]
+
+- correct license and style (prepare_spec)
+- minor build fixes, avoid deprecated macros to be more portable
+
+-------------------------------------------------------------------
+Sat Sep 17 13:42:16 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------
+Sat Sep 17 13:41:38 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------
+Mon Jan 31 17:26:59 CET 2011 - [email protected]
+
+- Use 2.68 everywhere in specfile.
+- Use %%configure macro in spec file.
+
+-------------------------------------------------------------------
+Mon Jan 31 17:26:28 CET 2011 - [email protected]
+
+- Cosmetic changes to spec file
+
+-------------------------------------------------------------------
@@ -482 +510 @@
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
@@ -487 +515 @@
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/autoconf/autoconf-testsuite.changes      
2011-09-23 01:52:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autoconf.new/autoconf-testsuite.changes 
2011-12-27 18:34:45.000000000 +0100
@@ -1,0 +2,17 @@
+Sun Dec 18 12:40:46 UTC 2011 - [email protected]
+
+- correct license and style (prepare_spec)
+- minor build fixes, avoid deprecated macros to be more portable
+
+-------------------------------------------------------------------
+Sat Sep 17 13:42:16 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------
+Sat Sep 17 13:41:38 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------
@@ -7,0 +25,5 @@
+Mon Jan 31 17:26:28 CET 2011 - [email protected]
+
+- Cosmetic changes to spec file
+
+-------------------------------------------------------------------
@@ -488 +510 @@
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
@@ -493 +515 @@
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/autoconf/autoconf.changes        2011-09-23 
01:52:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autoconf.new/autoconf.changes   2011-12-27 
18:34:45.000000000 +0100
@@ -1,0 +2,23 @@
+Sun Dec 18 12:40:46 UTC 2011 - [email protected]
+
+- correct license and style (prepare_spec)
+- minor build fixes, avoid deprecated macros to be more portable
+
+-------------------------------------------------------------------
+Sat Sep 17 13:42:16 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------
+Sat Sep 17 13:41:38 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------
+Mon Jan 31 17:26:59 CET 2011 - [email protected]
+
+- Use 2.68 everywhere in specfile.
+- Use %%configure macro in spec file.
+
+-------------------------------------------------------------------
@@ -487 +510 @@
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
@@ -492 +515 @@
-----------------------------------------------------------------------------
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ autoconf-el.spec ++++++
--- /var/tmp/diff_new_pack.JhgnOi/_old  2011-12-27 18:34:49.000000000 +0100
+++ /var/tmp/diff_new_pack.JhgnOi/_new  2011-12-27 18:34:49.000000000 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:           autoconf-el
-BuildRequires:  emacs-nox xz
-License:        GPLv3+
-Group:          Productivity/Editors/Emacs
-AutoReqProv:    on
+BuildRequires:  emacs-nox
+BuildRequires:  xz
 Version:        2.68
-Release:        1
+Release:        0
 Summary:        Emacs mode for editing GNU Autoconf scripts
+License:        GPL-3.0+
+Group:          Productivity/Editors/Emacs
 Url:            http://www.gnu.org/software/autoconf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         autoconf-%{version}.tar.xz
@@ -35,18 +34,12 @@
 %description
 Emacs mode for editing GNU Autoconf scripts
 
-Authors:
---------
-    Martin Buchholz <[email protected]>
-    Akim Demaille <[email protected]>
-
 %prep
 %setup -q -n autoconf-%{version}
 
 %build
-%{suse_update_config -f config}
 ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
-make -C lib/emacs
+make -C lib/emacs %{?_smp_mflags}
 
 %install
 make -C lib/emacs install DESTDIR=$RPM_BUILD_ROOT
@@ -66,9 +59,6 @@
 ;;; %{site_lisp}/suse-start-%{name}.el ends here
 EOF
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %{site_lisp}/*.el

++++++ autoconf-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.JhgnOi/_old  2011-12-27 18:34:49.000000000 +0100
+++ /var/tmp/diff_new_pack.JhgnOi/_new  2011-12-27 18:34:49.000000000 +0100
@@ -16,18 +16,17 @@
 #
 
 
-
 Name:           autoconf-testsuite
-BuildRequires:  help2man xz
-License:        GPLv3+
-Group:          Development/Tools/Building
+BuildRequires:  help2man
+BuildRequires:  xz
 Url:            http://www.gnu.org/software/autoconf
-AutoReqProv:    on
 Requires:       m4 >= 1.4.6
-PreReq:         %{install_info_prereq}
+Requires:       info
 Version:        2.68
-Release:        1
+Release:        0
 Summary:        A GNU Tool for Automatically Configuring Source Code
+License:        GPL-3.0+
+Group:          Development/Tools/Building
 Source:         autoconf-%{version}.tar.xz
 Patch0:         autoreconf-ltdl.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -51,7 +50,6 @@
 %patch0
 
 %build
-%{suse_update_config -f config}
 %configure
 make %{?_smp_mflags}
 
@@ -65,8 +63,10 @@
 %else
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
 rm -f $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/*.el*
+# info's dir file is not auto ignored on some systems
+rm -rf %{buildroot}%{_infodir}/dir
 %endif
 
 %post
@@ -75,9 +75,6 @@
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %if "%{name}" == "autoconf"
 
 %files

++++++ autoconf.spec ++++++
--- /var/tmp/diff_new_pack.JhgnOi/_old  2011-12-27 18:34:49.000000000 +0100
+++ /var/tmp/diff_new_pack.JhgnOi/_new  2011-12-27 18:34:49.000000000 +0100
@@ -16,18 +16,17 @@
 #
 
 
-
 Name:           autoconf
-BuildRequires:  help2man xz
-License:        GPLv3+
-Group:          Development/Tools/Building
+BuildRequires:  help2man
+BuildRequires:  xz
 Url:            http://www.gnu.org/software/autoconf
-AutoReqProv:    on
 Requires:       m4 >= 1.4.6
-PreReq:         %{install_info_prereq}
+Requires:       info
 Version:        2.68
-Release:        1
+Release:        0
 Summary:        A GNU Tool for Automatically Configuring Source Code
+License:        GPL-3.0+
+Group:          Development/Tools/Building
 Source:         autoconf-%{version}.tar.xz
 Patch0:         autoreconf-ltdl.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -51,8 +50,7 @@
 %patch0
 
 %build
-%{suse_update_config -f config}
-./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
+%configure
 make %{?_smp_mflags}
 
 %if "%{name}" == "autoconf-testsuite"
@@ -65,8 +63,10 @@
 %else
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
 rm -f $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/*.el*
+# info's dir file is not auto ignored on some systems
+rm -rf %{buildroot}%{_infodir}/dir
 %endif
 
 %post
@@ -75,9 +75,6 @@
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %if "%{name}" == "autoconf"
 
 %files


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to