commit rubygem-rack-1_2 for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-rack-1_2 for openSUSE:Factory checked in at 2012-09-01 21:59:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-rack-1_2 (Old) and /work/SRC/openSUSE:Factory/.rubygem-rack-1_2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rubygem-rack-1_2", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-rack-1_2/rubygem-rack-1_2.changes 2012-02-24 06:54:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-rack-1_2.new/rubygem-rack-1_2.changes 2012-09-01 22:00:02.000000000 +0200 @@ -1,0 +2,8 @@ +Thu Aug 2 04:41:17 UTC 2012 - coolo@suse.com + +- updated to version 1.2.5 + * Fix a bug with MRI regex engine to prevent XSS by malformed unicode + * Security fix. http://www.ocert.org/advisories/ocert-2011-003.html + Further information here: http://jruby.org/2011/12/27/jruby-1-6-5-1 + +------------------------------------------------------------------- Old: ---- rack-1.2.3.gem New: ---- rack-1.2.5.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rack-1_2.spec ++++++ --- /var/tmp/diff_new_pack.oynEbh/_old 2012-09-01 22:00:03.000000000 +0200 +++ /var/tmp/diff_new_pack.oynEbh/_new 2012-09-01 22:00:03.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-rack-1_2 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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,9 +16,8 @@ # -# norootforbuild Name: rubygem-rack-1_2 -Version: 1.2.3 +Version: 1.2.5 Release: 0 # %define mod_name rack @@ -26,20 +25,16 @@ %define mod_branch -1_2 %define mod_weight 12 # -Group: Development/Languages/Ruby -License: MIT -# BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: rubygems_with_buildroot_patch -%rubygems_requires -Provides: rubygem-%{mod_name}-1 = %{version}-%{release} -Provides: rubygem-%{mod_name} = %{version}-%{release} PreReq: update-alternatives -# Url: http://rack.rubyforge.org Source: %{mod_full_name}.gem -# Summary: A modular Ruby webserver interface +License: MIT +Group: Development/Languages/Ruby +# MANUAL +BuildRequires: ruby-macros >= 1 + %description Rack provides minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in @@ -53,6 +48,7 @@ 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. @@ -61,13 +57,14 @@ 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} +%gem_install -f %{S:0} mv %{buildroot}%{_bindir}/rackup{,%{mod_branch}} ln -s rackup %{buildroot}%{_bindir}/rackup # make sure it installs the right version when using rackup-* @@ -75,9 +72,6 @@ diff -urN %{buildroot}%{_bindir}/rackup%{mod_branch}{.bak,} || : rm %{buildroot}%{_bindir}/rackup%{mod_branch}.bak -%clean -%{__rm} -rf %{buildroot} - %post /usr/sbin/update-alternatives --install \ %{_bindir}/rackup rackup %{_bindir}/rackup%{mod_branch} %{mod_weight} -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de