Hello community,

here is the log from the commit of package rubygem-warden for openSUSE:Factory 
checked in at 2012-07-16 10:12:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-warden (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-warden.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-warden", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-warden/rubygem-warden.changes    
2012-04-23 09:16:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new/rubygem-warden.changes       
2012-07-16 10:12:30.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Jul 13 08:33:46 UTC 2012 - [email protected]
+
+- update to version 1.2.1 
+
+-------------------------------------------------------------------
+Fri Jul 13 08:20:18 UTC 2012 - [email protected]
+
+- revert back requires. gem explicitelly said that it require 
+  rack >= 1.0 so follow gem dependencies to avoid multiple version
+  of gems when it is not neccessary
+
+-------------------------------------------------------------------

Old:
----
  warden-1.1.0.gem

New:
----
  warden-1.2.1.gem

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

Other differences:
------------------
++++++ rubygem-warden.spec ++++++
--- /var/tmp/diff_new_pack.FDb49a/_old  2012-07-16 10:12:31.000000000 +0200
+++ /var/tmp/diff_new_pack.FDb49a/_new  2012-07-16 10:12:31.000000000 +0200
@@ -16,8 +16,10 @@
 #
 
 # norootforbuild
+
+
 Name:           rubygem-warden
-Version:        1.1.0
+Version:        1.2.1
 Release:        0
 %define mod_name warden
 %define mod_full_name %{mod_name}-%{version}
@@ -29,15 +31,16 @@
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 Provides:       rubygem-%{mod_name}-1   = %{version}-%{release}
-Provides:       rubygem-%{mod_name}-1_1 = %{version}-%{release}
+Provides:       rubygem-%{mod_name}-1_2 = %{version}-%{release}
 # rack >= 1.0
-BuildRequires:  rubygem-rack-1_1
-Requires:       rubygem-rack-1_1
+BuildRequires:  rubygem-rack >= 1.0
+Requires:       rubygem-rack >= 1.0
 #
 Url:            http://github.com/hassox/warden
 Source:         %{mod_full_name}.gem
 #
 Summary:        Rack middleware that provides authentication for rack 
applications
+
 %description
 Rack middleware that provides authentication for rack applications
 
@@ -45,6 +48,7 @@
 Summary:        RDoc documentation for %{mod_name}
 Group:          Development/Languages/Ruby
 Requires:       %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -53,17 +57,17 @@
 Summary:        Test suite for %{mod_name}
 Group:          Development/Languages/Ruby
 Requires:       %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+
 %build
+
 %install
 %gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem

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

Reply via email to