commit libart_lgpl for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package libart_lgpl for openSUSE:Factory 
checked in at 2019-05-03 22:18:21

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


Package is "libart_lgpl"

Fri May  3 22:18:21 2019 rev:29 rq:696529 version:2.3.21

Changes:

--- /work/SRC/openSUSE:Factory/libart_lgpl/libart_lgpl.changes  2018-03-09 
10:40:49.071164524 +0100
+++ /work/SRC/openSUSE:Factory/.libart_lgpl.new.5148/libart_lgpl.changes
2019-05-03 22:18:22.772219377 +0200
@@ -1,0 +2,6 @@
+Thu Apr 18 18:15:24 UTC 2019 - Jan Engelhardt 
+
+- Remove --with-pic which is useless with --disable-static.
+- Replace boilerplate descriptions from a decade ago.
+
+---



Other differences:
--
++ libart_lgpl.spec ++
--- /var/tmp/diff_new_pack.TNELES/_old  2019-05-03 22:18:23.156220148 +0200
+++ /var/tmp/diff_new_pack.TNELES/_new  2019-05-03 22:18:23.160220156 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libart_lgpl
 #
-# 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
@@ -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/
 #
 
 
@@ -46,20 +46,19 @@
 also the rendering engine for Gill, the GNOME Illustration application.
 
 %package devel
-Summary:Include Files and Libraries mandatory for Development
+Summary:Header files for the libart 2D graphics library
 Group:  System/GUI/GNOME
 Requires:   libart_lgpl_2-2 = %{version}
-#
 
 %description devel
-This package contains all necessary include files and libraries needed
-to develop applications that require these.
+This package contains the header files for developing
+applications that want to make use of libart_lgpl.
 
 %prep
 %setup -q
 
 %build
-%configure --disable-static --with-pic
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install




commit libart_lgpl for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package libart_lgpl for openSUSE:Factory 
checked in at 2018-03-09 10:40:47

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


Package is "libart_lgpl"

Fri Mar  9 10:40:47 2018 rev:28 rq:582864 version:2.3.21

Changes:

--- /work/SRC/openSUSE:Factory/libart_lgpl/libart_lgpl.changes  2013-09-23 
15:21:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libart_lgpl.new/libart_lgpl.changes 
2018-03-09 10:40:49.071164524 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:33:55 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ libart_lgpl.spec ++
--- /var/tmp/diff_new_pack.dIaBVT/_old  2018-03-09 10:40:50.167125057 +0100
+++ /var/tmp/diff_new_pack.dIaBVT/_new  2018-03-09 10:40:50.171124912 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libart_lgpl
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -21,12 +21,11 @@
 Release:0
 # NOTE: on upgrade to a new upstream version, change the Obsoletes from <= to 
< (here and in baselibs.conf)
 Summary:Libart Components Licensed under the LGPL
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/GNOME
 Source: 
ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
-BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 Libart is a library for high-performance 2D graphics. It is currently
@@ -39,10 +38,6 @@
 Provides:   %{name} = %{version}
 # Note: we keep <= (and a rpmlint warning...) until we get a version higher 
than 2.3.21 (when this provides/obsoletes was introduced)
 Obsoletes:  %{name} <= %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:  libart_lgpl-64bit
-%endif
 #
 
 %description -n libart_lgpl_2-2
@@ -54,10 +49,6 @@
 Summary:Include Files and Libraries mandatory for Development
 Group:  System/GUI/GNOME
 Requires:   libart_lgpl_2-2 = %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:  libart_lgpl-devel-64bit
-%endif
 #
 
 %description devel
@@ -72,26 +63,21 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-find "%buildroot" -type f -name "*.la" -delete
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libart_lgpl_2-2 -p /sbin/ldconfig
-
 %postun -n libart_lgpl_2-2 -p /sbin/ldconfig
 
 %files -n libart_lgpl_2-2
