Hello community,
here is the log from the commit of package mypaint-brushes for openSUSE:Factory
checked in at 2020-02-25 16:03:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mypaint-brushes (Old)
and /work/SRC/openSUSE:Factory/.mypaint-brushes.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mypaint-brushes"
Tue Feb 25 16:03:37 2020 rev:3 rq:778001 version:2.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/mypaint-brushes/mypaint-brushes.changes
2020-02-14 16:27:53.771272775 +0100
+++
/work/SRC/openSUSE:Factory/.mypaint-brushes.new.26092/mypaint-brushes.changes
2020-02-25 16:04:25.560322920 +0100
@@ -1,0 +2,11 @@
+Tue Feb 18 21:46:23 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2.0.2:
+ * reductions to the file sizes of the preview icons.
+- Use xz tarball; update source URL.
+- Drop Licenses.md and Licenses.dep5 files: no longer part of
+ source.
+- No need to run autogen.sh any more, configure file is part of
+ tarball; drop libtool BuildRequires.
+
+-------------------------------------------------------------------
Old:
----
mypaint-brushes-2.0.1.tar.gz
New:
----
mypaint-brushes-2.0.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mypaint-brushes.spec ++++++
--- /var/tmp/diff_new_pack.jOpuDz/_old 2020-02-25 16:04:26.212323106 +0100
+++ /var/tmp/diff_new_pack.jOpuDz/_new 2020-02-25 16:04:26.216323108 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mypaint-brushes
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,21 @@
# 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: mypaint-brushes
-Version: 2.0.1
+Version: 2.0.2
Release: 0
Summary: Brushes to be used with the MyPaint library
# According to Licenses.dep5 the files used for building/installing are GPLv2+
# but the shipped brush files are CC0-1.0
License: CC0-1.0
Group: Productivity/Graphics/Bitmap Editors
-URL: https://github.com/mypaint/mypaint-brushes
-Source0:
https://github.com/mypaint/mypaint-brushes/archive/v%{version}.tar.gz#/mypaint-brushes-%{version}.tar.gz
+URL: https://github.com/mypaint
+Source0:
https://github.com/mypaint/mypaint-brushes/releases/download/v%{version}/%{name}-%{version}.tar.xz
Source1: %{name}-rpmlintrc
-BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)
BuildArch: noarch
@@ -49,7 +48,6 @@
%autosetup
%build
-./autogen.sh
%configure
make %{?_smp_mflags}
@@ -57,14 +55,14 @@
%make_install
%files
-%license COPYING Licenses.dep5 Licenses.md
-%doc AUTHORS NEWS README.md
+%license COPYING
+%doc AUTHORS NEWS README
%dir %{_datadir}/mypaint-data
%dir %{_datadir}/mypaint-data/2.0
%{_datadir}/mypaint-data/2.0/brushes
%files devel
-%license COPYING Licenses.dep5 Licenses.md
+%license COPYING
%{_datadir}/pkgconfig/mypaint-brushes-2.0.pc
%changelog