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 "[email protected]"

Changes:
--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rubyforge.new/rubygem-rubyforge.changes 
2011-12-01 12:26:34.000000000 +0100
@@ -0,0 +1,47 @@
+-------------------------------------------------------------------
+Sun Oct  3 10:44:36 UTC 2010 - [email protected]
+
+- report wrong authentication (upstream bug #28615)
+
+-------------------------------------------------------------------
+Mon Jun 14 17:21:08 UTC 2010 - [email protected]
+
+- 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 - [email protected]
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Fri Nov 13 20:14:52 UTC 2009 - [email protected]
+
+- update to 2.0.3
+
+-------------------------------------------------------------------
+Mon Mar 23 18:12:54 CET 2009 - [email protected]
+
+- update to 1.0.3
+
+-------------------------------------------------------------------
+Sat Jan 31 20:00:00 CEST 2009 - [email protected]
+
+- update to 1.0.2
+
+-------------------------------------------------------------------
+Wed Oct  1 13:37:12 CEST 2008 - [email protected]
+
+- update to version 1.0.0
+
+-------------------------------------------------------------------
+Tue May 22 18:04:33 CEST 2007 - [email protected]
+
+- update to version 0.4.2
+
+-------------------------------------------------------------------
+Fri Oct  6 05:39:48 CEST 2006 - [email protected]
+
+- 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.000000000 +0100
+++ ./lib/rubyforge/client.rb   2010-10-03 12:41:05.314854851 +0200
@@ -88,6 +88,8 @@
         uri = URI.parse(location)
 
         execute(agent_class::Get.new(uri.request_uri), uri)
+      else
+       raise "Request to #{uri} failed with #{response}"
       end
     end
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to