From a33a3f56c88c5d39d25fa6c4c4c29d9d64a4da94 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Jan 16 2014 14:05:07 +0000 Subject: 2.1.0 --- diff --git a/.gitignore b/.gitignore index d24f507..2304d20 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /gdk3-2.0.2.gem +/gdk3-2.1.0.gem diff --git a/rubygem-gdk3.spec b/rubygem-gdk3.spec index 0a77009..e82996a 100644 --- a/rubygem-gdk3.spec +++ b/rubygem-gdk3.spec @@ -1,12 +1,12 @@ %global header_dir %{ruby_vendorarchdir} %global gem_name gdk3 -%global glib_min_ver 2.0.0 +%global glib_min_ver 2.1.0 # Planned for F-20+ only Summary: Ruby binding of GDK-3.x Name: rubygem-%{gem_name} -Version: 2.0.2 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Group: Development/Languages # Various files in gem @@ -16,8 +16,6 @@ Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem # https://raw.github.com/ruby-gnome2/ruby-gnome2/master/gdk3/COPYING.LIB # Renamed to avoid overwrite on SOURCE dir Source1: COPYING.LIB.gdk3 -# https://github.com/ruby-gnome2/ruby-gnome2/issues/178 -Patch0: rubygem-gdk3-2.0.2-rgba-rounding.patch # MRI only Requires: ruby @@ -72,14 +70,14 @@ pushd tmpunpackdir gem unpack %{SOURCE0} cd %{gem_name}-%{version} -# Patches -%patch0 -p2 - # Permission find . -name \*.rb -print0 | xargs --null chmod 0644 gem specification -l --ruby %{SOURCE0} > %{gem_name}.gemspec +# Allow ruby-gnome2 no less than ones +sed -i -e 's|= 2\.1\.0|>= 2.1.0|' %{gem_name}.gemspec + # Add license text install -cpm 644 %{SOURCE1} ./COPYING.LIB sed -i -e '/files =/s|\("Rakefile",\)|\1 "COPYING.LIB", |' \ @@ -166,6 +164,9 @@ popd %exclude %{gem_instdir}/test/ %changelog +* Thu Jan 16 2014 Mamoru TASAKA - 2.1.0-1 +- 2.1.0 + * Thu Sep 19 2013 Mamoru TASAKA - 2.0.2-2 - Patch from upstream to fix TestGdkRGBA diff --git a/sources b/sources index 7c49515..df4196a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7596b4a966f9660a7f87c56583dda342 gdk3-2.0.2.gem +cfc2de6ff74ea0a931491d4e5ae7646f gdk3-2.1.0.gem