Hello community,

here is the log from the commit of package rubygem-racc for openSUSE:Factory 
checked in at 2012-09-01 10:34:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-racc (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-racc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-racc", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-racc/rubygem-racc.changes        
2011-09-23 12:45:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-racc.new/rubygem-racc.changes   
2012-09-01 10:34:34.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 09:07:10 UTC 2012 - [email protected]
+
+- updated to version 1.4.9, changelog stopped at 1.4.6
+
+-------------------------------------------------------------------

Old:
----
  racc-1.4.6.gem

New:
----
  racc-1.4.9.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-racc.spec ++++++
--- /var/tmp/diff_new_pack.t81ahK/_old  2012-09-01 10:34:35.000000000 +0200
+++ /var/tmp/diff_new_pack.t81ahK/_new  2012-09-01 10:34:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-racc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,33 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rubygem-racc
-Version:        1.4.6
-Release:        1
+Version:        1.4.9
+Release:        0
 %define mod_name racc
-#
-Group:          Development/Languages/Ruby
-License:        LGPL-2.1+
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-Provides:       ruby-racc = %{version}
-Obsoletes:      ruby-racc < %{version}
-#
-Url:            http://racc.rubyforge.org/
-Source:         %{mod_name}-%{version}.gem
-#
+BuildRequires:  ruby-macros >= 1
+BuildRequires:  rubygem(rdoc) > 3.10
+Url:            http://i.loveruby.net/en/projects/racc/
+Source:         %{mod_full_name}.gem
 Summary:        Racc is a LALR(1) parser generator
+License:        LGPL-2.1+
+Group:          Development/Languages/Ruby
 
 %description
-Racc is a LALR(1) parser generator. It is written in Ruby itself, and 
generates Ruby program.
+Racc is a LALR(1) parser generator.
+It is written in Ruby itself, and generates Ruby program.
+NOTE: Ruby 1.8.x comes with Racc runtime module.  You
+can run your parsers generated by racc 1.4.x out of the
+box.
 
 %package doc
-
 Summary:        RDoc documentation for %{mod_name}
 Group:          Development/Languages/Ruby
 Requires:       %{name} = %{version}
@@ -51,7 +48,6 @@
 Usually in RDoc and RI formats.
 
 %package testsuite
-
 Summary:        Test suite for %{mod_name}
 Group:          Development/Languages/Ruby
 Requires:       %{name} = %{version}
@@ -60,35 +56,32 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
 
 %install
-%gem_install %{S:0}
+%gem_install -f
 %gem_cleanup
-pushd %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-perl -pi -e 's|/usr/local/bin/ruby|/usr/bin/ruby|g' bin/*
-popd
-
-%clean
-%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %{_bindir}/racc
 %{_bindir}/racc2y
 %{_bindir}/y2racc
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to