commit cabextract for openSUSE:Factory

2019-09-21 Thread root
Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2019-09-21 17:29:58

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


Package is "cabextract"

Sat Sep 21 17:29:58 2019 rev:27 rq:732180 version:1.9.1

Changes:

--- /work/SRC/openSUSE:Factory/cabextract/cabextract.changes2018-11-09 
07:55:02.811668041 +0100
+++ /work/SRC/openSUSE:Factory/.cabextract.new.7948/cabextract.changes  
2019-09-21 17:30:05.328736407 +0200
@@ -1,0 +2,11 @@
+Fri Sep 20 12:53:17 UTC 2019 - Martin Pluskal 
+
+- Modernise spec file
+
+---
+Fri Sep 20 11:46:44 UTC 2019 - Berthold Gunreben 
+
+- Update to version 1.9.1
+  * Rerelease of 1.9 with some packaging issues fixed
+
+---

Old:

  cabextract-1.9.tar.gz

New:

  cabextract-1.9.1.tar.gz



Other differences:
--
++ cabextract.spec ++
--- /var/tmp/diff_new_pack.FAPplO/_old  2019-09-21 17:30:07.560736433 +0200
+++ /var/tmp/diff_new_pack.FAPplO/_new  2019-09-21 17:30:07.596736433 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cabextract
 #
-# Copyright (c) 2018 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
@@ -17,7 +17,7 @@
 
 
 Name:   cabextract
-Version:1.9
+Version:1.9.1
 Release:0
 Summary:A Program to Extract Microsoft Cabinet Files
 License:GPL-3.0-or-later
@@ -25,7 +25,7 @@
 URL:https://www.cabextract.org.uk/
 Source: https://www.cabextract.org.uk/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(libmspack)
+BuildRequires:  pkgconfig(libmspack) >= 0.8
 
 %description
 Cabinet (.CAB) files are a form of archive, which Microsoft uses to
@@ -33,12 +33,12 @@
 cabextract can be used to unpack these files.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure\
--with-external-libmspack
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++ cabextract-1.9.tar.gz -> cabextract-1.9.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabextract-1.9/ChangeLog 
new/cabextract-1.9.1/ChangeLog
--- old/cabextract-1.9/ChangeLog2018-11-03 19:34:11.0 +0100
+++ new/cabextract-1.9.1/ChangeLog  2018-12-03 11:07:13.0 +0100
@@ -1,3 +1,26 @@
+2018-12-03 Stuart Caie 
+
+   * test: support builddir being on a path that includes spaces
+
+2018-11-09 Stuart Caie 
+
+   * test/case-utf8.test: Some environments (e.g. DJGPP) don't have a
+   UTF-8 locale, so won't pass the case.test testcase. Break it into
+   case-ascii.test and case-utf8.test, and skip the latter if
+   "cabextract -L" has no effect on non-ASCII filenames. Thanks to
+   Robert Riebisch for highlighting this.
+
+2018-11-08 Stuart Caie 
+
+   * src/cabextract.c: make multiple attempts at iconv_open() with
+   different names for the UTF-8 encoding: "UTF-8", "UTF8" and "UTF_8".
+
+   "UTF8" works with glibc, libiconv, newlib, Solaris libc and FreeBSD
+   libc, while "UTF-8" doesn't work with newlib. But if you have
+   libiconv >= 1.13, it removes "UTF8" support unless you define
+   USE_HPUX_ALIASES, or patch it back in (as Cygwin does).
+   Thanks to Ryan Schmidt for letting me know about this.
+
 2018-11-03 Stuart Caie 
 
* test: use the autotools test system instead of a custom makefile.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabextract-1.9/Makefile.am 
new/cabextract-1.9.1/Makefile.am
--- old/cabextract-1.9/Makefile.am  2018-11-05 12:49:21.0 +0100
+++ new/cabextract-1.9.1/Makefile.am2018-11-09 14:35:47.0 +0100
@@ -8,9 +8,10 @@
 mspack/qtm.h mspack/qtmd.c \
 mspack/readbits.h mspack/readhuff.h
 
