commit rubygem-rice for openSUSE:Factory

2020-05-13 Thread root
Hello community,

here is the log from the commit of package rubygem-rice for openSUSE:Factory 
checked in at 2020-05-13 22:56:24

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


Package is "rubygem-rice"

Wed May 13 22:56:24 2020 rev:5 rq:805021 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rice/rubygem-rice.changes
2019-06-14 20:43:08.802316915 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rice.new.2738/rubygem-rice.changes  
2020-05-13 22:56:25.375048885 +0200
@@ -1,0 +2,7 @@
+Mon Feb 10 15:37:08 UTC 2020 - Stephan Kulow 
+
+- updated to version 2.2.0
+  no changelog found
+- Make build work with ruby2.7
+
+---

Old:

  rice-2.1.3.gem

New:

  rice-2.2.0.gem



Other differences:
--
++ rubygem-rice.spec ++
--- /var/tmp/diff_new_pack.nMXvwV/_old  2020-05-13 22:56:26.091050282 +0200
+++ /var/tmp/diff_new_pack.nMXvwV/_new  2020-05-13 22:56:26.095050290 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rice
 #
-# Copyright (c) 2019 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,7 +24,7 @@
 #
 
 Name:   rubygem-rice
-Version:2.1.3
+Version:2.2.0
 Release:0
 %define mod_name rice
 %define mod_full_name %{mod_name}-%{version}
@@ -35,13 +35,13 @@
 BuildRequires:  gettext-devel
 # /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{rubydevel}
+BuildRequires:  %{rubydevel >= 2.4}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/jasonroelofs/rice
+URL:https://github.com/jasonroelofs/rice
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Source99:   rice-rpmlintrc
+Source2:rice-rpmlintrc
 Summary:Ruby Interface for C++ Extensions
 License:MIT
 Group:  Development/Languages/Ruby

++ rice-2.1.3.gem -> rice-2.2.0.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extconf.rb new/extconf.rb
--- old/extconf.rb  2019-02-28 18:46:34.0 +0100
+++ new/extconf.rb  2020-01-11 02:55:14.0 +0100
@@ -23,12 +23,9 @@
 Unfortunately Rice does not build against a staticly linked Ruby.
 You'll need to rebuild Ruby with --enable-shared to use this library.
 
-If you're on rvm:   rvm reinstall [version] -- --enable-shared
-If you're on rbenv: CONFIGURE_OPTS="--enable-shared" rbenv install [version]
-
-If you are using Heroku, they use a own custom configured, staticly linked Ruby
-for their stack and it unfortunately does not work with Rice. You will need to 
use
-a custom Ruby build pack that builds and uses a non-static version of Ruby.
+If you're on rvm:rvm reinstall [version] -- --enable-shared
+If you're on rbenv:  CONFIGURE_OPTS="--enable-shared" rbenv install [version]
+If you're on Heroku: upgrade your stack to heroku-16 or later
 EOC
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2019-02-28 18:46:34.0 +0100
+++ new/metadata2020-01-11 02:55:14.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rice
 version: !ruby/object:Gem::Version
-  version: 2.1.3
+  version: 2.2.0
 platform: ruby
 authors:
 - Paul Brannan
@@ -9,8 +9,50 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-02-28 00:00:00.0 Z
-dependencies: []
+date: 2020-01-11 00:00:00.0 Z
+dependencies:
+- !ruby/object:Gem::Dependency
+  name: bundler
+  requirement: !ruby/object:Gem::Requirement
+requirements:
+- - ">="
+  - !ruby/object:Gem::Version
+version: '0'
+  type: :development
+  prerelease: false
+  version_requirements: !ruby/object:Gem::Requirement
+requirements:
+- - ">="
+  - !ruby/object:Gem::Version
+version: '0'
+- !ruby/object:Gem::Dependency
+  name: rake
+  requirement: !ruby/object:Gem::Requirement
+requirements:
+- - ">="
+  - !ruby/object:Gem::Version
+version: '0'
+  type: :development
+  prerelease: false
+  version_requirements: !ruby/object:Gem::Requirement
+requirements:
+- - ">="
+  - !ruby/object:Gem::Version
+version: '0'
+- !ruby/object:Gem::Dependency
+  name: minitest
+  requirement: !ruby/object:Gem::Requirement
+requirements:
+- - 

commit rubygem-rice for openSUSE:Factory

2019-06-14 Thread root
Hello community,

here is the log from the commit of package rubygem-rice for openSUSE:Factory 
checked in at 2019-06-14 20:43:07

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


Package is "rubygem-rice"

