Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gtk2-metatheme-equinox for
openSUSE:Factory checked in at 2024-02-09 23:52:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2-metatheme-equinox (Old)
and /work/SRC/openSUSE:Factory/.gtk2-metatheme-equinox.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk2-metatheme-equinox"
Fri Feb 9 23:52:33 2024 rev:13 rq:1145237 version:1.50
Changes:
--------
---
/work/SRC/openSUSE:Factory/gtk2-metatheme-equinox/gtk2-metatheme-equinox.changes
2012-01-19 16:55:52.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gtk2-metatheme-equinox.new.1815/gtk2-metatheme-equinox.changes
2024-02-09 23:52:55.848284697 +0100
@@ -1,0 +2,5 @@
+Thu Feb 8 15:59:54 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Prepare for RPM 4.20: patchN -> patch -P N.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtk2-metatheme-equinox.spec ++++++
--- /var/tmp/diff_new_pack.U9wduc/_old 2024-02-09 23:52:56.252299255 +0100
+++ /var/tmp/diff_new_pack.U9wduc/_new 2024-02-09 23:52:56.256299399 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gtk2-metatheme-equinox
#
-# Copyright (c) 2012 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,9 +12,10 @@
# 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/
#
+
%define _version 1.50
# Unfortunately, the tarballs are not properly versioned. The real
# version has to be found on the website...
@@ -23,9 +24,9 @@
Version: 1.50
Release: 0
Summary: Equinox Metathemes for GTK+
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/GUI/GNOME
-Url:
http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881
+URL:
http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881
Source0:
http://gnome-look.org/CONTENT/content-files/121881-equinox-%{_version}.tar.gz
Source1:
http://gnome-look.org/CONTENT/content-files/140449-equinox-themes-%{_version}.tar.gz
# PATCH-FIX-UPSTREAM gtk2-metatheme-equinox-glib-2.31.patch
[email protected] -- Fix build with glib 2.31. Sent upstream by mail (vuntz,
2011-01-05)
@@ -55,7 +56,7 @@
%prep
%setup -q -c %{name}-%{_version} -a1
pushd equinox-%{_version}
-%patch1 -p1
+%patch -P 1 -p1
for file in AUTHORS ChangeLog COPYING NEWS README; do
chmod -x $file
done