Hello community,

here is the log from the commit of package rubygem-activeresource-2_3.1299 for 
openSUSE:12.2:Update checked in at 2013-02-12 09:52:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2:Update/rubygem-activeresource-2_3.1299 (Old)
 and      /work/SRC/openSUSE:12.2:Update/.rubygem-activeresource-2_3.1299.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-activeresource-2_3.1299", Maintainer is ""

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

--- /dev/null   2013-02-09 11:18:20.872010756 +0100
+++ 
/work/SRC/openSUSE:12.2:Update/.rubygem-activeresource-2_3.1299.new/rubygem-activeresource-2_3.changes
      2013-02-12 09:52:42.000000000 +0100
@@ -0,0 +1,87 @@
+-------------------------------------------------------------------
+Wed Jan 30 16:31:36 UTC 2013 - mrueck...@suse.de
+
+- update to 2.3.16 (bnc#800320) CVE-2013-0333
+  * Version bump
+
+-------------------------------------------------------------------
+Thu Jan 17 13:10:05 UTC 2013 - mrueck...@suse.de
+
+- update to 2.3.15: (bnc#796712, bnc#797449, bnc#797452)
+  * Version bump
+
+-------------------------------------------------------------------
+Wed Aug 17 11:59:32 UTC 2011 - mrueck...@suse.de
+
+- update to version 2.3.14
+  * Version bump
+
+-------------------------------------------------------------------
+Mon Jun 20 19:01:03 UTC 2011 - mrueck...@suse.de
+
+- update to version 2.3.12:
+  * Version bump
+
+-------------------------------------------------------------------
+Wed Feb 16 11:15:14 UTC 2011 - mrueck...@suse.de
+
+- update to version 2.3.11: (bnc#668817)
+  - XSS Risk in mail_to :encode=>:javascript CVE-2011-0446
+  - CSRF Bypass Risk CVE-2011-0447
+  - Filter Problems on Case Insensitive Filesystems CVE-2011-0449
+  - Potential SQL Injection with limit() CVE-2011-0448
+
+-------------------------------------------------------------------
+Mon Jan 17 13:22:03 UTC 2011 - mvid...@suse.cz
+
+- Split off doc and testsuite subpackages.
+
+-------------------------------------------------------------------
+Wed Oct 27 11:42:47 UTC 2010 - mrueck...@suse.de
+
+- update to version 2.3.10
+  * Version bump.
+
+-------------------------------------------------------------------
+Sun Sep  5 11:17:02 UTC 2010 - mrueck...@suse.de
+
+- update to version 2.3.9
+  * Version bump.
+
+-------------------------------------------------------------------
+Fri Jun 18 17:32:37 UTC 2010 - mrueck...@suse.de
+
+- use rubygems_requires
+
+-------------------------------------------------------------------
+Tue May 25 15:26:16 UTC 2010 - mrueck...@suse.de
+
+- version 2.3.6 to 2.3.8 are just version bumps to comply with the
+  versioning scheme.
+
+-------------------------------------------------------------------
+Tue Dec  1 16:45:44 UTC 2009 - ch...@computersalat.de
+
+- update to version 2.3.5
+  * Minor Bug Fixes and deprecation warnings
+  * More flexible content type handling when parsing responses.
+    Ensures that ARes will handle responses like test/xml, or
+    content types with charsets included.
+
+-------------------------------------------------------------------
+Thu Sep 10 12:03:22 UTC 2009 - adr...@suse.de
+
+- update to version 2.3.4
+  * Add support for errors in JSON format.
+    #1956 [Fabien Jakimowicz]
+  * Recognizes 410 as Resource Gone.
+    #2316 [Jordan Brough, Jatinder Singh]
+  * More thorough SSL support.  #2370 [Roy Nicholson]
+  * HTTP proxy support.  #2133 [Marshall Huss, Sébastien Dabet]
+
+-------------------------------------------------------------------
+Mon Mar 16 20:39:36 CET 2009 - mrueck...@suse.de
+
+- starting package for the rails 2.3 series
+
+-------------------------------------------------------------------

New:
----
  activeresource-2.3.16.gem
  rubygem-activeresource-2_3.changes
  rubygem-activeresource-2_3.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-activeresource-2_3.spec ++++++
#
# spec file for package rubygem-activeresource-2_3
#
# 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
# 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/
#


Name:           rubygem-activeresource-2_3
Version:        2.3.16
Release:        0
%define mod_name activeresource
%define mod_full_name %{mod_name}-%{version}
#
#
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
%rubygems_requires
Provides:       rubygem-%{mod_name} = %{version}-%{release}
Provides:       rubygem-actionwebservice = %{version}-%{release}
#
# activesupport = 2.3.14
BuildRequires:  rubygem-activesupport-2_3 = %{version}
Requires:       rubygem-activesupport-2_3 = %{version}
#
Url:            http://www.rubyonrails.org
Source:         %{mod_full_name}.gem
#
Summary:        Think Active Record for web resources
License:        MIT
Group:          Development/Languages/Ruby

%description
Wraps web resources in model classes that can be manipulated through XML over 
REST.

%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
%build
%install
%gem_install %{S:0}

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

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

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

Reply via email to