Fri Jun 14 20:43:07 2019 rev:4 rq:709984 version:2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rice/rubygem-rice.changes
2015-05-18 22:27:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rice.new.4811/rubygem-rice.changes  
2019-06-14 20:43:08.802316915 +0200
@@ -1,0 +2,34 @@
+Fri Jun 14 13:04:00 UTC 2019 - Bernhard Wiedemann 
+
+- Add rice-rpmlintrc to src.rpm
+
+---
+Sat Mar  2 15:34:43 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.1.3
+  no changelog found
+
+---
+Thu Feb  8 07:52:53 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.1.2
+  no changelog found
+
+---
+Wed Mar 22 05:34:36 UTC 2017 - co...@suse.com
+
+- updated to version 2.1.1
+  no changelog found
+
+---
+Thu Mar 16 13:03:28 UTC 2017 - bwiedem...@suse.com
+
+- update with gem2rpm.yml
+
+---
+Mon Jan 23 04:37:36 UTC 2017 - bwiedem...@suse.com
+
+- drop useless build files containing buildroot
+  that confuse build-compare
+
+---

Old:

  rice-1.7.0.gem

New:

  Makefile
  gem2rpm.yml
  rice-2.1.3.gem



Other differences:
--
++ rubygem-rice.spec ++
--- /var/tmp/diff_new_pack.ItHDlJ/_old  2019-06-14 20:43:09.458315803 +0200
+++ /var/tmp/diff_new_pack.ItHDlJ/_new  2019-06-14 20:43:09.458315803 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rice
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,107 +12,57 @@
 # 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/
 #
 
 
+#
+# 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-rice
-Version:1.7.0
+Version:2.1.3
 Release:0
 %define mod_name rice
 %define mod_full_name %{mod_name}-%{version}
-%define myarch %{_target_cpu}
-%ifarch %ix86
-%define myarch x86
-%endif
-%ifarch ppc
-%define myarch powerpc
-%endif
-%ifarch ppc64
-%define myarch powerpc64
-%endif
-%ifarch ppc64le
-%define myarch powerpc64le
-%endif
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# MANUAL
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
-BuildRequires:  ruby-devel
-BuildRequires:  ruby-macros >= 1
-Url:http://opensuse.org
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Source1:%{mod_name}-rpmlintrc
-Summary:Your swiss army knife for executing external commands in Ruby 
safely
+# /MANUAL
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubydevel}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
+Url:https://github.com/jasonroelofs/rice
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
+Source99:   rice-rpmlintrc
+Summary:Ruby Interface for C++ Extensions
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-Your swiss army knife for executing external commands in Ruby safely and
-conveniently.
-
-%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.
+Rice is a C++ interface to Ruby's C API.  It provides a type-safe and
+exception-safe interface in order to make embedding Ruby and writing
+Ruby extensions with C++ easier.  It is similar to Boost.Python in many
+ways, but also attempts to provide an object-oriented interface to all

commit rubygem-rice for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rice for openSUSE:Factory 
checked in at 2015-05-18 22:27:52

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


Package is rubygem-rice

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rice/rubygem-rice.changes
2015-03-18 13:03:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rice.new/rubygem-rice.changes   
2015-05-18 22:27:53.0 +0200
@@ -1,0 +2,7 @@
+Sun May 17 17:56:13 UTC 2015 - m...@suse.com
+
+- Update to version 1.7.0 
+- Fixed gcc type cast bugs
+- Fixed gem bundle for ruby 2.2
+
+---

Old:

  rice-1.6.3.gem

New:

  rice-1.7.0.gem



Other differences:
--
++ rubygem-rice.spec ++
--- /var/tmp/diff_new_pack.SLRU1w/_old  2015-05-18 22:27:53.0 +0200
+++ /var/tmp/diff_new_pack.SLRU1w/_new  2015-05-18 22:27:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rice
-Version:1.6.3
+Version:1.7.0
 Release:0
 %define mod_name rice
 %define mod_full_name %{mod_name}-%{version}
@@ -98,7 +98,7 @@
 if test -e %{buildroot}/meta.files;then
   mv %{buildroot}/meta.files meta.files
   cat %{buildroot}/meta.dirs | sort | uniq  meta.files
-  echo %dir 
%{_libdir}/ruby/gems/%{rb_ver}/doc/extensions/%{myarch}-linux/%{rb_ver}  
meta.files
+  test -d 
%{buildroot}/%{_libdir}/ruby/gems/%{rb_ver}/doc/extensions/%{myarch}-linux/%{rb_ver}
  echo %dir 
%{_libdir}/ruby/gems/%{rb_ver}/doc/extensions/%{myarch}-linux/%{rb_ver}  
meta.files
   rm -f %{buildroot}/meta.dirs
 fi
 

++ rice-1.6.3.gem - rice-1.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2014-12-18 16:00:26.0 +0100
+++ new/Rakefile2015-01-06 15:47:35.0 +0100
@@ -1,33 +1,23 @@
 $:  File.expand_path(File.dirname(__FILE__))
 require 'rubygems'
 require 'rubygems/package_task'
