[rubygem-org-ruby] Update to org-mode 0.9.6 (RHBZ #1090021)

Ken Dreyer ktdreyer at fedoraproject.org
Wed May 7 22:46:09 UTC 2014


commit 53db9ac6e93a07f4519a4f41fcc6d4a3f6711359
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Wed May 7 16:46:08 2014 -0600

    Update to org-mode 0.9.6 (RHBZ #1090021)
    
    - Adjustments for https://fedoraproject.org/wiki/Changes/Ruby_2.1
    - Tests are actually passing now, so don't throw away the exit code in
      %check.

 .gitignore                                |    2 ++
 rubygem-org-ruby-generate-test-tarball.sh |    2 +-
 rubygem-org-ruby.spec                     |   20 +++++++++++++++-----
 sources                                   |    4 ++--
 4 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d62bf48..51fe49c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 /org-ruby-0.9.1.gem
 /org-ruby-0.9.3.gem
 /org-ruby-0.9.3-tests.tar.xz
+/org-ruby-0.9.6.gem
+/org-ruby-0.9.6-tests.tar.xz
diff --git a/rubygem-org-ruby-generate-test-tarball.sh b/rubygem-org-ruby-generate-test-tarball.sh
index 94973b0..6257a9d 100755
--- a/rubygem-org-ruby-generate-test-tarball.sh
+++ b/rubygem-org-ruby-generate-test-tarball.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-VERSION=0.9.3
+VERSION=0.9.6
 
 GITHUBURL=https://github.com/wallyqs/org-ruby/archive/version-${VERSION}.zip
 
diff --git a/rubygem-org-ruby.spec b/rubygem-org-ruby.spec
index dd2af7e..920affa 100644
--- a/rubygem-org-ruby.spec
+++ b/rubygem-org-ruby.spec
@@ -1,7 +1,7 @@
 %global gem_name org-ruby
 
 Name: rubygem-%{gem_name}
-Version: 0.9.3
+Version: 0.9.6
 Release: 1%{?dist}
 Summary: Ruby routines for parsing org-mode files
 Group: Development/Languages
@@ -11,17 +11,21 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 # Upstream does not ship the test suite in the gem.
 Source1: %{name}-generate-test-tarball.sh
 Source2: %{gem_name}-%{version}-tests.tar.xz
+%if 0%{?fc19} || 0%{?fc20} || 0%{?el7}
 Requires: ruby(release)
 Requires: ruby(rubygems)
 Requires: rubygem(rubypants)
 Requires: rubygem(tilt)
+%endif
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: rubygem(rspec)
 BuildRequires: rubygem(rubypants)
 BuildRequires: rubygem(tilt)
 BuildArch: noarch
+%if 0%{?fc19} || 0%{?fc20} || 0%{?el7}
 Provides: rubygem(%{gem_name}) = %{version}
+%endif
 
 %description
 An org-mode parser written in Ruby. This gem contains Ruby routines for
@@ -70,10 +74,11 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
 export LANG=en_US.UTF-8
 cp -pr spec .%{gem_instdir}
 pushd .%{gem_instdir}
-  # Tests currently fail because the HTML output is tightly coupled with
-  # specific Tilt versions. When upstream itself has stable Travis builds, we
-  # can re-examine this.  https://travis-ci.org/wallyqs/org-ruby
-  rspec -Ilib spec || :
+  # Note: the tests may fail because the HTML output has historically been
+  # tightly coupled with specific Tilt versions.
+  # You can check upstream's Travis CI status for more information or help.
+  # https://travis-ci.org/wallyqs/org-ruby/builds
+  rspec -Ilib spec
   rm -rf spec
 popd
 
@@ -91,6 +96,11 @@ popd
 %doc %{gem_instdir}/History.txt
 
 %changelog
+* Wed May 07 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.9.6-1
+- Update to org-mode 0.9.6 (RHBZ #1090021)
+- Adjustments for https://fedoraproject.org/wiki/Changes/Ruby_2.1
+- Tests are actually passing now, so don't throw away the exit code in %%check.
+
 * Wed Apr 02 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.9.3-1
 - Update to org-mode 0.9.3 (RHBZ #1080900)
 - New upstream project location on GitHub
diff --git a/sources b/sources
index 36b906f..f9839a4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b66a9077b61a3fb71c7938dd42af8588  org-ruby-0.9.3.gem
-1ade8358b9768060f8ccb3256806734e  org-ruby-0.9.3-tests.tar.xz
+19420968672924d19272c9bbaae95fd5  org-ruby-0.9.6.gem
+f9be5bdf61bb08f5dbb3eb803647ebfb  org-ruby-0.9.6-tests.tar.xz


More information about the scm-commits mailing list