commit rubygem-rubyforge for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rubyforge for 
openSUSE:Factory checked in at 2016-04-12 19:32:43

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


Package is "rubygem-rubyforge"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rubyforge/rubygem-rubyforge.changes  
2014-10-22 16:23:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rubyforge.new/rubygem-rubyforge.changes 
2016-04-12 19:32:45.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 23 12:07:48 UTC 2016 - o...@aepfle.de
+
+- Force fixed timestamps for patched gems (bsc#916047)
+
+---



Other differences:
--
++ rubygem-rubyforge.spec ++
--- /var/tmp/diff_new_pack.LLQR2B/_old  2016-04-12 19:32:46.0 +0200
+++ /var/tmp/diff_new_pack.LLQR2B/_new  2016-04-12 19:32:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rubyforge
 #
-# Copyright (c) 2014 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
@@ -29,10 +29,10 @@
 %define mod_name rubyforge
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://codeforpeople.rubyforge.org/rubyforge/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -58,6 +58,7 @@
 %prep
 %gem_unpack
 %patch0 -p1
+find -type f -print0 | xargs -0 touch -r %{S:0}
 %gem_build
 
 %build




commit rubygem-rubyforge for openSUSE:Factory

2014-10-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rubyforge for 
openSUSE:Factory checked in at 2014-10-22 16:23:51

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


Package is "rubygem-rubyforge"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rubyforge/rubygem-rubyforge.changes  
2013-04-03 13:06:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rubyforge.new/rubygem-rubyforge.changes 
2014-10-22 16:23:55.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct 17 13:07:38 UTC 2014 - mrueck...@suse.de
+
+- re-add patch
+
+---
+Mon Oct 13 06:32:44 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-rubyforge.spec ++
--- /var/tmp/diff_new_pack.zuqZbt/_old  2014-10-22 16:23:56.0 +0200
+++ /var/tmp/diff_new_pack.zuqZbt/_new  2014-10-22 16:23:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rubyforge
 #
-# Copyright (c) 2013 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
@@ -16,22 +16,33 @@
 #
 
 
+#
+# 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-rubyforge
 Version:2.0.4
 Release:0
 %define mod_name rubyforge
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
-BuildRequires:  rubygem(rdoc) > 3.10
+BuildRequires:  ruby-macros >= 5
+BuildRequires:  %{ruby}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  update-alternatives
 Url:http://codeforpeople.rubyforge.org/rubyforge/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
+# MANUAL
+Patch0:  raise-on-auth-fail.patch
+# /MANUAL
 Summary:A script which automates a limited set of rubyforge operations
 License:GPL-2.0+ or Ruby
 Group:  Development/Languages/Ruby
-%define mod_branch -2.0.4
-%define mod_weight 2
 PreReq: update-alternatives
 
 %description
@@ -44,59 +55,19 @@
 * For all rubyforge upgrades, run 'rubyforge config' to ensure you have
 latest.
 
-%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
+%gem_unpack
+%patch0 -p1
+%gem_build
 
 %build
 
 %install
-%gem_install -f
-mv %{buildroot}%{_bindir}/rubyforge{,%{mod_branch}}
-ln -s rubyforge%{mod_branch} %{buildroot}%{_bindir}/rubyforge
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rubyforge rubyforge %{_bindir}/rubyforge%{mod_branch} 
%{mod_weight}
-
-%preun
-if [ "$1" = 0 ] ; then
-/usr/sbin/update-alternatives --remove rubyforge 
%{_bindir}/rubyforge%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_bindir}/rubyforge%{mod_branch}
-%ghost %{_bindir}/rubyforge
-%{_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}/test
-%{_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}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files="History.txt README.txt" \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and

commit rubygem-rubyforge for openSUSE:Factory

2013-04-03 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rubyforge for 
openSUSE:Factory checked in at 2013-04-03 13:06:02

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rubyforge/rubygem-rubyforge.changes  
2011-12-01 12:26:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rubyforge.new/rubygem-rubyforge.changes 
2013-04-03 13:06:08.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar 21 21:20:02 UTC 2013 - co...@suse.com
+
+- new template
+
+---



Other differences:
--
++ rubygem-rubyforge.spec ++
--- /var/tmp/diff_new_pack.VxgZgy/_old  2013-04-03 13:06:13.0 +0200
+++ /var/tmp/diff_new_pack.VxgZgy/_new  2013-04-03 13:06:13.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-rubyforge (Version 2.0.4)
+# spec file for package rubygem-rubyforge
 #
-# Copyright (c) 2009 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,54 +15,88 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-rubyforge
 Version:2.0.4
 Release:0
 %define mod_name rubyforge
-#
-Group:  Development/Languages/Ruby
-License:GPL-2.0+ or Ruby
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-BuildRequires:  rubygem-json_pure >= 1.1.7
-Requires:   rubygem-json_pure >= 1.1.7
-#
+BuildRequires:  ruby-macros >= 1
+BuildRequires:  rubygem(rdoc) > 3.10
 Url:http://codeforpeople.rubyforge.org/rubyforge/
-Source: %{mod_name}-%{version}.gem
-Source1:raise-on-auth-fail.patch
-#
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A script which automates a limited set of rubyforge operations
+License:GPL-2.0+ or Ruby
+Group:  Development/Languages/Ruby
+%define mod_branch -2.0.4
+%define mod_weight 2
+PreReq: update-alternatives
+
 %description
 A script which automates a limited set of rubyforge operations.
-
 * Run 'rubyforge help' for complete usage.
 * Setup: For first time users AND upgrades to 0.4.0:
