From c4ffd2212f1998cd029ed321c44ba1dc234d45aa72a550a7daf51d97ff03ba6c Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 14 Jun 2010 17:26:26 +0000 Subject: [PATCH] - update to version 0.9.4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=3 --- rubygem-rubyzip.changes | 17 +++++++++++++++++ rubygem-rubyzip.spec | 16 ++++------------ rubyzip-0.9.1.gem | 3 --- rubyzip-0.9.4.gem | 3 +++ 4 files changed, 24 insertions(+), 15 deletions(-) delete mode 100644 rubyzip-0.9.1.gem create mode 100644 rubyzip-0.9.4.gem diff --git a/rubygem-rubyzip.changes b/rubygem-rubyzip.changes index 3c8857b..ac58b4b 100644 --- a/rubygem-rubyzip.changes +++ b/rubygem-rubyzip.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jun 14 17:25:01 UTC 2010 - mrueckert@suse.de + +- update to version 0.9.4 + Changed ZipOutputStream.put_next_entry signature (API CHANGE!). + Now allows comment, extra field and compression method to be + specified. +- additional changes from version 0.9.3 + Fixed: Added ZipEntry::name_encoding which retrieves the + character encoding of the name and comment of the entry. Also + added convenience methods ZipEntry::name_in(enc) and + ZipEntry::comment_in(enc) for getting zip entry names and + comments in a specified character encoding. +- additional changes from version 0.9.2 + Fixed: Renaming an entry failed if the entry's new name was a + different length than its old name. (Diego Barros) + ------------------------------------------------------------------- Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de diff --git a/rubygem-rubyzip.spec b/rubygem-rubyzip.spec index b35c187..1cfb52e 100644 --- a/rubygem-rubyzip.spec +++ b/rubygem-rubyzip.spec @@ -1,5 +1,5 @@ # -# spec file for package rubygem-rubyzip (Version 0.9.1) +# spec file for package rubygem-rubyzip (Version 0.9.4) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -16,10 +16,8 @@ # # norootforbuild - - Name: rubygem-rubyzip -Version: 0.9.1 +Version: 0.9.4 Release: 0 %define mod_name rubyzip # @@ -30,19 +28,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch %rubygems_requires # -Url: http://rubyforge.org/projects/rubyzip -Source: http://rubyforge.org/frs/download.php/12026/rubyzip-0.9.1.gem +Url: http://rubyzip.sourceforge.net/ +Source: %{mod_name}-%{version}.gem # Summary: rubyzip is a ruby module for reading and writing zip files - %description rubyzip is a ruby module for reading and writing zip files - -Authors: --------- - Thomas Sondergaard - %prep %build %install diff --git a/rubyzip-0.9.1.gem b/rubyzip-0.9.1.gem deleted file mode 100644 index db7c7ba..0000000 --- a/rubyzip-0.9.1.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c647e5804cd6a0ce1feda6587e826135ffcc2110eee5e29ea877d6781c09607 -size 85504 diff --git a/rubyzip-0.9.4.gem b/rubyzip-0.9.4.gem new file mode 100644 index 0000000..25fddbf --- /dev/null +++ b/rubyzip-0.9.4.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f41ef1e0061749e4aeb47f95c10130906efc6ebae82a43cd897c8fb53e86d1 +size 66048