Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-omniauth-oauth2 for openSUSE:Factory checked in at 2021-01-21 21:56:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-omniauth-oauth2 (Old) and /work/SRC/openSUSE:Factory/.rubygem-omniauth-oauth2.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-omniauth-oauth2" Thu Jan 21 21:56:31 2021 rev:4 rq:865241 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-omniauth-oauth2/rubygem-omniauth-oauth2.changes 2020-10-05 19:32:34.941064285 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-omniauth-oauth2.new.28504/rubygem-omniauth-oauth2.changes 2021-01-21 21:56:34.401840813 +0100 @@ -1,0 +2,6 @@ +Wed Jan 20 13:02:38 UTC 2021 - Stephan Kulow <co...@suse.com> + +updated to version 1.7.1 + no changelog found + +------------------------------------------------------------------- Old: ---- omniauth-oauth2-1.7.0.gem New: ---- omniauth-oauth2-1.7.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-omniauth-oauth2.spec ++++++ --- /var/tmp/diff_new_pack.BOLAg2/_old 2021-01-21 21:56:34.885840978 +0100 +++ /var/tmp/diff_new_pack.BOLAg2/_new 2021-01-21 21:56:34.889840980 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-omniauth-oauth2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # 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-omniauth-oauth2 -Version: 1.7.0 +Version: 1.7.1 Release: 0 %define mod_name omniauth-oauth2 %define mod_full_name %{mod_name}-%{version} ++++++ omniauth-oauth2-1.7.0.gem -> omniauth-oauth2-1.7.1.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.github/workflows/main.yml new/.github/workflows/main.yml --- old/.github/workflows/main.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/.github/workflows/main.yml 2021-01-11 21:07:34.000000000 +0100 @@ -0,0 +1,49 @@ +name: Ruby + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + test: + runs-on: ubuntu-18.04 + strategy: + fail-fast: false + matrix: + os: [ubuntu, macos] + ruby: [2.5, 2.6, 2.7, head, debug, truffleruby, truffleruby-head] + steps: + - uses: actions/checkout@v2 + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: ${{ matrix.ruby }} + bundler-cache: true + - name: Install dependencies + run: bundle install + - name: Run tests + run: bundle exec rake + test-jruby: + runs-on: ubuntu-18.04 + strategy: + fail-fast: false + matrix: + os: [ubuntu, macos] + jruby: [jruby, jruby-head] + steps: + - uses: actions/checkout@v2 + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: ${{ matrix.jruby }} + bundler-cache: true + - name: Install dependencies + env: + JRUBY_OPTS: --debug + run: bundle install + - name: Run tests + env: + JRUBY_OPTS: --debug + run: bundle exec rake diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.travis.yml new/.travis.yml --- old/.travis.yml 2020-08-11 17:42:09.000000000 +0200 +++ new/.travis.yml 2021-01-11 21:07:34.000000000 +0100 @@ -13,6 +13,7 @@ - 2.5.3 - jruby-head - ruby-head + - truffleruby-head matrix: allow_failures: - rvm: jruby-head Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/omniauth-oauth2/version.rb new/lib/omniauth-oauth2/version.rb --- old/lib/omniauth-oauth2/version.rb 2020-08-11 17:42:09.000000000 +0200 +++ new/lib/omniauth-oauth2/version.rb 2021-01-11 21:07:34.000000000 +0100 @@ -1,5 +1,5 @@ module OmniAuth module OAuth2 - VERSION = "1.7.0".freeze + VERSION = "1.7.1".freeze end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2020-08-11 17:42:09.000000000 +0200 +++ new/metadata 2021-01-11 21:07:34.000000000 +0100 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: omniauth-oauth2 version: !ruby/object:Gem::Version - version: 1.7.0 + version: 1.7.1 platform: ruby authors: - Michael Bleigh @@ -10,7 +10,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2020-08-11 00:00:00.000000000 Z +date: 2021-01-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: oauth2 @@ -30,16 +30,22 @@ name: omniauth requirement: !ruby/object:Gem::Requirement requirements: - - - "~>" + - - ">=" - !ruby/object:Gem::Version version: '1.9' + - - "<" + - !ruby/object:Gem::Version + version: '3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - - "~>" + - - ">=" - !ruby/object:Gem::Version version: '1.9' + - - "<" + - !ruby/object:Gem::Version + version: '3' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement @@ -63,6 +69,7 @@ extensions: [] extra_rdoc_files: [] files: +- ".github/workflows/main.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" @@ -96,7 +103,7 @@ - !ruby/object:Gem::Version version: '0' requirements: [] -rubygems_version: 3.0.0 +rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: An abstract OAuth2 strategy for OmniAuth. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/omniauth-oauth2.gemspec new/omniauth-oauth2.gemspec --- old/omniauth-oauth2.gemspec 2020-08-11 17:42:09.000000000 +0200 +++ new/omniauth-oauth2.gemspec 2021-01-11 21:07:34.000000000 +0100 @@ -4,7 +4,7 @@ Gem::Specification.new do |gem| gem.add_dependency "oauth2", "~> 1.4" - gem.add_dependency "omniauth", "~> 1.9" + gem.add_dependency "omniauth", [">= 1.9", "< 3"] gem.add_development_dependency "bundler", "~> 2.0"