Accepting request 494752 from home:mrdocs:branches:graphics
update to 2.8.22 OBS-URL: https://build.opensuse.org/request/show/494752 OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=13
This commit is contained in:
parent
a76e6faf46
commit
feadd8b708
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:939ca1df70be865c672ffd654f4e20f188121d01601c5c90237214101533c805
|
|
||||||
size 20853324
|
|
3
gimp-2.8.22.tar.bz2
Normal file
3
gimp-2.8.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9187a35cc52b110d78124d7b27b68a68ade14a794c2721314bac6134d2a5638a
|
||||||
|
size 20873278
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 12 03:38:13 UTC 2017 - plinnell@opensuse.org
|
||||||
|
|
||||||
|
- update to 2.8.22
|
||||||
|
- drop upstream patches - now in the the source
|
||||||
|
- conditionalize mypaint support
|
||||||
|
- full change log:
|
||||||
|
https://git.gnome.org/browse/gimp/plain/NEWS?h=GIMP_2_8_22
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 25 10:45:30 UTC 2017 - mailaender@opensuse.org
|
Sat Feb 25 10:45:30 UTC 2017 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
15
gimp.spec
15
gimp.spec
@ -20,7 +20,7 @@
|
|||||||
%global apiver 2.0
|
%global apiver 2.0
|
||||||
|
|
||||||
Name: gimp
|
Name: gimp
|
||||||
Version: 2.8.20
|
Version: 2.8.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -28,10 +28,7 @@ Group: Productivity/Graphics/Bitmap Editors
|
|||||||
Url: http://www.gimp.org/
|
Url: http://www.gimp.org/
|
||||||
Source: http://download.gimp.org/pub/gimp/v2.8/%{name}-%{version}.tar.bz2
|
Source: http://download.gimp.org/pub/gimp/v2.8/%{name}-%{version}.tar.bz2
|
||||||
Source1: macros.gimp
|
Source1: macros.gimp
|
||||||
# PATCH-FIX-UPSTREAM gimp-bgo773233-CVE-2007-3126.patch bgo#773233 CVE-2007-3126 zaitor@opensuse.org -- Fix a crash
|
|
||||||
Patch0: gimp-bgo773233-CVE-2007-3126.patch
|
|
||||||
# PATCH-FIX-UPSTREAM gimp-fix-PDF-Import-filter-crash.patch bgo#593576 zaitor@opensuse.org -- Fix a crash when importing PDF's
|
|
||||||
Patch1: gimp-fix-PDF-Import-filter-crash.patch
|
|
||||||
# openSUSE palette file
|
# openSUSE palette file
|
||||||
Source2: openSUSE.gpl
|
Source2: openSUSE.gpl
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
@ -71,13 +68,16 @@ BuildRequires: pkgconfig(gudev-1.0) >= 167
|
|||||||
BuildRequires: pkgconfig(lcms2) >= 2.2
|
BuildRequires: pkgconfig(lcms2) >= 2.2
|
||||||
BuildRequires: pkgconfig(libexif) >= 0.6.15
|
BuildRequires: pkgconfig(libexif) >= 0.6.15
|
||||||
BuildRequires: pkgconfig(libpng) >= 1.2.37
|
BuildRequires: pkgconfig(libpng) >= 1.2.37
|
||||||
BuildRequires: pkgconfig(libmypaint) >= 1.3
|
|
||||||
BuildRequires: pkgconfig(pango) >= 1.29.4
|
BuildRequires: pkgconfig(pango) >= 1.29.4
|
||||||
BuildRequires: pkgconfig(poppler-glib) >= 0.12.4
|
BuildRequires: pkgconfig(poppler-glib) >= 0.12.4
|
||||||
BuildRequires: pkgconfig(xcursor)
|
BuildRequires: pkgconfig(xcursor)
|
||||||
BuildRequires: pkgconfig(xfixes)
|
BuildRequires: pkgconfig(xfixes)
|
||||||
BuildRequires: pkgconfig(xpm)
|
BuildRequires: pkgconfig(xpm)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
%if 0%{?suse_version} > 1320
|
||||||
|
BuildRequires: pkgconfig(libmypaint) >= 1.3
|
||||||
|
%endif
|
||||||
# Explicitly declare the libgimp versions for upgrade purposes
|
# Explicitly declare the libgimp versions for upgrade purposes
|
||||||
Requires: libgimp-2_0-0 = %{version}
|
Requires: libgimp-2_0-0 = %{version}
|
||||||
Requires: libgimpui-2_0-0 = %{version}
|
Requires: libgimpui-2_0-0 = %{version}
|
||||||
@ -207,8 +207,7 @@ This package contains the help browser for the GIMP.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
translation-update-upstream po-libgimp gimp20-libgimp
|
translation-update-upstream po-libgimp gimp20-libgimp
|
||||||
translation-update-upstream po-python gimp20-python
|
translation-update-upstream po-python gimp20-python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user