Hello community, here is the log from the commit of package arc-gtk-theme for openSUSE:Leap:15.2 checked in at 2020-02-21 10:52:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/arc-gtk-theme (Old) and /work/SRC/openSUSE:Leap:15.2/.arc-gtk-theme.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arc-gtk-theme" Fri Feb 21 10:52:21 2020 rev:10 rq:777453 version:20190917 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/arc-gtk-theme/arc-gtk-theme.changes 2020-01-15 14:47:17.665291527 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.arc-gtk-theme.new.26092/arc-gtk-theme.changes 2020-02-21 10:52:23.683294575 +0100 @@ -1,0 +2,60 @@ +Tue Nov 19 06:33:05 UTC 2019 - Petr Cervinka <[email protected]> + +- Update to version 20190917: + * Allow builds against gnome-shell 3.34 + * Refactor gnome-shell 3.32 code + * Removes redundant selectors/styling (i.e. styling that is no longer + required in newer gnome shell versions), and replaces with newer selectors/styling + (modifying to match Arc styling where necessary) + * Integrates styling from the default gnome shell theme into the Arc shell theme. + Because the user shell theme (Arc in this case) is "overlaid" over the default shell + theme, this is styling that was being "pulled in" anyway. + * Add full shadows to panel dropdown menus + * InfoBar colors should respect type + * Remove border from stackswitcher + * Don't hardcode LightDM font-size + * XFCE 4.14 panel styling fixes +- Update GitHub project url from NicoHood to arc-design +- Update public keyring from NicoHood <[email protected]> to David Mohammed <[email protected]> + +------------------------------------------------------------------- +Thu Oct 17 13:31:51 UTC 2019 - Richard Brown <[email protected]> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- +Sat May 11 08:22:44 UTC 2019 - Luigi Baldoni <[email protected]> + +- Update to version 20190330 (no changelog supplied) +- Fix build with gnome-shell 3.32 and newer + +------------------------------------------------------------------- +Thu Oct 25 12:16:46 UTC 2018 - [email protected] + +- Update to version 20181022: + * No changelog available. +- Use GPG signing. + +------------------------------------------------------------------- +Mon Sep 10 22:19:48 UTC 2018 - [email protected] + +- Update to version 20180715 (changes since 20180114): + * Added openbox theme + * Updated thunar style + * Added inkscape and optipng dependencies + * Bugfixes + +------------------------------------------------------------------- +Thu May 31 09:06:48 UTC 2018 - [email protected] + +- Update to version 20180114 + * General cleanup of outdated gtk versions and extras + * Readme update + * Minor fixes for cinnamon and xfce4 + * Add budgie desktop styling #17 + * Slightly darken fonts for light theme to improve contrast #15 + * Switch building from gulp to sassc + * Mate screensaver styling #27 + * Install plank theme with makefile directly + +------------------------------------------------------------------- Old: ---- arc-theme-20170302.tar.gz New: ---- arc-gtk-theme.keyring arc-theme-20190917.tar.xz arc-theme-20190917.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ arc-gtk-theme.spec ++++++ --- /var/tmp/diff_new_pack.cvWbGB/_old 2020-02-21 10:52:25.303297884 +0100 +++ /var/tmp/diff_new_pack.cvWbGB/_new 2020-02-21 10:52:25.303297884 +0100 @@ -1,7 +1,7 @@ # # spec file for package arc-gtk-theme # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +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 Arc %define _name arc Name: arc-gtk-theme -Version: 20170302 +Version: 20190917 Release: 0 Summary: Arc GTK+ theme -License: GPL-3.0+ -Group: System/GUI/Other -Url: https://github.com/horst3180/arc-theme -Source: https://github.com/horst3180/%{_name}-theme/archive/%{version}.tar.gz#/%{_name}-theme-%{version}.tar.gz +License: GPL-3.0-or-later +URL: https://github.com/arc-design/arc-theme/ +Source: https://github.com/arc-design/%{_name}-theme/releases/download/%{version}/%{_name}-theme-%{version}.tar.xz +Source1: https://github.com/arc-design/%{_name}-theme/releases/download/%{version}/%{_name}-theme-%{version}.tar.xz.asc +Source2: %{name}.keyring BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes +BuildRequires: gnome-shell +BuildRequires: inkscape +BuildRequires: optipng BuildRequires: pkgconfig +BuildRequires: sassc BuildRequires: pkgconfig(gtk+-3.0) >= 3.14 BuildArch: noarch @@ -39,7 +44,6 @@ %package -n metatheme-%{_name}-common Summary: Arc Common Theme Files -Group: System/GUI/Other Recommends: adwaita-icon-theme Suggests: gtk2-metatheme-%{_name} = %{version} Suggests: gtk3-metatheme-%{_name} = %{version} @@ -53,7 +57,6 @@ %package -n gtk2-metatheme-%{_name} Summary: Arc GTK+2 Theme -Group: System/GUI/Other Requires: gtk2-engine-murrine Requires: metatheme-%{_name}-common = %{version} Supplements: packageand(metatheme-%{_name}-common:gtk2) @@ -66,7 +69,6 @@ %package -n gtk3-metatheme-%{_name} Summary: Arc GTK+3 Theme -Group: System/GUI/Other Requires: gtk3 >= 3.14 Requires: metatheme-%{_name}-common = %{version} Supplements: packageand(metatheme-%{_name}-common:gtk3) @@ -80,7 +82,7 @@ %prep %setup -q -n %{_name}-theme-%{version} sed -i '/configure/d' autogen.sh -sed -i 's/^\(IconTheme=\).*$/\1Adwaita/' common/index.theme* +sed -i 's/^\(IconTheme=\).*$/\1Adwaita/' common/index/*/index.theme %build ./autogen.sh @@ -93,20 +95,20 @@ %fdupes %{buildroot}%{_datadir}/ %files -n metatheme-%{_name}-common -%defattr(-,root,root) -%doc AUTHORS COPYING README.md +%license COPYING +%doc AUTHORS README.md %dir %{_datadir}/themes/%{_theme}*/ %exclude %{_datadir}/themes/%{_theme}*/gtk-?.0/ %{_datadir}/themes/%{_theme}*/* %files -n gtk2-metatheme-%{_name} -%defattr(-,root,root) -%doc AUTHORS COPYING README.md +%license COPYING +%doc AUTHORS README.md %{_datadir}/themes/%{_theme}*/gtk-2.0/ %files -n gtk3-metatheme-%{_name} -%defattr(-,root,root) -%doc AUTHORS COPYING README.md +%license COPYING +%doc AUTHORS README.md %{_datadir}/themes/%{_theme}*/gtk-3.0/ %changelog
