[rubygem-pkg-config] 1.1.3

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Apr 10 06:00:35 UTC 2012


commit 077938f0261a515f9dab3d938c8eb326265ffc7c
Author: Mamoru TASAKA <mtasaka at localhost.localdomain>
Date:   Tue Apr 10 15:00:23 2012 +0900

    1.1.3

 .gitignore                            |    1 +
 rubygem-pkg-config-1.1.2-newpng.patch |   11 -----------
 rubygem-pkg-config.spec               |   12 +++++-------
 sources                               |    2 +-
 4 files changed, 7 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 701a000..17c91d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /pkg-config-1.0.6.gem
 /pkg-config-1.0.7.gem
 /pkg-config-1.1.2.gem
+/pkg-config-1.1.3.gem
diff --git a/rubygem-pkg-config.spec b/rubygem-pkg-config.spec
index b05ced5..756e712 100644
--- a/rubygem-pkg-config.spec
+++ b/rubygem-pkg-config.spec
@@ -5,14 +5,13 @@
 
 Summary:	A pkg-config implementation by Ruby
 Name:		rubygem-%{gem_name}
-Version:	1.1.2
-Release:	3%{?dist}
+Version:	1.1.3
+Release:	1%{?dist}
 Group:		Development/Languages
 License:	LGPLv2+
 URL:		http://github.com/rcairo/pkg-config
 
 Source0:	http://rubygems.org/gems/%{gem_name}-%{version}.gem
-Patch0:		rubygem-pkg-config-1.1.2-newpng.patch
 BuildRequires:	ruby(abi) = %{rubyabi}
 BuildRequires:	rubygems-devel
 # For %%check
@@ -51,10 +50,6 @@ gem install \
 	--rdoc \
 	%{SOURCE0}
 
-pushd .%{gem_instdir}
-%patch0 -p1
-popd
-
 find . -name \*.gem | xargs chmod 0644
 
 
@@ -95,6 +90,9 @@ ruby -Ilib -rubygems test/run-test.rb
 %{gem_docdir}
 
 %changelog
+* Tue Apr 10 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.1.3-1
+- 1.1.3
+
 * Sun Jan 29 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.1.2-3
 - F-17: rebuild against ruby 1.9
 
diff --git a/sources b/sources
index b51ec37..b8b7fdb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e1b79ba21db9058e72ff797b498bfda  pkg-config-1.1.2.gem
+5c44d7ab5b8c23168f1965518957128e  pkg-config-1.1.3.gem


More information about the scm-commits mailing list