-TESTS = test/bugs.test test/case.test test/dirwalk-vulns.test \
-test/encoding.test test/mixed.test test/search.test \
-test/simple.test test/split.test 
test/utf8-stresstest.test
+TESTS = test/bugs.test test/case-ascii.test 
test/case-utf8.test \
+test/dirwalk-vulns.test test/encoding.test \
+test/mixed.test test/search.test test/simple.test \
+test/split.test test/utf8-stresstest.test
 
 EXTRA_DIST 

commit cabextract for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2018-11-09 07:54:57

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


Package is "cabextract"

Fri Nov  9 07:54:57 2018 rev:26 rq:647277 version:1.9

Changes:

--- /work/SRC/openSUSE:Factory/cabextract/cabextract.changes2018-11-08 
09:47:10.209192966 +0100
+++ /work/SRC/openSUSE:Factory/.cabextract.new/cabextract.changes   
2018-11-09 07:55:02.811668041 +0100
@@ -1,0 +2,9 @@
+Wed Nov  7 22:50:26 CET 2018 - sbra...@suse.com
+
+- Update to version 1.9:
+  * Fix invisibly wrong results in cabextract -F (1.8 regression).
+  * Fix ./configure --with-external-libmspack.
+  * Build system cleanup
+  * Testsuite available
+
+---

Old:

  cabextract-1.8.tar.gz

New:

  cabextract-1.9.tar.gz



Other differences:
--
++ cabextract.spec ++
--- /var/tmp/diff_new_pack.swWecb/_old  2018-11-09 07:55:04.403666220 +0100
+++ /var/tmp/diff_new_pack.swWecb/_new  2018-11-09 07:55:04.407666215 +0100
@@ -12,12 +12,12 @@
 # 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/
 #
 
 
 Name:   cabextract
-Version:1.8
+Version:1.9
 Release:0
 Summary:A Program to Extract Microsoft Cabinet Files
 License:GPL-3.0-or-later
@@ -34,12 +34,6 @@
 
 %prep
 %setup -q
-# HACK: External mspack does not provide required headers.
-ln -s mspack/system.h .
-ln -s mspack/cab.h .
-ln -s mspack/mszip.h .
-ln -s mspack/qtm.h .
-ln -s mspack/lzx.h .
 
 %build
 %configure\
@@ -49,6 +43,9 @@
 %install
 %make_install
 
+%check
+make %{?_smp_mflags} check
+
 %files
 %license COPYING
 %doc AUTHORS README

++ cabextract-1.8.tar.gz -> cabextract-1.9.tar.gz ++
 8860 lines of diff (skipped)




commit cabextract for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2018-11-08 09:47:08

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


Package is "cabextract"

Thu Nov  8 09:47:08 2018 rev:25 rq:644169 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/cabextract/cabextract.changes2018-07-28 
12:43:23.804771233 +0200
+++ /work/SRC/openSUSE:Factory/.cabextract.new/cabextract.changes   
2018-11-08 09:47:10.209192966 +0100
@@ -1,0 +2,10 @@
+Tue Oct 23 17:55:53 UTC 2018 - sbra...@suse.com
+
+- Update to version 1.8:
+  * Improves ability to extract damaged files with the "-f" option.
+  * cabinfo command has been rewritten.
+  * If a CAB file has a Quantum-compressed datablock with exactly
+38912 compressed bytes, cabextract will write exactly one byte
+beyond its input buffer.
+
+---

Old:

  cabextract-1.7.tar.gz

New:

  cabextract-1.8.tar.gz



