Browse Source

updated 2 packages

gimp-2.10.12-1

gtk2-2.24.32-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12298 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
899de1a9b9
2 changed files with 29 additions and 25 deletions
  1. 16 12
      g/gimp/gimp-vl.spec
  2. 13 13
      g/gtk2/gtk2-vl.spec

+ 16 - 12
g/gimp/gimp-vl.spec

@@ -2,16 +2,20 @@
 %define binver  2.10
 %define subver  2.0
 
-Summary: 	The GNU Image Manipulation Program
+Summary:        The GNU Image Manipulation Program
 Summary(ja):    GNU 画像加工プログラム
-Name:    gimp
-Version: 2.10.8
-Release: 1%{?_dist_release}
-
-License: GPL, LGPL
-Group:   Applications/Graphics
-URL:     http://www.gimp.org/
-Source:  ftp://ftp.gimp.org/pub/gimp/%{verdir}/%{name}-%{version}.tar.bz2
+Name:           gimp
+Version:        2.10.12
+Release:        1%{?_dist_release}
+Group:          Applications/Graphics
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        GPL, LGPL
+URL:            https://www.gimp.org/
+%define         shortver %(echo %{version} | sed -e 's/\\.[0-9]*$//')
+Source:         https://download.gimp.org/mirror/pub/gimp/v%{shortver}/%{name}-%{version}.tar.bz2
 # Patch10: gimp-2.0-desktopfile-no-gimp-remote.patch
 # Patch100: gimp-2.8.0-gimprc-vine.patch
 
@@ -59,9 +63,6 @@ BuildRequires: mypaint-brushes-devel >= 1.3.0
 BuildRequires: OpenEXR-devel >= 1.6.1
 BuildRequires: libgexiv2-devel >= 0.10.6
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 
 %description
 The GIMP (GNU Image Manipulation Program) is a powerful image
@@ -254,6 +255,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
 
 
 %changelog
+* Sat Oct 26 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.12-1
+- updated to 2.10.12.
+
 * Tue Jan 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.8-1
 - updated to 2.10.8.
 

+ 13 - 13
g/gtk2/gtk2-vl.spec

@@ -12,7 +12,7 @@
 %define gdkpixbuf2_version %{gdkpixbuf2_base_version}-1
 %define gobject_introspection_version 0.9.8
 
-%define base_version 2.24.30
+%define base_version 2.24.32
 %define bin_version 2.10.0
 
 # biarch support
@@ -26,22 +26,21 @@ Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
 Summary(ja): X 用 GUI 作成ライブラリ: GIMP ツールキット(GTK+)
 Name: gtk2
 Version: %{base_version}
-Release: 2%{?_dist_release}
-License: LGPLv2+
+Release: 1%{?_dist_release}
 Group: System Environment/Libraries
 
-Source: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/gtk+-%{version}.tar.xz
+License: LGPLv2+
+URL: https://www.gtk.org/
+%define shortver %(echo %{version} | sed -e 's/\\.[0-9]*$//')
+Source: https://download.gnome.org/sources/gtk+/%{shortver}/gtk+-%{version}.tar.xz
 
 # biarch support
-Patch1: gtk2-2.24.21-lib64.patch
+Patch1: gtk2-2.24.32-lib64.patch
 
 Patch100: gtk+-2.24.8-vine-default-theme.patch
 
 # security fix(es)
 
-# this patch will be included the next version (2.4.31).
-Patch1000: CVE-2013-7447.patch
-
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
 BuildRequires: glib2-devel >= %{glib2_version}
@@ -75,8 +74,6 @@ Obsoletes: gail < 2.14
 
 Conflicts: gtk2-engines < 2.6.0
 
-URL: http://www.gtk.org
-
 # required for icon themes apis to work
 Requires: hicolor-icon-theme
 
@@ -91,7 +88,7 @@ Requires: libXrandr >= 1.3.0
 
 Vendor: Project Vine
 Distribution: Vine Linux
-Packager: daisuke, Takemikaduchi
+Packager: daisuke
 
 
 %description
@@ -166,7 +163,6 @@ docs for the GTK+ widget toolkit.
 %patch1 -p1 -b .lib64
 %patch100 -p1 -b .vine-default-theme
 
-%patch1000 -p1 -b .CVE-2013-7447
 
 #for i in config.guess config.sub ; do
 #	test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@@ -281,7 +277,8 @@ fi
 
 %files -f all.lang
 %defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_bindir}/gtk-demo
 %{_bindir}/gtk-builder-convert
 %{_bindir}/gtk-query-immodules-2.0
@@ -338,6 +335,9 @@ fi
 %endif
 
 %changelog
+* Sat Oct 26 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.32-1
+- new upstream release.
+
 * Sun May 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.30-2
 - added Patch1000 (CVE-2013-7447.patch).