commit rubygem-fastthread for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-fastthread for 
openSUSE:Factory checked in at 2014-10-14 07:10:57

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


Package is "rubygem-fastthread"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fastthread/rubygem-fastthread.changes
2014-02-12 20:54:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fastthread.new/rubygem-fastthread.changes   
2014-10-14 07:11:34.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:03:11 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-fastthread.spec ++
--- /var/tmp/diff_new_pack.Gc7iqO/_old  2014-10-14 07:11:35.0 +0200
+++ /var/tmp/diff_new_pack.Gc7iqO/_new  2014-10-14 07:11:35.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 3
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  rubygem(rdoc) > 3.10
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Optimized replacement for thread.rb primitives
@@ -33,51 +33,17 @@
 %description
 Optimized replacement for thread.rb primitives
 
-%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.
 
 %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
-%gem_cleanup
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_extensions}/%{mod_full_name}
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files="CHANGELOG" \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-fastthread for openSUSE:Factory

2014-02-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-fastthread for 
openSUSE:Factory checked in at 2014-02-12 20:54:20

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


Package is "rubygem-fastthread"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fastthread/rubygem-fastthread.changes
2012-08-04 09:39:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fastthread.new/rubygem-fastthread.changes   
2014-02-12 20:54:21.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb  6 08:32:05 UTC 2014 - co...@suse.com
+
+- use new macros
+
+---



Other differences:
--
++ rubygem-fastthread.spec ++
--- /var/tmp/diff_new_pack.eACIS6/_old  2014-02-12 20:54:21.0 +0100
+++ /var/tmp/diff_new_pack.eACIS6/_new  2014-02-12 20:54:21.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-fastthread (Version 1.0.7)
+# spec file for package rubygem-fastthread
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,42 +15,69 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-fastthread
 Version:1.0.7
 Release:0
 %define mod_name fastthread
-#
-Group:  Development/Languages/Ruby
-License:Ruby
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-#ruby devel is needed for native extension
-BuildRequires:  ruby-devel
-%rubygems_requires
-#
-Url:http://moonbase.rydia.net/
-Source: %{mod_name}-%{version}.gem
-#
+BuildRequires:  ruby-macros >= 3
+BuildRequires:  rubygem(rdoc) > 3.10
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Optimized replacement for thread.rb primitives
+License:Ruby
+Group:  Development/Languages/Ruby
+
 %description
 Optimized replacement for thread.rb primitives
 
+%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.
+
 %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
 %gem_cleanup
-
-%clean
-%{__rm} -rf %{buildroot}
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_docdir}/%{name}
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%{gem_extensions}/%{mod_full_name}
+%exclude %{gem_base}/gems/%{mod_full_name}/test
+%{gem_base}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{gem_base}/doc
+
+%files testsuite
+%defattr(-,root,root,-)
+%{gem_base}/gems/%{mod_full_name}/test
 
 %changelog


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



commit rubygem-fastthread for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-fastthread for 
openSUSE:Factory checked in at 2012-08-04 09:39:10

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


Package is "rubygem-fastthread", Maintainer is "jmassaguer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fastthread/rubygem-fastthread.changes
2012-03-01 17:27:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fastthread.new/rubygem-fastthread.changes   
2012-08-04 09:39:11.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  2 12:52:44 UTC 2012 - cfarr...@suse.com
+
+- license update: Ruby
+  The Ruby license is itself a dual license which offers a choice of
+  GPL-2.0+ or an artistic type license
+
+---



Other differences:
--
++ rubygem-fastthread.spec ++
--- /var/tmp/diff_new_pack.FZzNUy/_old  2012-08-04 09:39:12.0 +0200
+++ /var/tmp/diff_new_pack.FZzNUy/_new  2012-08-04 09:39:12.0 +0200
@@ -22,7 +22,7 @@
 %define mod_name fastthread
 #
 Group:  Development/Languages/Ruby
-License:GPL-2.0+ or Ruby
+License:Ruby
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch


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



commit rubygem-fastthread for openSUSE:Factory

2012-03-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-fastthread for 
openSUSE:Factory checked in at 2012-03-01 17:27:33

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


Package is "rubygem-fastthread", Maintainer is "jmassaguer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fastthread/rubygem-fastthread.changes
2012-02-16 16:23:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fastthread.new/rubygem-fastthread.changes   
2012-03-01 17:27:38.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 21 12:17:12 UTC 2012 - jreidin...@suse.com
+
+- add ruby-devel dependencies which helps for older systems 
+
+---



Other differences:
--
++ rubygem-fastthread.spec ++
--- /var/tmp/diff_new_pack.iaWkuu/_old  2012-03-01 17:27:39.0 +0100
+++ /var/tmp/diff_new_pack.iaWkuu/_new  2012-03-01 17:27:39.0 +0100
@@ -26,6 +26,8 @@
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
+#ruby devel is needed for native extension
+BuildRequires:  ruby-devel
 %rubygems_requires
 #
 Url:http://moonbase.rydia.net/


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



commit rubygem-fastthread for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-fastthread for 
openSUSE:Factory checked in at 2012-02-16 16:23:14

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


Package is "rubygem-fastthread", Maintainer is "jmassaguer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fastthread/rubygem-fastthread.changes
2011-09-23 12:44:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fastthread.new/rubygem-fastthread.changes   
2012-02-16 16:23:19.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:54:48 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ rubygem-fastthread.spec ++
--- /var/tmp/diff_new_pack.TkHiGC/_old  2012-02-16 16:23:19.0 +0100
+++ /var/tmp/diff_new_pack.TkHiGC/_new  2012-02-16 16:23:19.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-fastthread
+# spec file for package rubygem-fastthread (Version 1.0.7)
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 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
@@ -16,15 +16,13 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-fastthread
 Version:1.0.7
-Release:1
+Release:0
 %define mod_name fastthread
 #
 Group:  Development/Languages/Ruby
-License:GPLv2+ or Ruby
+License:GPL-2.0+ or Ruby
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -34,14 +32,11 @@
 Source: %{mod_name}-%{version}.gem
 #
 Summary:Optimized replacement for thread.rb primitives
-
 %description
 Optimized replacement for thread.rb primitives
 
 %prep
-
 %build
-
 %install
 %gem_install %{S:0}
 %gem_cleanup


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