[rubygem-org-ruby] Update to org-mode 0.9.12 (RHBZ #1176963)

Ken Dreyer ktdreyer at fedoraproject.org
Fri Jan 2 16:39:15 UTC 2015


commit 0046c9cf287314f79b6e323b22f31657c1b71c58
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Fri Jan 2 09:39:17 2015 -0700

    Update to org-mode 0.9.12 (RHBZ #1176963)
    
    - rm superfluous "-p" flags to cp during %install
    - End -doc subpackage %description with a period "."

 .gitignore                                |    2 ++
 rubygem-org-ruby-generate-test-tarball.sh |    2 +-
 rubygem-org-ruby.spec                     |   13 +++++++++----
 sources                                   |    4 ++--
 4 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c96be79..19bed3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 /org-ruby-0.9.9-tests.tar.xz
 /org-ruby-0.9.10.gem
 /org-ruby-0.9.10-tests.tar.xz
+/org-ruby-0.9.12-tests.tar.xz
+/org-ruby-0.9.12.gem
diff --git a/rubygem-org-ruby-generate-test-tarball.sh b/rubygem-org-ruby-generate-test-tarball.sh
index b4c1e83..87a59dc 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.10
+VERSION=0.9.12
 
 GITHUBURL=https://github.com/wallyqs/org-ruby/archive/version-${VERSION}.zip
 
diff --git a/rubygem-org-ruby.spec b/rubygem-org-ruby.spec
index d0ebf2c..dcedf1c 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.10
+Version: 0.9.12
 Release: 1%{?dist}
 Summary: Ruby routines for parsing org-mode files
 Group: Development/Languages
@@ -43,7 +43,7 @@ Requires: %{name} = %{version}-%{release}
 BuildArch: noarch
 
 %description doc
-Documentation for %{name}
+Documentation for %{name}.
 
 %prep
 gem unpack %{SOURCE0}
@@ -72,12 +72,12 @@ fi
 
 %install
 mkdir -p %{buildroot}%{gem_dir}
-cp -pa .%{gem_dir}/* \
+cp -a .%{gem_dir}/* \
         %{buildroot}%{gem_dir}/
 
 
 mkdir -p %{buildroot}%{_bindir}
-cp -pa .%{_bindir}/* \
+cp -a .%{_bindir}/* \
         %{buildroot}%{_bindir}/
 
 find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
@@ -108,6 +108,11 @@ popd
 %doc %{gem_instdir}/History.org
 
 %changelog
+* Fri Jan 02 2015 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.9.12-1
+- Update to org-mode 0.9.12 (RHBZ #1176963)
+- rm superfluous "-p" flags to cp during %%install
+- End -doc subpackage %%description with a period "."
+
 * Thu Dec 18 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.9.10-1
 - Update to org-mode 0.9.10 (RHBZ #1172647)
 
diff --git a/sources b/sources
index 42d444b..75a9cdf 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a59ddf0d138d154ff86dccfc2d0829e9  org-ruby-0.9.10.gem
-5d3a89f3450869fa1d29cc2d0aaf5cf0  org-ruby-0.9.10-tests.tar.xz
+3446b206910af7b7c0a40f4ecad23b9a  org-ruby-0.9.12-tests.tar.xz
+0f533b870075abb2aa700ac704ca42dd  org-ruby-0.9.12.gem


More information about the scm-commits mailing list