Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gtk2-metatheme-nimbus for
openSUSE:Factory checked in at 2024-02-09 23:52:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2-metatheme-nimbus (Old)
and /work/SRC/openSUSE:Factory/.gtk2-metatheme-nimbus.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk2-metatheme-nimbus"
Fri Feb 9 23:52:46 2024 rev:15 rq:1145251 version:0.1.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/gtk2-metatheme-nimbus/gtk2-metatheme-nimbus.changes
2011-09-23 02:02:15.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gtk2-metatheme-nimbus.new.1815/gtk2-metatheme-nimbus.changes
2024-02-09 23:53:10.112798712 +0100
@@ -1,0 +2,6 @@
+Thu Feb 8 15:59:12 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Prepare for RPM 4.20: use autosetup.
+- Mention old baselibs.conf in spec file as source.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtk2-metatheme-nimbus.spec ++++++
--- /var/tmp/diff_new_pack.CWhtXS/_old 2024-02-09 23:53:10.692819613 +0100
+++ /var/tmp/diff_new_pack.CWhtXS/_new 2024-02-09 23:53:10.692819613 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gtk2-metatheme-nimbus
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,36 +12,34 @@
# 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: gtk2-metatheme-nimbus
%define _name nimbus
+Name: gtk2-metatheme-nimbus
Version: 0.1.7
-Release: 1
+Release: 0
Summary: Nimbus Metatheme for GNOME
-License: LGPL-2.0+
-Url: https://nimbus.dev.java.net/
+License: LGPL-2.0-or-later
Group: System/GUI/GNOME
+URL: https://nimbus.dev.java.net/
Source:
http://dlc.sun.com/osol/jds/downloads/extras/%{_name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM gtk2-metatheme-nimbus-fix-warning.patch
[email protected] -- Fix trivial build warning
Patch0: gtk2-metatheme-nimbus-fix-warning.patch
+Source99: baselibs.conf
BuildRequires: fdupes
BuildRequires: gtk2-devel
BuildRequires: icon-naming-utils
BuildRequires: intltool
Requires: gtk2-engine-nimbus
Requires: nimbus-icon-theme
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Nimbus is the name of a look-and-feel designed by Sun for the Java
Desktop System.
%package -n gtk2-engine-nimbus
-License: LGPL-2.0+
Summary: Nimbus GTK Theme Engine
Group: System/GUI/GNOME
Recommends: gtk2-metatheme-nimbus
@@ -51,12 +49,11 @@
Desktop System.
%package -n nimbus-icon-theme
-License: LGPL-2.0+
Summary: Nimbus Icon Theme
Group: System/GUI/GNOME
Requires: tango-icon-theme
Recommends: gtk2-metatheme-nimbus
-%if %suse_version >= 1120
+%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
@@ -65,15 +62,14 @@
Desktop System.
%prep
-%setup -q -n %{_name}-%{version}
-%patch0 -p1
+%autosetup -n %{_name}-%{version} -p1
%build
%configure --disable-static
-%__make %{?jobs:-j%{jobs}}
+%make_build
%install
-%makeinstall
+%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%if 0%{?suse_version} >= 1140
%icon_theme_cache_create_ghost nimbus
@@ -81,11 +77,7 @@
%fdupes %{buildroot}%{_datadir}/icons
%fdupes %{buildroot}%{_datadir}/themes
-%clean
-%{__rm} -rf %{buildroot}
-
%if 0%{?suse_version} >= 1140
-
%post -n nimbus-icon-theme
%icon_theme_cache_post nimbus
@@ -93,18 +85,16 @@
%endif
%files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING
+%license COPYING
+%doc AUTHORS ChangeLog
%{_datadir}/themes/nimbus
%{_datadir}/themes/dark-nimbus
%{_datadir}/themes/light-nimbus
%files -n gtk2-engine-nimbus
-%defattr(-,root,root)
%{_libdir}/gtk-2.*/2.*.*/engines/libnimbus.so
%files -n nimbus-icon-theme
-%defattr(-,root,root)
%if 0%{?suse_version} >= 1140
%ghost %{_datadir}/icons/nimbus/icon-theme.cache
%endif