Other differences:
--
++ cabextract.spec ++
--- /var/tmp/diff_new_pack.c2IXoT/_old  2018-11-08 09:47:11.741191167 +0100
+++ /var/tmp/diff_new_pack.c2IXoT/_new  2018-11-08 09:47:11.797191102 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cabextract
-Version:1.7
+Version:1.8
 Release:0
 Summary:A Program to Extract Microsoft Cabinet Files
 License:GPL-3.0-or-later
@@ -34,6 +34,12 @@
 
 %prep
 %setup -q
+# HACK: External mspack does not provide required headers.
+ln -s mspack/system.h .
+ln -s mspack/cab.h .
+ln -s mspack/mszip.h .
+ln -s mspack/qtm.h .
+ln -s mspack/lzx.h .
 
 %build
 %configure\

++ cabextract-1.7.tar.gz -> cabextract-1.8.tar.gz ++
 2637 lines of diff (skipped)




commit cabextract for openSUSE:Factory

2018-07-28 Thread root
Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2018-07-28 12:43:20

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


Package is "cabextract"

Sat Jul 28 12:43:20 2018 rev:24 rq:625607 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/cabextract/cabextract.changes2018-04-20 
17:28:12.341290054 +0200
+++ /work/SRC/openSUSE:Factory/.cabextract.new/cabextract.changes   
2018-07-28 12:43:23.804771233 +0200
@@ -1,0 +2,8 @@
+Thu Jul 26 21:42:51 CEST 2018 - sbra...@suse.com
+
+- Update to version 1.7:
+  * Few bug fixes
+  * New "--encoding" option
+  * Properly handle lowercase conversion for non-ASCII characters.
+
+---

Old:

  cabextract-1.6.tar.gz

New:

  cabextract-1.7.tar.gz



Other differences:
--
++ cabextract.spec ++
--- /var/tmp/diff_new_pack.376l4r/_old  2018-07-28 12:43:24.176771949 +0200
+++ /var/tmp/diff_new_pack.376l4r/_new  2018-07-28 12:43:24.180771956 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   cabextract
-Version:1.6
+Version:1.7
 Release:0
 Summary:A Program to Extract Microsoft Cabinet Files
 License:GPL-3.0-or-later
 Group:  System/Console
-URL:http://www.cabextract.org.uk/
-Source: http://www.cabextract.org.uk/%{name}-%{version}.tar.gz
+URL:https://www.cabextract.org.uk/
+Source: https://www.cabextract.org.uk/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libmspack)
 
@@ -36,9 +36,9 @@
 %setup -q
 
 %build
-%configure \
+%configure\
   --with-external-libmspack
-%make_build
+make %{?_smp_mflags}
 
 %install
 %make_install

++ cabextract-1.6.tar.gz -> cabextract-1.7.tar.gz ++
 10565 lines of diff (skipped)




commit cabextract for openSUSE:Factory

2018-04-20 Thread root
Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2018-04-20 17:27:37

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


Package is "cabextract"

Fri Apr 20 17:27:37 2018 rev:23 rq:596283 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/cabextract/cabextract.changes2016-02-01 
19:57:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.cabextract.new/cabextract.changes   
2018-04-20 17:28:12.341290054 +0200
@@ -1,0 +2,5 @@
+Fri Apr 13 10:07:30 UTC 2018 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ cabextract.spec ++
--- /var/tmp/diff_new_pack.jTiQLC/_old  2018-04-20 17:28:13.265256547 +0200
+++ /var/tmp/diff_new_pack.jTiQLC/_new  2018-04-20 17:28:13.265256547 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cabextract
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,12 +20,12 @@
 Version:1.6
 Release:0
 Summary:A Program to Extract Microsoft Cabinet Files
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  System/Console
-Url:http://www.cabextract.org.uk/
+URL:http://www.cabextract.org.uk/
 Source: http://www.cabextract.org.uk/%{name}-%{version}.tar.gz
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libmspack)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Cabinet (.CAB) files are a form of archive, which Microsoft uses to
@@ -36,18 +36,17 @@
 %setup -q
 
 %build
