Browse Source

gtk3 3.22.10-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11602 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 6 years ago
parent
commit
38771f8327
1 changed files with 20 additions and 1 deletions
  1. 20 1
      g/gtk3/gtk3-vl.spec

+ 20 - 1
g/gtk3/gtk3-vl.spec

@@ -12,7 +12,7 @@
 %define gdkpixbuf2_version %{gdkpixbuf2_base_version}-1
 %define gobject_introspection_version 1.46.0
 
-%define base_version 3.20.6
+%define base_version 3.22.10
 %define bin_version 3.0.0
 
 # biarch support
@@ -37,6 +37,14 @@ Patch0: gtk3-3.10.0-gtk-widget-size-allocate.patch
 # for Vine
 Patch100: gtk+-3.14.0-vine-default-theme.patch
 
+# from CentOS
+#  - 3.22.10-5.el7_4
+# Downstream fix to filter out X-RHEL-AliasOf
+# https://bugzilla.redhat.com/show_bug.cgi?id=1259292
+Source10001: ja.po
+Patch10018: app-chooser-fixes.patch
+Patch10019: 0001-gdk-Always-emit-motion-after-enter.patch
+
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: at-spi2-atk-devel
 BuildRequires: pango-devel >= %{pango_version}
@@ -152,6 +160,11 @@ docs for the GTK+ widget toolkit.
 %patch0 -p1 -b .allocate
 %patch100 -p1 -b .vine-default-theme
 
+# from CentOS
+%patch10018 -p1
+%patch10019 -p1
+cp %{SOURCE10001} po/
+
 #for i in config.guess config.sub ; do
 #	test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
 #done
@@ -310,6 +323,12 @@ fi
 %endif
 
 %changelog
+* Mon Mar 26 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 3.22.10-1
+- update to 3.22.10
+- sync CentOS 7 - 3.22.10-5.el7_4
+ - add ja.po (Source10001)
+ - add patches (Patch10018, 10019)
+
 * Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.6-1
 - new upstream release