Hello community,

here is the log from the commit of package libxslt for openSUSE:Factory checked 
in at 2012-01-06 11:45:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxslt (Old)
 and      /work/SRC/openSUSE:Factory/.libxslt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxslt", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxslt/libxslt-python.changes   2011-09-23 
02:11:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libxslt.new/libxslt-python.changes      
2012-01-06 11:46:03.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 21 15:49:42 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/libxslt/libxslt.changes  2011-11-21 
15:47:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libxslt.new/libxslt.changes     2012-01-06 
11:46:03.000000000 +0100
@@ -1,0 +2,16 @@
+Wed Jan  4 10:17:35 UTC 2012 - cfarr...@suse.com
+
+- Tutorial contains GPL-2.0+ code. Either split this off into a subpackage or
+  add GPL-2.0+ as an aggregation to the main licence tag
+
+-------------------------------------------------------------------
+Sat Dec  3 17:29:03 UTC 2011 - ag...@suse.com
+
+- don't run make check in QEMU builds - breaks due to massive threading
+
+-------------------------------------------------------------------
+Mon Nov 21 15:49:37 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libxslt-python.spec ++++++
--- /var/tmp/diff_new_pack.HnUCPP/_old  2012-01-06 11:46:04.000000000 +0100
+++ /var/tmp/diff_new_pack.HnUCPP/_new  2012-01-06 11:46:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxslt-python
 #
-# 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,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           libxslt-python
-BuildRequires:  libxml2-python python-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpg-error-devel
 BuildRequires:  libxml2-devel
+BuildRequires:  libxml2-python
+BuildRequires:  python-devel
 Summary:        Python Bindings for libxslt
-Version:        1.1.26
-Release:        6
-License:        MIT License (or similar)
+License:        MIT
 Group:          Development/Libraries/Python
+Version:        1.1.26
+Release:        0
 Source:         libxslt-%{version}.tar.bz2
 # Uncomment to save space:
 #NoSource:      0
@@ -74,9 +72,6 @@
 rm -rf %{buildroot}/%{_mandir}/* %{buildroot}/%{_libdir}/pkgconfig/*
 rm -rf %{buildroot}/%{_libdir}/xsltConf.sh 
%{buildroot}/%{_datadir}/aclocal/libxslt.m4
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %{py_sitedir}/*

++++++ libxslt.spec ++++++
--- /var/tmp/diff_new_pack.HnUCPP/_old  2012-01-06 11:46:04.000000000 +0100
+++ /var/tmp/diff_new_pack.HnUCPP/_new  2012-01-06 11:46:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxslt
 #
-# 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,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           libxslt
 Version:        1.1.26
-Release:        13
-License:        MIT License (or similar)
+Release:        0
 Summary:        XSL Transformation Library
+License:        MIT and GPL-2.0+
 Group:          System/Libraries
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpg-error-devel
-BuildRequires:  libtool pkg-config
+BuildRequires:  libtool
 BuildRequires:  libxml2-devel
+BuildRequires:  pkg-config
 # bug437293
 %ifarch ppc64
 Obsoletes:      libxslt-64bit
@@ -59,6 +58,7 @@
 %package -n libxslt1
 
 Summary:        XSL Transformation Library
+License:        MIT and GPL-2.0+
 Group:          System/Libraries
 Provides:       libxslt = %{version}
 Obsoletes:      libxslt <= %{version}
@@ -81,8 +81,8 @@
 engine.
 
 %package devel
-License:        LGPLv2.1+
 Summary:        Include Files and Libraries mandatory for Development
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 # bug437293
 %ifarch ppc64
@@ -109,7 +109,9 @@
 make %{?_smp_mflags}
 
 %check
+%if ! 0%{?qemu_user_space_build}
 make check
+%endif
 
 %install
 %makeinstall
@@ -123,9 +125,6 @@
 #kill all "la" files
 find %{buildroot} -type f -name "*.la" -print -delete
 
-%clean
-rm -rf %{buildroot}
-
 %post -n %{name}1 -p /sbin/ldconfig
 
 %postun -n %{name}1 -p /sbin/ldconfig


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

Reply via email to