-CFLAGS="%{optflags} -fPIE -fno-strict-aliasing"
 %configure \
   --with-external-libmspack
-make %{?_smp_mflags} LDFLAGS="-pie"
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING README
+%license COPYING
+%doc AUTHORS README
 %{_bindir}/cabextract
-%{_mandir}/man1/cabextract.1%{ext_man}
+%{_mandir}/man1/cabextract.1%{?ext_man}
 
 %changelog




commit cabextract for openSUSE:Factory

2016-02-01 Thread h_root
Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2016-02-01 19:56:50

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


Package is "cabextract"

Changes:

--- /work/SRC/openSUSE:Factory/cabextract/cabextract.changes2015-04-03 
14:34:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.cabextract.new/cabextract.changes   
2016-02-01 19:57:18.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan 31 09:35:06 UTC 2016 - mplus...@suse.com
+
+- Tiny spec file cleanup
+
+---



Other differences:
--
++ cabextract.spec ++
--- /var/tmp/diff_new_pack.73U0xn/_old  2016-02-01 19:57:19.0 +0100
+++ /var/tmp/diff_new_pack.73U0xn/_new  2016-02-01 19:57:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cabextract
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -37,7 +37,8 @@
 
 %build
 CFLAGS="%{optflags} -fPIE -fno-strict-aliasing"
-%configure --with-external-libmspack
+%configure \
+  --with-external-libmspack
 make %{?_smp_mflags} LDFLAGS="-pie"
 
 %install
@@ -47,6 +48,6 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
 %{_bindir}/cabextract
-%{_mandir}/man1/cabextract.1.gz
+%{_mandir}/man1/cabextract.1%{ext_man}
 
 %changelog




commit cabextract for openSUSE:Factory

2015-04-03 Thread h_root


bin0p4oPvRrcq.bin
Description: Binary data


commit cabextract for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2015-02-22 17:26:47

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


Package is cabextract

Changes:

--- /work/SRC/openSUSE:Factory/cabextract/cabextract.changes2014-12-22 
12:52:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.cabextract.new/cabextract.changes   
2015-02-22 17:26:50.0 +0100
@@ -1,0 +2,12 @@
+Fri Feb 20 19:43:56 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- New version 1.5:
+ * Several crashes and hangs were found by Debian project members 
+   using the afl tool to generate corrupt cabinet files. These 
+   crashes and hangs have been fixed.
+ * cabextract now replaces bad Unicode characters in filenames 
+   with the standard Unicode replacement character
+ * wince_rename now puts files under the correct installation path
+
+---

Old:

  cabextract-1.4.tar.gz

New:

  cabextract-1.5.tar.gz



Other differences:
--
++ cabextract.spec ++
--- /var/tmp/diff_new_pack.1Jsaxb/_old  2015-02-22 17:26:51.0 +0100
+++ /var/tmp/diff_new_pack.1Jsaxb/_new  2015-02-22 17:26:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cabextract
 #
-# 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,15 +17,15 @@
 
 
 Name:   cabextract
-Url:http://www.cabextract.org.uk/
-Version:1.4
+Version:1.5
 Release:0
 Summary:A Program to Extract Microsoft Cabinet Files
 License:GPL-3.0+
 Group:  System/Console
