Hello community,

here is the log from the commit of package rubygem-warden for openSUSE:Factory 
checked in at 2013-07-22 13:53:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-warden (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-warden.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-warden"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-warden/rubygem-warden.changes    
2012-07-16 10:12:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new/rubygem-warden.changes       
2013-07-22 13:53:30.000000000 +0200
@@ -1,0 +2,8 @@
+Sat Jul 20 07:01:13 UTC 2013 - [email protected]
+
+- updated to version 1.2.3
+ * Fix an issue with lazy loaded sessions
+ * Support nil session stores on logout
+ * Fix strategies blowing up with undefined method base
+
+-------------------------------------------------------------------

Old:
----
  warden-1.2.1.gem

New:
----
  warden-1.2.3.gem

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

Other differences:
------------------
++++++ rubygem-warden.spec ++++++
--- /var/tmp/diff_new_pack.1XhHD8/_old  2013-07-22 13:53:31.000000000 +0200
+++ /var/tmp/diff_new_pack.1XhHD8/_new  2013-07-22 13:53:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-warden
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,31 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rubygem-warden
-Version:        1.2.1
+Version:        1.2.3
 Release:        0
 %define mod_name warden
 %define mod_full_name %{mod_name}-%{version}
-#
-Group:          Development/Languages/Ruby
-License:        MIT
-#
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-Provides:       rubygem-%{mod_name}-1   = %{version}-%{release}
-Provides:       rubygem-%{mod_name}-1_2 = %{version}-%{release}
-# rack >= 1.0
-BuildRequires:  rubygem-rack >= 1.0
-Requires:       rubygem-rack >= 1.0
-#
+BuildRequires:  ruby-macros >= 1
+BuildRequires:  rubygem(rdoc) > 3.10
 Url:            http://github.com/hassox/warden
-Source:         %{mod_full_name}.gem
-#
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        Rack middleware that provides authentication for rack 
applications
+License:        MIT
+Group:          Development/Languages/Ruby
 
 %description
 Rack middleware that provides authentication for rack applications
@@ -62,14 +52,21 @@
 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
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.rdoc 
%buildroot/%{_docdir}/%{name}/History.rdoc
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_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}/spec

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

Reply via email to