commit autoconf213 for openSUSE:Factory

2019-11-07 Thread root
Hello community,

here is the log from the commit of package autoconf213 for openSUSE:Factory 
checked in at 2019-11-07 23:13:07

Comparing /work/SRC/openSUSE:Factory/autoconf213 (Old)
 and  /work/SRC/openSUSE:Factory/.autoconf213.new.2990 (New)


Package is "autoconf213"

Thu Nov  7 23:13:07 2019 rev:18 rq:739897 version:2.13

Changes:

--- /work/SRC/openSUSE:Factory/autoconf213/autoconf213.changes  2017-02-20 
13:12:09.277273766 +0100
+++ /work/SRC/openSUSE:Factory/.autoconf213.new.2990/autoconf213.changes
2019-11-07 23:13:08.680312528 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 13:56:04 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ autoconf213.spec ++
--- /var/tmp/diff_new_pack.dX6jlW/_old  2019-11-07 23:13:09.200313098 +0100
+++ /var/tmp/diff_new_pack.dX6jlW/_new  2019-11-07 23:13:09.204313102 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf213
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -30,8 +30,7 @@
 Version:2.13
 Release:0
 Summary:A GNU Tool for Automatically Configuring Source Code
-License:GPL-2.0+
-Group:  Development/Tools/Building
+License:GPL-2.0-or-later
 BuildArch:  noarch
 Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.gz
 Patch0: autoconf-2.12-race.patch




commit autoconf213 for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package autoconf213 for openSUSE:Factory 
checked in at 2017-02-20 13:12:08

Comparing /work/SRC/openSUSE:Factory/autoconf213 (Old)
 and  /work/SRC/openSUSE:Factory/.autoconf213.new (New)


Package is "autoconf213"

Changes:

--- /work/SRC/openSUSE:Factory/autoconf213/autoconf213.changes  2015-02-16 
17:22:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoconf213.new/autoconf213.changes 
2017-02-20 13:12:09.277273766 +0100
@@ -1,0 +2,6 @@
+Thu Feb  9 12:16:15 UTC 2017 - dims...@opensuse.org
+
+- Explicitly BuildRequire m4: do not rely on the build system to
+  contain this dependency for us.
+
+---



Other differences:
--
++ autoconf213.spec ++
--- /var/tmp/diff_new_pack.fxmHRc/_old  2017-02-20 13:12:10.221140903 +0100
+++ /var/tmp/diff_new_pack.fxmHRc/_new  2017-02-20 13:12:10.225140339 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf213
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,6 +18,7 @@
 
 Name:   autoconf213
 Url:http://www.gnu.org/software/autoconf
+BuildRequires:  m4 >= 1.1
 Requires:   gawk
 Requires:   m4 >= 1.1
 Requires:   mktemp




commit autoconf213 for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package autoconf213 for openSUSE:Factory 
checked in at 2015-02-16 15:01:53

Comparing /work/SRC/openSUSE:Factory/autoconf213 (Old)
 and  /work/SRC/openSUSE:Factory/.autoconf213.new (New)


Package is "autoconf213"

Changes:

--- /work/SRC/openSUSE:Factory/autoconf213/autoconf213.changes  2013-03-22 
11:00:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoconf213.new/autoconf213.changes 
2015-02-16 17:22:08.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb  6 19:21:59 UTC 2015 - dims...@opensuse.org
+
+- Move %install_info_delete from postun to preun: we need to handle
+  the case while the file is still present.
+- Fix filename of info files for post/preun: autoconf213.info.gz.
+
+---



Other differences:
--
++ autoconf213.spec ++
--- /var/tmp/diff_new_pack.Lf3KZ8/_old  2015-02-16 17:22:09.0 +0100
+++ /var/tmp/diff_new_pack.Lf3KZ8/_new  2015-02-16 17:22:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf213
 #
