Hello community,

here is the log from the commit of package libmspack for openSUSE:Factory 
checked in at 2012-03-01 17:20:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmspack (Old)
 and      /work/SRC/openSUSE:Factory/.libmspack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmspack/libmspack.changes      2011-11-21 
15:47:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmspack.new/libmspack.changes 2012-03-01 
17:21:05.000000000 +0100
@@ -1,0 +2,17 @@
+Mon Feb 27 15:14:56 UTC 2012 - [email protected]
+
+- license update: LGPL-2.1+
+  No indication of GPL-2.0+ code in the package
+
+-------------------------------------------------------------------
+Mon Feb 13 10:48:55 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Sun Nov 20 20:44:56 UTC 2011 - [email protected]
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libmspack.spec ++++++
--- /var/tmp/diff_new_pack.EfNENe/_old  2012-03-01 17:21:06.000000000 +0100
+++ /var/tmp/diff_new_pack.EfNENe/_new  2012-03-01 17:21:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmspack
 #
-# 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,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define _version 0.2alpha
 
 Name:           libmspack
-License:        GPLv2+ ; LGPLv2.1+
-Group:          System/Libraries
 Version:        0.1.99_%{_version}
-Release:        1
+Release:        0
 Summary:        Library That Implements Different Microsoft Compressions
+License:        LGPL-2.1+
+Group:          System/Libraries
 Url:            http://www.cabextract.org.uk/libmspack/
 Source:         %{name}-%{_version}.tar.bz2
 Patch:          %{name}-warnings.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libtool pkg-config
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 
 %description
 The purpose of libmspack is to provide both compression and
@@ -37,7 +37,6 @@
 Currently the most common formats are implemented.
 
 %package -n libmspack0
-License:        GPLv2+ ; LGPLv2.1+
 Summary:        Library That Implements Different Microsoft Compressions
 Group:          System/Libraries
 # OpenSUSE <= 10.3, SLES <= 10:
@@ -50,7 +49,6 @@
 Currently the most common formats are implemented.
 
 %package devel
-License:        LGPLv2.1+
 Summary:        Static libraries, header files and documentation for libmspack
 Group:          Development/Libraries/C and C++
 Requires:       libmspack0 = %{version}
@@ -67,15 +65,12 @@
 autoreconf -f -i
 %configure\
        --disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 rm $RPM_BUILD_ROOT%{_libdir}/*.*a
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libmspack0 -p /sbin/ldconfig
 
 %postun -n libmspack0 -p /sbin/ldconfig

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

Reply via email to