Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package numix-gtk-theme for openSUSE:Factory
checked in at 2021-05-16 23:42:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/numix-gtk-theme (Old)
and /work/SRC/openSUSE:Factory/.numix-gtk-theme.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "numix-gtk-theme"
Sun May 16 23:42:05 2021 rev:15 rq:893504 version:2.6.7.1617863126.0d6b4c8
Changes:
--------
--- /work/SRC/openSUSE:Factory/numix-gtk-theme/numix-gtk-theme.changes
2017-11-19 11:15:49.145709357 +0100
+++
/work/SRC/openSUSE:Factory/.numix-gtk-theme.new.2988/numix-gtk-theme.changes
2021-05-16 23:44:23.709074066 +0200
@@ -1,0 +2,29 @@
+Sun May 16 13:48:33 UTC 2021 - Predrag Ivanovi?? <[email protected]>
+
+- Update to version 2.6.7.1617863126.0d6b4c8
+ * Fix Thunar sidebar
+ (#gh#numixproject/numix-gtk-theme#742)
+ * eclipse: fix small toolbar buttons
+ (#gh#numixproject/numix-gtk-theme#748)
+ * Replace deprecated Ruby Sass with SassC
+ (#gh#numixproject/numix-gtk-theme#734)
+ (#gh#numixproject/numix-gtk-theme#740)
+ * Update budgie panel and workspace-switcher colors
+ (gh#numixproject/numix-gtk-theme#368)
+ * Gtk-3.20:xfce Add whisker menu style
+ (#gh#numixproject/numix-gtk-theme#666)
+ * Update xfce4-notifyd specific gtk3 style
+ (#gh#numixproject/numix-gtk-theme#677).
+ * Correct maximize button behavior in Openbox
+ (#gh#numixproject/numix-gtk-theme#77)
+ * [Gtk-2.0] Remove unnecessary executable permissions
+ (#gh#numixproject/numix-gtk-theme#690)
+
+- Package changes:
+ * Replace saas with sassc.
+ * Don't build for EOL distribution versions.
+ * Spec-cleaner run
+ * Pull the source using obs_scm/_service until upstream
+ tags the new release.
+
+-------------------------------------------------------------------
Old:
----
numix-gtk-theme-2.5.1.tar.gz
numix-gtk-theme-2.6.7.tar.gz
New:
----
numix-gtk-theme-2.6.7.1617863126.0d6b4c8.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ numix-gtk-theme.spec ++++++
--- /var/tmp/diff_new_pack.0EU0h7/_old 2021-05-16 23:44:24.169072283 +0200
+++ /var/tmp/diff_new_pack.0EU0h7/_new 2021-05-16 23:44:24.173072268 +0200
@@ -1,7 +1,7 @@
#
# spec file for package numix-gtk-theme
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,32 +12,29 @@
# 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 _theme Numix
%define _name numix
Name: numix-gtk-theme
-Version: 2.6.7
+Version: 2.6.7.1617863126.0d6b4c8
Release: 0
Summary: Numix GTK+ theme for MATE, Cinnamon, GNOME, and Xfce
-License: GPL-3.0+
+License: GPL-3.0-or-later
Group: System/GUI/Other
-Url: https://numixproject.org/
-Source0:
https://github.com/numixproject/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source1:
https://github.com/numixproject/%{name}/archive/v2.5.1.tar.gz#/%{name}-2.5.1.tar.gz
+URL: https://numixproject.org/
+Source0: %{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE numix-gtk-theme-light-menubars.patch [email protected]
-- Make light menus (Gtk2), dark menus are buggy in Qt4 QGtk2Style.
Patch0: %{name}-light-menubars.patch
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildArch: noarch
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120100 &&
0%{?is_opensuse}) || 0%{?sle_version} >= 120200
BuildRequires: glib2-tools
BuildRequires: libxml2-tools
+BuildRequires: sassc
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
-BuildRequires: rubygem(sass)
-%endif
%description
Numix is a modern flat theme with a combination of light and dark
@@ -60,7 +57,7 @@
Group: System/GUI/Other
Requires: gtk2-engine-murrine >= 0.98.1.1
Requires: metatheme-%{_name}-common = %{version}
-Supplements: packageand(metatheme-%{_name}-common:gtk2)
+Supplements: (metatheme-%{_name}-common and gtk2)
%description -n gtk2-metatheme-%{_name}
Numix is a modern flat theme with a combination of light and dark
@@ -72,7 +69,7 @@
Group: System/GUI/Other
Requires: gtk3 >= 3.6.0
Requires: metatheme-%{_name}-common = %{version}
-Supplements: packageand(metatheme-%{_name}-common:gtk3)
+Supplements: (metatheme-%{_name}-common and gtk3)
%description -n gtk3-metatheme-%{_name}
Numix is a modern flat theme with a combination of light and dark
@@ -80,30 +77,14 @@
This package contains the GTK+3 theme.
%prep
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120100 &&
0%{?is_opensuse}) || 0%{?sle_version} >= 120200
%setup -q
-%else
-%setup -q -T -n %{name}-2.5.1 -b1
-ln -s . src
-%endif
%patch0 -p1
%build
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120100 &&
0%{?is_opensuse}) || 0%{?sle_version} >= 120200
-make %{?_smp_mflags} V=1
-%endif
+%make_build
%install
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120100 &&
0%{?is_opensuse}) || 0%{?sle_version} >= 120200
%make_install
-%else
-install -Dpm 0644 index.theme
%{buildroot}%{_datadir}/themes/%{_theme}/index.theme
-mkdir -p %{buildroot}%{_datadir}/themes/%{_theme}/
-ls -d */ | while read dir; do
- cp -a "$dir" "%{buildroot}%{_datadir}/themes/%{_theme}/$dir"
-done
-find %{buildroot} -type f -name "*.orig" -delete -print
-%endif
# Changed to a symlink in numix-gtk-theme 2.6.4, breaks update from older
versions.
ls -d %{buildroot}%{_datadir}/themes/Numix/gtk-3.*/assets | while read dir; do
if [ -L "$dir" ]; then
@@ -118,17 +99,20 @@
%fdupes %{buildroot}%{_datadir}/
%files -n metatheme-%{_name}-common
-%doc CHANGES CREDITS LICENSE README.md
+%license LICENSE
+%doc CHANGES CREDITS README.md
%{_datadir}/themes/%{_theme}/
%exclude %{_datadir}/themes/%{_theme}/gtk-2.*/
%exclude %{_datadir}/themes/%{_theme}/gtk-3.*/
%files -n gtk2-metatheme-%{_name}
-%doc CHANGES CREDITS LICENSE README.md
+%license LICENSE
+%doc CHANGES CREDITS README.md
%{_datadir}/themes/%{_theme}/gtk-2.*/
%files -n gtk3-metatheme-%{_name}
-%doc CHANGES CREDITS LICENSE README.md
+%license LICENSE
+%doc CHANGES CREDITS README.md
%{_datadir}/themes/%{_theme}/gtk-3.*/
%changelog