-Source: %{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://www.cabextract.org.uk/
+Source: http://www.cabextract.org.uk/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig(libmspack)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Cabinet (.CAB) files are a form of archive, which Microsoft uses to
@@ -36,17 +36,17 @@
 %setup -q
 
 %build
-CFLAGS=$RPM_OPT_FLAGS -fPIE
+CFLAGS=%{optflags} -fPIE
 %configure --with-external-libmspack
 make %{?_smp_mflags} LDFLAGS=-pie
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
-/usr/bin/cabextract
+%{_bindir}/cabextract
 %{_mandir}/man1/cabextract.1.gz
 
 %changelog

++ cabextract-1.4.tar.gz - cabextract-1.5.tar.gz ++
 7551 lines of diff (skipped)

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



commit cabextract for openSUSE:Factory

2014-12-22 Thread h_root
Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2014-12-22 12:54:22

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


Package is cabextract

Changes:

--- /work/SRC/openSUSE:Factory/cabextract/cabextract.changes2011-09-23 
01:53:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.cabextract.new/cabextract.changes   
2014-12-22 12:52:59.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 20 14:11:03 UTC 2014 - meiss...@suse.com
+
+- build with PIE
+
+---



Other differences:
--
++ cabextract.spec ++
--- /var/tmp/diff_new_pack.yEb6RB/_old  2014-12-22 12:53:00.0 +0100
+++ /var/tmp/diff_new_pack.yEb6RB/_new  2014-12-22 12:53:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cabextract
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   cabextract
 Url:http://www.cabextract.org.uk/
-License:GPL-3.0+
-Group:  System/Console
 Version:1.4
-Release:1
+Release:0
 Summary:A Program to Extract Microsoft Cabinet Files
+License:GPL-3.0+
+Group:  System/Console
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig(libmspack)
@@ -37,8 +36,9 @@
 %setup -q
 
 %build
+CFLAGS=$RPM_OPT_FLAGS -fPIE
 %configure --with-external-libmspack
-make %{?_smp_mflags}
+make %{?_smp_mflags} LDFLAGS=-pie
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT

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



commit cabextract for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2011-12-06 18:02:18

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


Package is cabextract, Maintainer is meiss...@suse.com

Changes:




Other differences:
--
++ cabextract.spec ++
--- /var/tmp/diff_new_pack.lCnNCa/_old  2011-12-06 18:04:15.0 +0100
+++ /var/tmp/diff_new_pack.lCnNCa/_new  2011-12-06 18:04:15.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   cabextract
 Url:http://www.cabextract.org.uk/
-License:GPLv3+
+License:GPL-3.0+
 Group:  System/Console
 Version:1.4
 Release:1

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



commit cabextract for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory
checked in at Mon Sep 19 22:49:52 CEST 2011.




--- cabextract/cabextract.changes   2010-12-22 05:32:56.0 +0100
+++ /mounts/work_src_done/STABLE/cabextract/cabextract.changes  2011-09-17 
23:59:09.0 +0200
@@ -1,0 +2,11 @@
+Sat Sep 17 21:59:05 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---
+Sat May 21 16:21:16 UTC 2011 - vlado.pas...@gmail.com
+
+- Version update to 1.4 
+
+---

calling whatdependson for head-i586


Old:

  cabextract-1.3.tar.gz

New:

  cabextract-1.4.tar.gz



Other differences:
--
++ cabextract.spec ++
--- /var/tmp/diff_new_pack.HicJYJ/_old  2011-09-19 22:49:48.0 +0200
+++ /var/tmp/diff_new_pack.HicJYJ/_new  2011-09-19 22:49:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package cabextract (Version 1.3)
+# spec file for package cabextract
 #
-# Copyright (c) 2010 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,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   cabextract
 Url:http://www.cabextract.org.uk/
 License:GPLv3+
 Group:  System/Console
-AutoReqProv:on
-Version:1.3
-Release:2
+Version:1.4
+Release:1
 Summary:A Program to Extract Microsoft Cabinet Files
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,21 +33,14 @@
 distribute their software and things like Windows Font Packs.
 cabextract can be used to unpack these files.
 
-
-
-Authors:
-
-Stuart Caie ky...@4u.net
-
 %prep
 %setup -q
 
 %build
 %configure --with-external-libmspack
-make
+make %{?_smp_mflags}
 
 %install
-[ $RPM_BUILD_ROOT != / ]  [ -d $RPM_BUILD_ROOT ]  rm -rf 
$RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %files

++ cabextract-1.3.tar.gz - cabextract-1.4.tar.gz ++
 2570 lines of diff (skipped)






Remember to have fun...

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