Hello community,
here is the log from the commit of package mypaint-brushes for
openSUSE:Leap:15.2 checked in at 2020-05-14 16:58:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mypaint-brushes (Old)
and /work/SRC/openSUSE:Leap:15.2/.mypaint-brushes.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mypaint-brushes"
Thu May 14 16:58:01 2020 rev:2 rq:805418 version:2.0.2
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/mypaint-brushes/mypaint-brushes.changes
2020-01-30 14:46:34.290780276 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.mypaint-brushes.new.2738/mypaint-brushes.changes
2020-05-14 16:58:07.294742376 +0200
@@ -1,0 +2,25 @@
+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.
+
+-------------------------------------------------------------------
+Wed Mar 20 15:27:34 UTC 2019 - Atri B <[email protected]>
+
+- Update to version 2.0.1:
+ * Include Dieterle brushes.
+- Changes from version 2.0.0:
+ * Tweaks for some new inputs available in (as yet unreleased)
+ mypaint 2.x, such as viewzoom and viewrotation
+- Drop mypaint-brushes-1.3.0-automake16.patch: fixed upstream.
+- Add Requires on mypaint-brushes for -devel package.
+- Add %{name}-rpmlintrc file to suppress a false-positive
+ about a file name starting with \%.
+- Update URL and Source URL in keeping with new upstream home.
+
+-------------------------------------------------------------------
Old:
----
mypaint-brushes-1.3.0-automake16.patch
mypaint-brushes-1.3.0.tar.gz
New:
----
mypaint-brushes-2.0.2.tar.xz
mypaint-brushes-rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mypaint-brushes.spec ++++++
--- /var/tmp/diff_new_pack.Ed7xoD/_old 2020-05-14 16:58:07.754743257 +0200
+++ /var/tmp/diff_new_pack.Ed7xoD/_new 2020-05-14 16:58:07.758743265 +0200
@@ -1,7 +1,7 @@
#
# spec file for package mypaint-brushes
#
-# Copyright (c) 2018 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,29 +12,23 @@
# 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: 1.3.0
+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/Jehan/mypaint-brushes
-
-Source0:
https://github.com/Jehan/mypaint-brushes/archive/v%{version}.tar.gz#/mypaint-brushes-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM mypaint-brushes-1.3.0-automake16.patch -- autogen: add
automake 1.16 support.
-Patch0: mypaint-brushes-1.3.0-automake16.patch
-
-BuildRequires: intltool
-BuildRequires: libtool
+URL: https://github.com/mypaint
+Source0:
https://github.com/mypaint/mypaint-brushes/releases/download/v%{version}/%{name}-%{version}.tar.xz
+Source1: %{name}-rpmlintrc
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)
-
BuildArch: noarch
%description
@@ -44,6 +38,7 @@
Summary: Files for developing with mypaint-brushes
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
+Requires: %{name} = %{version}
%description devel
This package contains a pkgconfig file which makes it easier to develop
@@ -53,7 +48,6 @@
%autosetup
%build
-./autogen.sh
%configure
make %{?_smp_mflags}
@@ -61,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/1.0
-%{_datadir}/mypaint-data/1.0/brushes
+%dir %{_datadir}/mypaint-data/2.0
+%{_datadir}/mypaint-data/2.0/brushes
%files devel
-%license COPYING Licenses.dep5 Licenses.md
-%{_datadir}/pkgconfig/mypaint-brushes-1.0.pc
+%license COPYING
+%{_datadir}/pkgconfig/mypaint-brushes-2.0.pc
%changelog
++++++ mypaint-brushes-rpmlintrc ++++++
# The file name does start with a \%, ignore false-positive
addFilter("mypaint-brushes.* unexpanded-macro")