Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package paper-icon-theme for openSUSE:Factory checked in at 2021-04-17 23:25:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/paper-icon-theme (Old) and /work/SRC/openSUSE:Factory/.paper-icon-theme.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "paper-icon-theme" Sat Apr 17 23:25:12 2021 rev:4 rq:886303 version:1.5.0+git32.aa3e8af7 Changes: -------- --- /work/SRC/openSUSE:Factory/paper-icon-theme/paper-icon-theme.changes 2017-01-09 11:00:55.811600331 +0100 +++ /work/SRC/openSUSE:Factory/.paper-icon-theme.new.12324/paper-icon-theme.changes 2021-04-17 23:25:22.561636068 +0200 @@ -1,0 +2,10 @@ +Fri Mar 19 18:53:58 UTC 2021 - mrueck...@suse.de + +- Update to version 1.5.0+git32.aa3e8af7: + - Fix a lot of broken rendered icons in the paper theme + - Added a lot of new icons +- switch to source service as the latest release still had broken + icons and it is not easy to create a diff for binary files. +- modernize spec file + +------------------------------------------------------------------- Old: ---- v1.4.0.tar.gz New: ---- _service _servicedata paper-icon-theme-1.5.0+git32.aa3e8af7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ paper-icon-theme.spec ++++++ --- /var/tmp/diff_new_pack.mLnyx7/_old 2021-04-17 23:25:23.353637418 +0200 +++ /var/tmp/diff_new_pack.mLnyx7/_new 2021-04-17 23:25:23.357637425 +0200 @@ -1,7 +1,7 @@ # # spec file for package paper-icon-theme # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2017 Sam Hewitt # # All modifications and additions to the file contributed by third parties @@ -13,49 +13,46 @@ # 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: paper-icon-theme -Version: 1.4.0 +Version: 1.5.0+git32.aa3e8af7 Release: 0 Summary: Paper Icon theme License: CC-BY-SA-4.0 Group: System/GUI/Other -Url: https://snwh.org/paper -Source: https://github.com/snwh/paper-icon-theme/archive/v%{version}.tar.gz -BuildRequires: automake +URL: https://snwh.org/paper +Source: %{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: icon-naming-utils >= 0.8.7 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: meson BuildArch: noarch %description Paper is a simple and modern icon theme with Material Design influences. %prep -%setup -q +%autosetup -p1 find -L . -type l -print -delete chmod a-x AUTHORS README.md %build -./autogen.sh -make %{?_smp_mflags} +%meson +%meson_build %install -make install DESTDIR=%{buildroot} %{?_smp_mflags} -rm -f %{buildroot}%{_datadir}/icons/Paper/AUTHORS +%meson_install %fdupes %{buildroot}%{_datadir}/icons/Paper -%post -%icon_theme_cache_post Paper - %files -%defattr(-,root,root) -%doc AUTHORS COPYING LICENSE README.md +%doc AUTHORS README.md +%license LICENSE COPYING %{_datadir}/icons/Paper +%{_datadir}/icons/Paper-Mono-Dark %ghost %{_datadir}/icons/Paper/icon-theme.cache +%ghost %{_datadir}/icons/Paper-Mono-Dark/icon-theme.cache %changelog ++++++ _service ++++++ <services> <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/snwh/paper-icon-theme.git</param> <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param> <param name="revision">master</param> <param name="scm">git</param> <param name="match-tag">v*</param> <param name="versionrewrite-pattern">v\.(.*)</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">enable</param> </service> <service mode="disabled" name="tar"/> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service mode="disabled" name="set_version"/> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/snwh/paper-icon-theme.git</param> <param name="changesrevision">aa3e8af7a1f0831a51fd7e638a4acb077a1e5188</param></service></servicedata>