-require 'rake/contrib/sshpublisher'
 require 'yaml'
 require 'ruby/lib/version'
 
-PROJECT_NAME = rice
-PROJECT_WEB_PATH = /var/www/gforge-projects/rice
-
 task :default = :test
 
-desc Run unit tests 
+desc Run unit tests
 task :test do
   cd test do
 ruby test_rice.rb
   end
 end
 
-desc Build the documentation 
+desc Build the documentation
 task :doc do
   sh make doc
 end
 
-desc Upload documentation to the website. Requires rubyforge gem 
-task :upload_web = [:doc] do
-  host = jameskil...@rubyforge.org
-  Rake::SshDirPublisher.new(host, PROJECT_WEB_PATH, doc/html).upload
-end
-
 # Gemspec kept externally
 eval(File.read(rice.gemspec))
 Gem::PackageTask.new($spec) do |pkg|
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2014-12-18 16:00:26.0 +0100
+++ new/metadata2015-01-06 15:47:35.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rice
 version: !ruby/object:Gem::Version
-  version: 1.6.3
+  version: 1.7.0
 platform: ruby
 authors:
 - Paul Brannan
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-12-18 00:00:00.0 Z
+date: 2015-01-06 00:00:00.0 Z
 dependencies: []
 description: |
   Rice is a C++ interface to Ruby's C API.  It provides a type-safe and
@@ -227,7 +227,7 @@
 - test/test_rice.rb
 - test/unittest.cpp
 - test/unittest.hpp
-homepage: http://rice.rubyforge.org/
+homepage: https://github.com/jasonroelofs/rice
 licenses:
 - MIT
 metadata: {}
@@ -246,7 +246,7 @@
 - !ruby/object:Gem::Version
   version: '0'
 requirements: []
-rubyforge_project: rice
+rubyforge_project: 
 rubygems_version: 2.4.5
 signing_key: 
 specification_version: 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rice/Array.hpp new/rice/Array.hpp
--- old/rice/Array.hpp  2014-12-18 16:00:26.0 +0100
+++ new/rice/Array.hpp  2015-01-06 15:47:35.0 +0100
@@ -20,7 +20,7 @@
  *  \endcode
  */
 class Array
-  : public Builtin_ObjectRArray, T_ARRAY
+  : public Builtin_ObjectT_ARRAY
 {
 public:
   //! Construct a new array
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rice/Array.ipp new/rice/Array.ipp
--- old/rice/Array.ipp  2014-12-18 16:00:26.0 +0100
+++ new/rice/Array.ipp  2015-01-06 15:47:35.0 +0100
@@ -5,26 +5,26 @@
 
 inline Rice::Array::
 Array()
-  : Builtin_ObjectRArray, T_ARRAY(protect(rb_ary_new))
+  : Builtin_ObjectT_ARRAY(protect(rb_ary_new))
 {
 }
 
 inline Rice::Array::
 Array(Object v)
-  : 

commit rubygem-rice for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rice for openSUSE:Factory 
checked in at 2015-03-18 13:03:24

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


Package is rubygem-rice

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rice/rubygem-rice.changes
2015-01-22 01:07:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rice.new/rubygem-rice.changes   
2015-03-18 13:03:25.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 10 08:51:44 UTC 2015 - sch...@suse.de
+
+- Fix architecture name
+- Don't package autoconf cache
+- Unpack sources to update config.guess
+
+---



Other differences:
--
++ rubygem-rice.spec ++
--- /var/tmp/diff_new_pack.WNcY3j/_old  2015-03-18 13:03:26.0 +0100
+++ /var/tmp/diff_new_pack.WNcY3j/_new  2015-03-18 13:03:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rice
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -25,15 +25,24 @@
 %ifarch %ix86
 %define myarch x86
 %endif
+%ifarch ppc
+%define myarch powerpc
+%endif
+%ifarch ppc64
+%define myarch powerpc64
+%endif
+%ifarch ppc64le
+%define myarch powerpc64le
+%endif
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gettext-devel
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  gettext-devel
 BuildRequires:  ruby-devel
-BuildRequires:  fdupes
+BuildRequires:  ruby-macros = 1
 Url:http://opensuse.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:%{mod_name}-rpmlintrc
@@ -55,17 +64,17 @@
 Usually in RDoc and RI formats.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
+%gem_unpack
 
 %build
+%gem_build
 
 %install
 touch meta.files
 touch meta.dirs
 
 %gem_install -f
+rm -rf 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/autom4te.cache
 mkdir -p %{buildroot}%{_docdir}/%{name}
 
 pushd %{buildroot}

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