commit rubygem-warden for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-warden for openSUSE:Factory 
checked in at 2020-10-05 19:35:23

Comparing /work/SRC/openSUSE:Factory/rubygem-warden (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-warden.new.4249 (New)


Package is "rubygem-warden"

Mon Oct  5 19:35:23 2020 rev:13 rq:838094 version:1.2.9

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-warden/rubygem-warden.changes
2018-11-26 10:36:53.676565090 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new.4249/rubygem-warden.changes  
2020-10-05 19:35:31.657341016 +0200
@@ -1,0 +2,7 @@
+Fri Sep 25 15:07:12 UTC 2020 - Stephan Kulow 
+
+updated to version 1.2.9
+ see installed CHANGELOG.md
+
+
+---

Old:

  warden-1.2.8.gem

New:

  warden-1.2.9.gem



Other differences:
--
++ rubygem-warden.spec ++
--- /var/tmp/diff_new_pack.0cJrdS/_old  2020-10-05 19:35:35.141344420 +0200
+++ /var/tmp/diff_new_pack.0cJrdS/_new  2020-10-05 19:35:35.141344420 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-warden
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,16 +24,15 @@
 #
 
 Name:   rubygem-warden
-Version:1.2.8
+Version:1.2.9
 Release:0
 %define mod_name warden
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/hassox/warden
+URL:https://github.com/hassox/warden
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:An authentication library compatible with all Rack-based 
frameworks

++ warden-1.2.8.gem -> warden-1.2.9.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/ruby.yml 
new/.github/workflows/ruby.yml
--- old/.github/workflows/ruby.yml  1970-01-01 01:00:00.0 +0100
+++ new/.github/workflows/ruby.yml  2020-08-31 17:01:47.0 +0200
@@ -0,0 +1,27 @@
+# This workflow uses actions that are not certified by GitHub.
+# They are provided by a third-party and are governed by
+# separate terms of service, privacy policy, and support
+# documentation.
+# This workflow will download a prebuilt Ruby version, install dependencies 
and run tests with Rake
+# For more information see: 
https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
+
+name: Tests
+on: [push, pull_request]
+
+jobs:
+  test:
+runs-on: ubuntu-latest
+strategy:
+  matrix:
+ruby: [ '2.5', '2.6', '2.7' ]
+name: Ruby ${{ matrix.ruby }}
+steps:
+- uses: actions/checkout@v2
+- name: Set up Ruby
+  uses: ruby/setup-ruby@v1
+  with:
+ruby-version: 2.6
+- name: Install dependencies
+  run: bundle install
+- name: Run tests
+  run: bundle exec rake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  2018-11-16 00:33:26.0 +0100
+++ new/.gitignore  2020-08-31 17:01:47.0 +0200
@@ -3,3 +3,4 @@
 .*~
 
 *.gem
+Gemfile.lock
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-11-16 00:33:26.0 +0100
+++ new/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -1,7 +0,0 @@
-language: ruby
-install:
-  - bundle install
-rvm:
-  - 2.2
-  - 2.3
-  - 2.4.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-11-16 00:33:26.0 +0100
+++ new/CHANGELOG.md2020-08-31 17:01:47.0 +0200
@@ -1,86 +1,114 @@
-== Version 1.2.8 / 2018-11-15
+# CHANGELOG
+
+## Version 1.2.9 / 2020-08-31
+* Avoid warning on uninitialized instance variable (#188)
+* Bump rack to 2.2.3 (#190)
+* Remove Gemfile.lock
+* Resolve outstanding TODO entries (#179)
+* A bunch of gem structure cleanup (thanks @olleolleolle)
+* Set winning strategy when :warden is thrown (#174)
+* Bump rack dependency to >= 2.0.9 due to CVEs
+
+## Version 1.2.8 / 2018-11-15
+
 * Bugfix: Flips two lines to allow scopes authenticating from another without 
stepping on each other's toes. (PR #144)
 * Update `rack` dependency to >= 2.0.6 due to security vulnerability
 * Internal: Add 

commit rubygem-warden for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package rubygem-warden for openSUSE:Factory 
checked in at 2018-11-26 10:34:15

Comparing /work/SRC/openSUSE:Factory/rubygem-warden (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-warden.new.19453 (New)


Package is "rubygem-warden"

Mon Nov 26 10:34:15 2018 rev:12 rq:651625 version:1.2.8

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-warden/rubygem-warden.changes
2017-04-11 09:31:08.351943085 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new.19453/rubygem-warden.changes 
2018-11-26 10:36:53.676565090 +0100
@@ -1,0 +2,6 @@
+Thu Nov 22 05:41:17 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.2.8
+ History.rdoc removed upstream
+
+---

Old:

  warden-1.2.7.gem

New:

  warden-1.2.8.gem



Other differences:
--
++ rubygem-warden.spec ++
--- /var/tmp/diff_new_pack.jwcENN/_old  2018-11-26 10:36:58.128559884 +0100
+++ /var/tmp/diff_new_pack.jwcENN/_new  2018-11-26 10:36:58.132559879 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-warden
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-warden
-Version:1.2.7
+Version:1.2.8
 Release:0
 %define mod_name warden
 %define mod_full_name %{mod_name}-%{version}
@@ -33,15 +33,15 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:http://github.com/hassox/warden
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Url:https://github.com/hassox/warden
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:Rack middleware that provides authentication for rack 
applications
+Summary:An authentication library compatible with all Rack-based 
frameworks
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-Rack middleware that provides authentication for rack applications.
+An authentication library compatible with all Rack-based frameworks.
 
 %prep
 
@@ -49,7 +49,7 @@
 
 %install
 %gem_install \
-  --doc-files="History.rdoc LICENSE" \
+  --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
 
 %gem_packages

++ warden-1.2.7.gem -> warden-1.2.8.gem ++
 3869 lines of diff (skipped)




commit rubygem-warden for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package rubygem-warden for openSUSE:Factory 
checked in at 2017-04-11 09:31:07

Comparing /work/SRC/openSUSE:Factory/rubygem-warden (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-warden.new (New)


Package is "rubygem-warden"

Tue Apr 11 09:31:07 2017 rev:11 rq:456597 version:1.2.7

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-warden/rubygem-warden.changes
2016-04-28 16:53:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new/rubygem-warden.changes   
2017-04-11 09:31:08.351943085 +0200
@@ -1,0 +2,9 @@
+Thu Jan 26 05:44:59 UTC 2017 - co...@suse.com
+
+- updated to version 1.2.7
+ see installed History.rdoc
+
+  == Version 1.2.7 / 2016-10-12
+  * Added 'frozen_string_literal' comment, bump ruby to 2.3
+
+---

Old:

  warden-1.2.6.gem

New:

  warden-1.2.7.gem



Other differences:
--
++ rubygem-warden.spec ++
--- /var/tmp/diff_new_pack.tvJ3mp/_old  2017-04-11 09:31:08.991852710 +0200
+++ /var/tmp/diff_new_pack.tvJ3mp/_new  2017-04-11 09:31:08.995852145 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-warden
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-warden
-Version:1.2.6
+Version:1.2.7
 Release:0
 %define mod_name warden
 %define mod_full_name %{mod_name}-%{version}

++ warden-1.2.6.gem -> warden-1.2.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-01-31 19:08:50.0 +0100
+++ new/Gemfile 2017-01-24 01:03:17.0 +0100
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
 source 'https://rubygems.org'
 
 gemspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2016-01-31 19:08:50.0 +0100
+++ new/History.rdoc2017-01-24 01:03:17.0 +0100
@@ -1,3 +1,6 @@
+== Version 1.2.7 / 2016-10-12
+* Added 'frozen_string_literal' comment, bump ruby to 2.3
+
 == Version 1.2.6 / 2016-01-31
 * Separate test helpers to encapsulate Warden object mocking inside it's own 
class
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-01-31 19:08:50.0 +0100
+++ new/Rakefile2017-01-24 01:03:17.0 +0100
@@ -1,4 +1,5 @@
 # -*- encoding: utf-8 -*-
+# frozen_string_literal: true
 require 'rubygems'
 require 'rake'
 $:.unshift  File.join(File.dirname(__FILE__), "lib")
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/warden/config.rb new/lib/warden/config.rb
--- old/lib/warden/config.rb2016-01-31 19:08:50.0 +0100
+++ new/lib/warden/config.rb2017-01-24 01:03:17.0 +0100
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
 # encoding: utf-8
 
 module Warden
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/warden/errors.rb new/lib/warden/errors.rb
--- old/lib/warden/errors.rb2016-01-31 19:08:50.0 +0100
+++ new/lib/warden/errors.rb2017-01-24 01:03:17.0 +0100
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
 # encoding: utf-8
 module Warden
   class Proxy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/warden/hooks.rb new/lib/warden/hooks.rb
--- old/lib/warden/hooks.rb 2016-01-31 19:08:50.0 +0100
+++ new/lib/warden/hooks.rb 2017-01-24 01:03:17.0 +0100
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
 # encoding: utf-8
 module Warden
   module Hooks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/warden/manager.rb new/lib/warden/manager.rb
--- old/lib/warden/manager.rb   2016-01-31 19:08:50.0 +0100
+++ new/lib/warden/manager.rb   2017-01-24 01:03:17.0 +0100
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
 # encoding: utf-8
 require 'warden/hooks'
 require 'warden/config'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/warden/mixins/common.rb 
new/lib/warden/mixins/common.rb
--- old/lib/warden/mixins/common.rb 2016-01-31 19:08:50.0 +0100
+++ new/lib/warden/mixins/common.rb 2017-01-24 01:03:17.0 

commit rubygem-warden for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-warden for openSUSE:Factory 
checked in at 2016-04-28 16:52:48

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
2013-07-22 13:53:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new/rubygem-warden.changes   
2016-04-28 16:53:00.0 +0200
@@ -1,0 +2,24 @@
+Tue Feb  9 05:31:57 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.6
+ see installed History.rdoc
+
+  == Version 1.2.6 / 2016-01-31
+  * Separate test helpers to encapsulate Warden object mocking inside it's own 
class
+
+---
+Fri Jan 29 05:35:22 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.5
+ see installed History.rdoc
+
+  == Version 1.2.5 / 2016-01-28
+  * Expands on the test helpers available to make it easier for testing gems
+
+---
+Thu Dec 10 05:37:15 UTC 2015 - co...@suse.com
+
+- updated to version 1.2.4
+ see installed History.rdoc
+
+---

Old:

  warden-1.2.3.gem

New:

  gem2rpm.yml
  warden-1.2.6.gem



Other differences:
--
++ rubygem-warden.spec ++
--- /var/tmp/diff_new_pack.so0Nhb/_old  2016-04-28 16:53:01.0 +0200
+++ /var/tmp/diff_new_pack.so0Nhb/_new  2016-04-28 16:53:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-warden
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,68 +16,42 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-warden
-Version:1.2.3
+Version:1.2.6
 Release:0
 %define mod_name warden
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
-BuildRequires:  rubygem(rdoc) > 3.10
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 Url:http://github.com/hassox/warden
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Rack middleware that provides authentication for rack 
applications
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-Rack middleware that provides authentication for rack applications
-
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+Rack middleware that provides authentication for rack applications.
 
 %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 -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
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%gem_install \
+  --doc-files="History.rdoc LICENSE" \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a 

commit rubygem-warden for openSUSE:Factory

2013-07-22 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new/rubygem-warden.changes   
2013-07-22 13:53:30.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 20 07:01:13 UTC 2013 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.1XhHD8/_new  2013-07-22 13:53:31.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-warden for openSUSE:Factory

2012-07-16 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new/rubygem-warden.changes   
2012-07-16 10:12:30.0 +0200
@@ -1,0 +2,12 @@
+Fri Jul 13 08:33:46 UTC 2012 - jreidin...@suse.com
+
+- update to version 1.2.1 
+
+---
+Fri Jul 13 08:20:18 UTC 2012 - jreidin...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.FDb49a/_new  2012-07-16 10:12:31.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-warden for openSUSE:Factory

2012-04-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-warden for openSUSE:Factory 
checked in at 2012-04-23 09:16:47

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-19 08:51:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new/rubygem-warden.changes   
2012-04-23 09:16:50.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 20 06:56:23 UTC 2012 - sch...@suse.com
+
+- Requires:  rubygem-rack-1_1 in order to make factory happy
+ (needed by rubygem-devise) 
+
+---



Other differences:
--
++ rubygem-warden.spec ++
--- /var/tmp/diff_new_pack.BfedEw/_old  2012-04-23 09:16:51.0 +0200
+++ /var/tmp/diff_new_pack.BfedEw/_new  2012-04-23 09:16:51.0 +0200
@@ -32,7 +32,7 @@
 Provides:   rubygem-%{mod_name}-1_1 = %{version}-%{release}
 # rack = 1.0
 BuildRequires:  rubygem-rack-1_1
-Requires:   rubygem-rack = 1.0
+Requires:   rubygem-rack-1_1
 #
 Url:http://github.com/hassox/warden
 Source: %{mod_full_name}.gem


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-warden for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-warden for openSUSE:Factory 
checked in at 2012-04-19 08:51:01

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-02 11:24:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new/rubygem-warden.changes   
2012-04-19 08:51:13.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 18 10:03:05 UTC 2012 - sch...@suse.com
+
+- BuildRequires:  rubygem-rack-1_1 in order to make factory happy
+
+---



Other differences:
--
++ rubygem-warden.spec ++
--- /var/tmp/diff_new_pack.grAD80/_old  2012-04-19 08:51:18.0 +0200
+++ /var/tmp/diff_new_pack.grAD80/_new  2012-04-19 08:51:18.0 +0200
@@ -31,7 +31,7 @@
 Provides:   rubygem-%{mod_name}-1   = %{version}-%{release}
 Provides:   rubygem-%{mod_name}-1_1 = %{version}-%{release}
 # rack = 1.0
-BuildRequires:  rubygem-rack = 1.0
+BuildRequires:  rubygem-rack-1_1
 Requires:   rubygem-rack = 1.0
 #
 Url:http://github.com/hassox/warden


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org