-%defattr(-,root,root)
-%doc AUTHORS COPYING README NEWS ChangeLog
+%license COPYING
+%doc AUTHORS README NEWS ChangeLog
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_bindir}/*-config
 %{_includedir}/libart-2.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
-%if %suse_version <= 1110
-%{_libdir}/*.la
-%endif
 
 %changelog




commit libart_lgpl for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package libart_lgpl for openSUSE:Factory 
checked in at 2013-09-23 15:21:42

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


Package is libart_lgpl

Changes:

--- /work/SRC/openSUSE:Factory/libart_lgpl/libart_lgpl.changes  2013-04-02 
12:10:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libart_lgpl.new/libart_lgpl.changes 
2013-09-23 15:21:43.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 21 14:27:48 UTC 2013 - dims...@opensuse.org
+
+- Change RPM Group of shared library package to System/Libraries.
+
+---



Other differences:
--
++ libart_lgpl.spec ++
--- /var/tmp/diff_new_pack.6lpD4X/_old  2013-09-23 15:21:43.0 +0200
+++ /var/tmp/diff_new_pack.6lpD4X/_new  2013-09-23 15:21:43.0 +0200
@@ -35,7 +35,7 @@
 
 %package -n libart_lgpl_2-2
 Summary:Libart Components Licensed under the LGPL
-Group:  System/GUI/GNOME
+Group:  System/Libraries
 Provides:   %{name} = %{version}
 # Note: we keep = (and a rpmlint warning...) until we get a version higher 
than 2.3.21 (when this provides/obsoletes was introduced)
 Obsoletes:  %{name} = %{version}

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



commit libart_lgpl for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package libart_lgpl for openSUSE:Factory 
checked in at 2013-04-02 12:10:26

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


Package is libart_lgpl, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libart_lgpl/libart_lgpl.changes  2011-10-02 
10:14:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libart_lgpl.new/libart_lgpl.changes 
2013-04-02 12:10:27.0 +0200
@@ -1,0 +2,5 @@
+Fri Mar  1 12:44:41 UTC 2013 - dims...@opensuse.org
+
+- Spec-cleanup using format_spec_file service.
+
+---



Other differences:
--
++ libart_lgpl.spec ++
--- /var/tmp/diff_new_pack.1VWGdH/_old  2013-04-02 12:10:29.0 +0200
+++ /var/tmp/diff_new_pack.1VWGdH/_new  2013-04-02 12:10:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libart_lgpl
 #
-# Copyright (c) 2011 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   libart_lgpl
-License:LGPL-2.1+
-Group:  System/GUI/GNOME
 Version:2.3.21
-Release:4
+Release:0
 # NOTE: on upgrade to a new upstream version, change the Obsoletes from = to 
 (here and in baselibs.conf)
 Summary:Libart Components Licensed under the LGPL
+License:LGPL-2.1+
+Group:  System/GUI/GNOME
 Source: 
ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  pkg-config
@@ -35,9 +34,8 @@
 also the rendering engine for Gill, the GNOME Illustration application.
 
 %package -n libart_lgpl_2-2
-License:LGPL-2.1+
-Group:  System/GUI/GNOME
 Summary:Libart Components Licensed under the LGPL
+Group:  System/GUI/GNOME
 Provides:   %{name} = %{version}
 # Note: we keep = (and a rpmlint warning...) until we get a version higher 
than 2.3.21 (when this provides/obsoletes was introduced)
 Obsoletes:  %{name} = %{version}
@@ -53,7 +51,6 @@
 also the rendering engine for Gill, the GNOME Illustration application.
 
 %package devel
-License:LGPL-2.1+
 Summary:Include Files and Libraries mandatory for Development
 Group:  System/GUI/GNOME
 Requires:   libart_lgpl_2-2 = %{version}

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



commit libart_lgpl for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


Package is libart_lgpl, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ libart_lgpl.spec ++
--- /var/tmp/diff_new_pack.EaDzEN/_old  2011-12-06 18:39:58.0 +0100
+++ /var/tmp/diff_new_pack.EaDzEN/_new  2011-12-06 18:39:58.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libart_lgpl
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Version:2.3.21
 Release:4
@@ -35,7 +35,7 @@
 also the rendering engine for Gill, the GNOME Illustration application.
 
 %package -n libart_lgpl_2-2
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Summary:Libart Components Licensed under the LGPL
 Provides:   %{name} = %{version}
@@ -53,7 +53,7 @@
 also the rendering engine for Gill, the GNOME Illustration application.
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Include Files and Libraries mandatory for Development
 Group:  System/GUI/GNOME
 Requires:   libart_lgpl_2-2 = %{version}

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



commit libart_lgpl for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package libart_lgpl for openSUSE:Factory
checked in at Sun Oct 2 10:14:11 CEST 2011.




--- openSUSE:Factory/libart_lgpl/libart_lgpl.changes2011-09-23 
02:07:49.0 +0200
+++ /mounts/work_src_done/STABLE/libart_lgpl/libart_lgpl.changes
2011-09-17 00:20:59.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 16 17:11:45 UTC 2011 - jeng...@medozas.de
+
+- Add libart_lgpl-devel to baselibs
+- Remove redundant tags/sections; use %_smp_mflags
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libart_lgpl.spec ++
--- /var/tmp/diff_new_pack.HMU0HX/_old  2011-10-02 10:14:08.0 +0200
+++ /var/tmp/diff_new_pack.HMU0HX/_new  2011-10-02 10:14:08.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libart_lgpl (Version 2.3.21)
+# spec file for package libart_lgpl
 #
-# 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,13 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libart_lgpl
 License:LGPLv2.1+
 Group:  System/GUI/GNOME
-AutoReqProv:on
 Version:2.3.21
 Release:4
 # NOTE: on upgrade to a new upstream version, change the Obsoletes from = to 
 (here and in baselibs.conf)
@@ -74,16 +72,11 @@
 
 %build
 %configure --disable-static --with-pic
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
-%if %suse_version  1110
-%{__rm} -f %{buildroot}%{_libdir}/*.la
-%endif
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+find %buildroot -type f -name *.la -delete
 
 %post -n libart_lgpl_2-2 -p /sbin/ldconfig
 

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.HMU0HX/_old  2011-10-02 10:14:08.0 +0200
+++ /var/tmp/diff_new_pack.HMU0HX/_new  2011-10-02 10:14:08.0 +0200
@@ -1,3 +1,6 @@
 libart_lgpl_2-2
   provides libart_lgpl-targettype = version
   obsoletes libart_lgpl-targettype = version
+libart_lgpl-devel
+  requires -libart_lgpl-targettype
+  requires libart_lgpl_2-2-targettype = version

continue with q...



Remember to have fun...

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