-  * rubyforge setup (deletes your username and password, so run sparingly!)
-  * edit ~/.rubyforge/user-config.yml
-  * rubyforge config
-* For all rubyforge upgrades, run 'rubyforge config' to ensure you have latest.
+* rubyforge setup (deletes your username and password, so run sparingly!)
+* edit ~/.rubyforge/user-config.yml
+* rubyforge config
+* For all rubyforge upgrades, run 'rubyforge config' to ensure you have
+latest.
+
+%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
+mv %{buildroot}%{_bindir}/rubyforge{,%{mod_branch}}
+ln -s rubyforge%{mod_branch} %{buildroot}%{_bindir}/rubyforge
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/rubyforge rubyforge %{_bindir}/rubyforge%{mod_branch} 
%{mod_weight}
+
+%preun
+if [ "$1" = 0 ] ; then
+/usr/sbin/update-alternatives --remove rubyforge 
%{_bindir}/rubyforge%{mod_branch}
+fi
 
-pushd %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}
-  patch -p1 < %{S:1}
-popd
+%files
+%defattr(-,root,root,-)
+%{_bindir}/rubyforge%{mod_branch}
+%ghost %{_bindir}/rubyforge
+%{_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}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
 
-%clean
-%{__rm} -rf %{buildroot}
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
 
-%files
+%files testsuite
 %defattr(-,root,root,-

commit rubygem-rubyforge for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rubyforge for 
openSUSE:Factory checked in at 2011-12-06 19:01:20

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


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

Changes:




Other differences:
--
++ rubygem-rubyforge.spec ++
--- /var/tmp/diff_new_pack.6ka5mY/_old  2011-12-06 19:33:52.0 +0100
+++ /var/tmp/diff_new_pack.6ka5mY/_new  2011-12-06 19:33:52.0 +0100
@@ -22,7 +22,7 @@
 %define mod_name rubyforge
 #
 Group:  Development/Languages/Ruby
-License:GPLv2+ or Ruby
+License:GPL-2.0+ or 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-rubyforge for openSUSE:Factory

2011-12-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rubyforge for 
openSUSE:Factory checked in at 2011-12-01 12:26:34

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


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

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rubyforge.new/rubygem-rubyforge.changes 
2011-12-01 12:26:34.0 +0100
@@ -0,0 +1,47 @@
+---
+Sun Oct  3 10:44:36 UTC 2010 - kkae...@novell.com
+
+- report wrong authentication (upstream bug #28615)
+
+---
+Mon Jun 14 17:21:08 UTC 2010 - mrueck...@suse.de
+
+- update to version 2.0.4
+  * Stubbed out login and logout commands to print a warning and
+return
+
+---
+Fri Jun 11 10:00:01 UTC 2010 - mrueck...@suse.de
+
+- use rubygems_requires macro
+
+---
+Fri Nov 13 20:14:52 UTC 2009 - mrueck...@suse.de
+
+- update to 2.0.3
+
+---
+Mon Mar 23 18:12:54 CET 2009 - mrueck...@suse.de
+
+- update to 1.0.3
+
+---
+Sat Jan 31 20:00:00 CEST 2009 - dmacvi...@suse.de
+
+- update to 1.0.2
+
+---
+Wed Oct  1 13:37:12 CEST 2008 - mrueck...@suse.de
+
+- update to version 1.0.0
+
+---
+Tue May 22 18:04:33 CEST 2007 - mrueck...@suse.de
+
+- update to version 0.4.2
+
+---
+Fri Oct  6 05:39:48 CEST 2006 - mrueck...@suse.de
+
+- update to version 0.3.0
+

New:

  raise-on-auth-fail.patch
  rubyforge-2.0.4.gem
  rubygem-rubyforge.changes
  rubygem-rubyforge.spec



Other differences:
--
++ rubygem-rubyforge.spec ++
#
# spec file for package rubygem-rubyforge (Version 2.0.4)
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

# norootforbuild
Name:   rubygem-rubyforge
Version:2.0.4
Release:0
%define mod_name rubyforge
#
Group:  Development/Languages/Ruby
License:GPLv2+ or Ruby
#
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
%rubygems_requires
BuildRequires:  rubygem-json_pure >= 1.1.7
Requires:   rubygem-json_pure >= 1.1.7
#
Url:http://codeforpeople.rubyforge.org/rubyforge/
Source: %{mod_name}-%{version}.gem
Source1:raise-on-auth-fail.patch
#
Summary:A script which automates a limited set of rubyforge operations
%description
A script which automates a limited set of rubyforge operations.

* Run 'rubyforge help' for complete usage.
* Setup: For first time users AND upgrades to 0.4.0:
  * rubyforge setup (deletes your username and password, so run sparingly!)
  * edit ~/.rubyforge/user-config.yml
  * rubyforge config
* For all rubyforge upgrades, run 'rubyforge config' to ensure you have latest.

%prep
%build
%install
%gem_install %{S:0}

pushd %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}
  patch -p1 < %{S:1}
popd

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/rubyforge
%{_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}/

%changelog
++ raise-on-auth-fail.patch ++
diff -wruN ../orig-rubyforge-2.0.4/lib/rubyforge/client.rb 
./lib/rubyforge/client.rb
--- ../orig-rubyforge-2.0.4/lib/rubyforge/client.rb 1970-01-01 
01:00:00.0 +0100
+++ ./lib/rubyforge/client.rb   2010-10-03 12:41:05.314854851 +0200
@@ -88,6 +88,8 @@