Hello community, here is the log from the commit of package rubygem-rubyzip for openSUSE:Factory checked in at 2013-09-27 18:07:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-rubyzip (Old) and /work/SRC/openSUSE:Factory/.rubygem-rubyzip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rubyzip" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-rubyzip/rubygem-rubyzip.changes 2012-07-30 17:13:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-rubyzip.new/rubygem-rubyzip.changes 2013-09-27 18:07:46.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Aug 30 10:00:31 UTC 2013 - [email protected] + +- updated to version 1.0.0 + Changed the API for gem. Now it can be used without require param in Gemfile. + Added read-only support for Zip64 files. + Added support for setting Unicode file names. + +------------------------------------------------------------------- Old: ---- rubyzip-0.9.9.gem New: ---- rubyzip-1.0.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rubyzip.spec ++++++ --- /var/tmp/diff_new_pack.ulYRra/_old 2013-09-27 18:07:46.000000000 +0200 +++ /var/tmp/diff_new_pack.ulYRra/_new 2013-09-27 18:07:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-rubyzip # -# Copyright (c) 2012 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 @@ -17,22 +17,17 @@ Name: rubygem-rubyzip -Version: 0.9.9 +Version: 1.0.0 Release: 0 %define mod_name rubyzip %define mod_full_name %{mod_name}-%{version} -# -# -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: rubygems_with_buildroot_patch -%rubygems_requires -Requires: ruby >= 1.8.7 -BuildRequires: ruby-devel >= 1.8.7 -# -Url: http://github.com/aussiegeek/rubyzip -Source: %{mod_full_name}.gem -# +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: ruby-macros >= 1 +Requires: ruby >= 1.9.2 +BuildRequires: ruby-devel >= 1.9.2 +Url: http://github.com/rubyzip/rubyzip +Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: rubyzip is a ruby module for reading and writing zip files License: Ruby Group: Development/Languages/Ruby @@ -50,15 +45,20 @@ Usually in RDoc and RI formats. %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} -%clean -%{__rm} -rf %{buildroot} +%install +%gem_install -f +mkdir -p %{buildroot}%{_docdir}/%{name} +ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md %files %defattr(-,root,root,-) +%{_docdir}/%{name} %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