-# Copyright (c) 2013 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
@@ -89,16 +89,16 @@
 rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/autoconf2.13.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/autoconf213.info.gz
 
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf2.13.info.gz
+%preun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf213.info.gz
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO
 %{_prefix}/bin/*
 %{_prefix}/share/autoconf-2.13
-%doc %{_infodir}/*.gz
+%doc %{_infodir}/autoconf213.info.gz
 
 %changelog

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



commit autoconf213 for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package autoconf213 for openSUSE:Factory 
checked in at 2013-03-22 11:00:24

Comparing /work/SRC/openSUSE:Factory/autoconf213 (Old)
 and  /work/SRC/openSUSE:Factory/.autoconf213.new (New)


Package is "autoconf213", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/autoconf213/autoconf213.changes  2012-07-21 
12:27:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoconf213.new/autoconf213.changes 
2013-03-22 11:00:26.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 20 13:31:27 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---

Old:

  autoconf-2.13.tar.bz2

New:

  autoconf-2.13.tar.gz



Other differences:
--
++ autoconf213.spec ++
--- /var/tmp/diff_new_pack.ZQgs2u/_old  2013-03-22 11:00:27.0 +0100
+++ /var/tmp/diff_new_pack.ZQgs2u/_new  2013-03-22 11:00:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf213
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 License:GPL-2.0+
 Group:  Development/Tools/Building
 BuildArch:  noarch
-Source: autoconf-%{version}.tar.bz2
+Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.gz
 Patch0: autoconf-2.12-race.patch
 Patch1: autoconf-2.13-mawk.patch
 Patch2: autoconf-2.13-notmp.patch

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



commit autoconf213 for openSUSE:Factory

2012-07-21 Thread h_root
Hello community,

here is the log from the commit of package autoconf213 for openSUSE:Factory 
checked in at 2012-07-21 12:27:29

Comparing /work/SRC/openSUSE:Factory/autoconf213 (Old)
 and  /work/SRC/openSUSE:Factory/.autoconf213.new (New)


Package is "autoconf213", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/autoconf213/autoconf213.changes  2011-12-25 
17:33:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoconf213.new/autoconf213.changes 
2012-07-21 12:27:31.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 19 07:40:01 UTC 2012 - co...@suse.com
+
+- buildrequire makeinfo
+
+---



Other differences:
--
++ autoconf213.spec ++
--- /var/tmp/diff_new_pack.VexmdU/_old  2012-07-21 12:27:33.0 +0200
+++ /var/tmp/diff_new_pack.VexmdU/_new  2012-07-21 12:27:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf213
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products 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,9 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   autoconf213
 Url:http://www.gnu.org/software/autoconf
-Requires:   gawk, m4 >= 1.1, mktemp, perl
+Requires:   gawk
+Requires:   m4 >= 1.1
+Requires:   mktemp
+Requires:   perl
+%if %suse_version > 1140
+BuildRequires:  makeinfo
+%endif
 PreReq: %{install_info_prereq}
 Version:2.13
 Release:0

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



commit autoconf213 for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package autoconf213 for openSUSE:Factory 
checked in at 2011-12-25 17:33:06

Comparing /work/SRC/openSUSE:Factory/autoconf213 (Old)
 and  /work/SRC/openSUSE:Factory/.autoconf213.new (New)


Package is "autoconf213", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/autoconf213/autoconf213.changes  2011-09-23 
01:52:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoconf213.new/autoconf213.changes 
2011-12-25 17:33:08.0 +0100
@@ -1,0 +2,11 @@
+Tue Dec 20 11:27:37 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---
+Sat Sep 17 13:42:44 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---



Other differences:
--
++ autoconf213.spec ++
--- /var/tmp/diff_new_pack.Z7mLXk/_old  2011-12-25 17:33:09.0 +0100
+++ /var/tmp/diff_new_pack.Z7mLXk/_new  2011-12-25 17:33:09.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package autoconf213 (Version 2.13)
+# spec file for package autoconf213
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products 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,18 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   autoconf213
-License:GPLv2+
-Group:  Development/Tools/Building
 Url:http://www.gnu.org/software/autoconf
-AutoReqProv:on
 Requires:   gawk, m4 >= 1.1, mktemp, perl
 PreReq: %{install_info_prereq}
 Version:2.13
-Release:3
+Release:0
 Summary:A GNU Tool for Automatically Configuring Source Code
+License:GPL-2.0+
+Group:  Development/Tools/Building
 BuildArch:  noarch
 Source: autoconf-%{version}.tar.bz2
 Patch0: autoconf-2.12-race.patch
@@ -56,13 +53,6 @@
 be configuring software with an autoconf-generated script; autoconf is
 only required for the generation of the scripts, not their use.
 
-
-
-Authors:
-
-Ben Elliston  
-David J MacKenzie  
-
 %prep
 %setup -n autoconf-%{version} -q
 %patch0 -p1
@@ -81,10 +71,9 @@
 rm -f autoconf.info
 
 %build
-%{suse_update_config -f config}
 ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \
 --program-suffix=-2.13
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -98,9 +87,6 @@
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf2.13.info.gz
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO

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