Hello community,

here is the log from the commit of package rubygem-rack-cache-1_2 for 
openSUSE:Factory checked in at 2012-08-04 22:04:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rack-cache-1_2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rack-cache-1_2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rack-cache-1_2", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-rack-cache-1_2/rubygem-rack-cache-1_2.changes
    2012-06-29 15:22:10.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rack-cache-1_2.new/rubygem-rack-cache-1_2.changes
       2012-08-05 00:05:37.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 31 13:27:23 UTC 2012 - [email protected]
+
+- use new gem2rpm to provide new provisions 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygem-rack-cache-1_2.spec ++++++
--- /var/tmp/diff_new_pack.n5Ssih/_old  2012-08-05 00:05:48.000000000 +0200
+++ /var/tmp/diff_new_pack.n5Ssih/_new  2012-08-05 00:05:48.000000000 +0200
@@ -19,23 +19,21 @@
 Name:           rubygem-rack-cache-1_2
 Version:        1.2
 Release:        0
-Summary:        HTTP Caching for Rack
-License:        MIT
-Group:          Development/Languages/Ruby
-Url:            http://tomayko.com/src/rack-cache/
 %define mod_name rack-cache
 %define mod_full_name %{mod_name}-%{version}
-Source:         %{mod_full_name}.gem
-BuildRequires:  rubygem-rack-1 >= 0.4
-BuildRequires:  rubygems_with_buildroot_patch
-Requires:       rubygem-rack-1 >= 0.4
-Provides:       rubygem-%{mod_name} = %{version}
-Provides:       rubygem-%{mod_name}-1 = %{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 1
+Url:            http://tomayko.com/src/rack-cache/
+Source:         %{mod_full_name}.gem
+Summary:        HTTP Caching for Rack
+License:        MIT
+Group:          Development/Languages/Ruby
 
 %description
-HTTP Caching for Rack
+Rack::Cache is suitable as a quick drop-in component to enable HTTP caching
+for Rack-based applications that produce freshness (Expires, Cache-Control)
+and/or validation (Last-Modified, ETag) information.
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
@@ -55,9 +53,14 @@
 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 %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)


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

Reply via email to