From 4ba5a54c07af962558fe24419c0265c46f7f0a4d Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Mon, 16 Apr 2012 16:12:52 +0900 Subject: [PATCH 1/4] 1.1.3 --- .gitignore | 1 + rubygem-gio2.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7420145..842a460 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /gio2-1.0.3.gem /gio2-1.1.1.gem /gio2-1.1.2.gem +/gio2-1.1.3.gem diff --git a/rubygem-gio2.spec b/rubygem-gio2.spec index 01e5e1f..b8a2077 100644 --- a/rubygem-gio2.spec +++ b/rubygem-gio2.spec @@ -18,8 +18,8 @@ Summary: Ruby binding of gio-2.0.x Name: rubygem-%{gem_name} -Version: 1.1.2 -Release: 4%{?dist} +Version: 1.1.3 +Release: 1%{?dist} Group: Development/Languages # from README License: LGPLv2 @@ -254,6 +254,9 @@ ruby -rubygems -Ilib test/load-test.rb %{gem_instdir}/test/ %changelog +* Mon Apr 16 2012 Mamoru Tasaka - 1.1.3-1 +- 1.1.3 + * Wed Feb 1 2012 Mamoru Tasaka - 1.1.2-4 - Add proper Obsoletes/Provides diff --git a/sources b/sources index 3c78b49..f910dd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56ff11f96fc5ff53ce460d2abdba2fc6 gio2-1.1.2.gem +2ace0a2d89accf0df170e56ea8f6eeb0 gio2-1.1.3.gem From 8ccd0903b760ea921c49162847fb76dfdc02f558 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Mon, 16 Apr 2012 18:35:07 +0900 Subject: [PATCH 2/4] Actually new glib2 is needed --- rubygem-gio2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rubygem-gio2.spec b/rubygem-gio2.spec index b8a2077..7cce059 100644 --- a/rubygem-gio2.spec +++ b/rubygem-gio2.spec @@ -11,7 +11,7 @@ %global ruby19 0 %endif -%global glibminver 1.1.0 +%global glibminver 1.1.3 %global obsoleteevr 0.90.7-1.999 %global gem_name gio2 @@ -19,7 +19,7 @@ Summary: Ruby binding of gio-2.0.x Name: rubygem-%{gem_name} Version: 1.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages # from README License: LGPLv2 @@ -254,7 +254,7 @@ ruby -rubygems -Ilib test/load-test.rb %{gem_instdir}/test/ %changelog -* Mon Apr 16 2012 Mamoru Tasaka - 1.1.3-1 +* Mon Apr 16 2012 Mamoru Tasaka - 1.1.3-2 - 1.1.3 * Wed Feb 1 2012 Mamoru Tasaka - 1.1.2-4 From 0f3a39b9545f5320b84304f13d42db29383408be Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Mon, 13 Aug 2012 18:35:15 +0900 Subject: [PATCH 3/4] 1.1.4 --- .gitignore | 1 + rubygem-gio2.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 842a460..f96229f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /gio2-1.1.1.gem /gio2-1.1.2.gem /gio2-1.1.3.gem +/gio2-1.1.4.gem diff --git a/rubygem-gio2.spec b/rubygem-gio2.spec index 7cce059..85d689f 100644 --- a/rubygem-gio2.spec +++ b/rubygem-gio2.spec @@ -18,8 +18,8 @@ Summary: Ruby binding of gio-2.0.x Name: rubygem-%{gem_name} -Version: 1.1.3 -Release: 2%{?dist} +Version: 1.1.4 +Release: 1%{?dist} Group: Development/Languages # from README License: LGPLv2 @@ -254,6 +254,12 @@ ruby -rubygems -Ilib test/load-test.rb %{gem_instdir}/test/ %changelog +* Mon Aug 13 2012 Mamoru Tasaka - 1.1.4-1 +- 1.1.4 + +* Sat Jul 21 2012 Fedora Release Engineering - 1.1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Mon Apr 16 2012 Mamoru Tasaka - 1.1.3-2 - 1.1.3 diff --git a/sources b/sources index f910dd8..be7af3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ace0a2d89accf0df170e56ea8f6eeb0 gio2-1.1.3.gem +733b6d533a9f2b505b2ddae2c7c1a0b1 gio2-1.1.4.gem From 4939d50b446d2af3348510e742ead92d5e803df9 Mon Sep 17 00:00:00 2001 From: TASAKA Mamoru Date: Wed, 5 Sep 2012 18:01:18 +0900 Subject: [PATCH 4/4] 1.1.5 --- .gitignore | 1 + rubygem-gio2.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f96229f..8d8b177 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /gio2-1.1.2.gem /gio2-1.1.3.gem /gio2-1.1.4.gem +/gio2-1.1.5.gem diff --git a/rubygem-gio2.spec b/rubygem-gio2.spec index 85d689f..2128ea2 100644 --- a/rubygem-gio2.spec +++ b/rubygem-gio2.spec @@ -18,7 +18,7 @@ Summary: Ruby binding of gio-2.0.x Name: rubygem-%{gem_name} -Version: 1.1.4 +Version: 1.1.5 Release: 1%{?dist} Group: Development/Languages # from README @@ -254,6 +254,9 @@ ruby -rubygems -Ilib test/load-test.rb %{gem_instdir}/test/ %changelog +* Wed Sep 5 2012 Mamoru Tasaka - 1.1.5-1 +- 1.1.5 + * Mon Aug 13 2012 Mamoru Tasaka - 1.1.4-1 - 1.1.4 diff --git a/sources b/sources index be7af3a..5e51874 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -733b6d533a9f2b505b2ddae2c7c1a0b1 gio2-1.1.4.gem +b6f29019f0b33b48a2af3f79b9238c34 gio2-1.1.5.gem