17
0

40 Commits

Author SHA256 Message Date
a5350fd0ef Accepting request 905666 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/905666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=19
2021-07-13 20:37:00 +00:00
75e992f14d Accepting request 905662 from home:mschnitzer:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/905662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=39
2021-07-11 11:07:34 +00:00
216c69650d Accepting request 785649 from devel:languages:ruby:extensions
New upstream release 2.3.0 (forwarded request 785608 from dancermak)

OBS-URL: https://build.opensuse.org/request/show/785649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=18
2020-03-17 12:09:51 +00:00
40c7f92efd Accepting request 785608 from home:dancermak:branches:devel:languages:ruby:extensions
New upstream release 2.3.0

OBS-URL: https://build.opensuse.org/request/show/785608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=37
2020-03-16 14:09:34 +00:00
ff7364f81d Accepting request 780191 from devel:languages:ruby:extensions
- Fix rpmlint complains (removing rubygem-rubyzip.rpmlintrc)

- New upstream release 2.2.0
  - Add support for decompression plugin gems #427

- New upstream release 2.1.0
  - Fix (at least partially) the `restore_times` and `restore_permissions`
    options to `Zip::File.new`
    [#413](https://github.com/rubyzip/rubyzip/pull/413)
     - Previously, neither option did anything, regardless of what it was set
       to. We have therefore defaulted them to `false` to preserve the current
       behavior, for the time being. If you have explicitly set either to
       `true`, it will now have an effect.
     - Fix handling of UniversalTime (`mtime`, `atime`, `ctime`)
       fields. [#421](https://github.com/rubyzip/rubyzip/pull/421)
     - Previously, `Zip::File` did not pass the options to `Zip::Entry` in some
       cases. [#423](https://github.com/rubyzip/rubyzip/pull/423)
     - Note that `restore_times` in this release does nothing on Windows and
       only restores `mtime`, not `atime` or `ctime`.
  - Allow `Zip::File.open` to take an options hash like `Zip::File.new`
    [#418](https://github.com/rubyzip/rubyzip/pull/418)
  - Always print warnings with `warn`, instead of a mix of `puts` and `warn`
    [#416](https://github.com/rubyzip/rubyzip/pull/416)
  - Create temporary files in the system temporary directory instead of the
    directory of the zip file
    [#411](https://github.com/rubyzip/rubyzip/pull/411)
  - Drop unused `tmpdir` requirement
    [#411](https://github.com/rubyzip/rubyzip/pull/411)
  Tooling
  - Move CI to xenial and include jruby on JDK11

OBS-URL: https://build.opensuse.org/request/show/780191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=17
2020-02-28 14:21:53 +00:00
Stephan Kulow
eaa082ce25 - Fix rpmlint complains (removing rubygem-rubyzip.rpmlintrc)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=35
2020-02-28 09:22:09 +00:00
Stephan Kulow
8e2a7be537 Accepting request 769462 from home:dancermak:branches:devel:languages:ruby:extensions
New upstream release 2.2.0

OBS-URL: https://build.opensuse.org/request/show/769462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=34
2020-02-04 06:17:34 +00:00
20eea65e6b Accepting request 767587 from home:dancermak:branches:devel:languages:ruby:extensions
New upstream release 2.1.0

OBS-URL: https://build.opensuse.org/request/show/767587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=33
2020-01-27 10:09:10 +00:00
1f7dfe55ef Accepting request 747726 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/747726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=16
2019-11-13 12:25:53 +00:00
e078c4c6ca Accepting request 747718 from home:mschnitzer:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/747718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=31
2019-11-12 14:37:40 +00:00
a334296bf2 Accepting request 713997 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/713997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=15
2019-07-08 13:12:37 +00:00
a767844e7d Accepting request 713980 from home:mschnitzer:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/713980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=29
2019-07-08 08:14:59 +00:00
cdff12a901 Accepting request 668904 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/668904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=14
2019-03-01 15:46:24 +00:00
Stephan Kulow
8e99ce9443 Accepting request 667983 from home:aspiers:branches:devel:languages:ruby:extensions
- updated to version 1.2.2
  Fixes CVE-2018-1000544 symlink and absolute path traversal
  (bsc#1099280).
  See https://github.com/rubyzip/rubyzip/pull/387
  for full changelog.
- updated to version 1.2.1
  Fixes bsc#1027050 CVE-2017-5946
- updated to version 1.2.0
  no changelog found
- updated to version 1.1.7
- adapt to new rubygem packaging style
- updated to version 1.1.3, no changelog
- updated to version 1.1.2, no changelog
- updated to version 1.1.0, found no changelog
- 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.
- update to 0.9.9
  Added support for backslashes in zip files (generated by the default Windows
  zip packer for example) and comment sections with the comment length set to zero
  even though there is actually a comment.
- update to 0.9.8
  Fixed: "Unitialized constant NullInputStream" error
- update to 0.9.7, still no upstream changelog
- update to 0.9.6.1, no upstream changelog
- 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)
- use rubygems_requires macro
- Initial package of version 0.9.1

OBS-URL: https://build.opensuse.org/request/show/667983
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=27
2019-01-27 11:00:21 +00:00
efec34fdd4 Accepting request 633480 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/633480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=13
2018-09-07 13:39:55 +00:00
Ismail Dönmez
662822e75e Accepting request 633434 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/633434
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=25
2018-09-05 13:29:41 +00:00
f229e1ba91 Accepting request 479190 from devel:languages:ruby:extensions
1

OBS-URL: https://build.opensuse.org/request/show/479190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=12
2017-04-11 07:32:18 +00:00
Björn Geuken
cdcb43e228 Accepting request 477744 from home:namtrac:branches:devel:languages:ruby:extensions
Fixes bsc#1027050 CVE-2017-5946

OBS-URL: https://build.opensuse.org/request/show/477744
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=23
2017-03-14 08:57:23 +00:00
Stephan Kulow
7f748167cc Accepting request 455643 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/455643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=22
2017-02-13 07:03:16 +00:00
6475cde40c Accepting request 365469 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/365469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=11
2016-03-07 12:27:05 +00:00
26903f0d61 Accepting request 360593 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/360593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=20
2016-03-01 14:12:33 +00:00
8cabba7fa4 Accepting request 285528 from devel:languages:ruby:extensions
1

OBS-URL: https://build.opensuse.org/request/show/285528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=10
2015-02-11 15:45:50 +00:00
Stephan Kulow
651d56e515 Accepting request 285394 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/285394
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=18
2015-02-11 08:37:44 +00:00
Stephan Kulow
a0732b38c2 Accepting request 255468 from devel:languages:ruby:extensions
1

OBS-URL: https://build.opensuse.org/request/show/255468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=9
2014-10-14 05:11:53 +00:00
Stephan Kulow
2b9da9f3b1 Accepting request 255447 from OBS:Server:Unstable:Test
adapt to new rubygem packaging style

OBS-URL: https://build.opensuse.org/request/show/255447
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=16
2014-10-13 07:15:08 +00:00
Stephan Kulow
6f04d38248 Accepting request 234971 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/234971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=7
2014-05-22 04:57:47 +00:00
Stephan Kulow
7e664eb538 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=14
2014-05-19 10:48:03 +00:00
Stephan Kulow
ccdeb04123 Accepting request 226631 from devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/226631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=6
2014-03-21 12:49:22 +00:00
Stephan Kulow
a54b9a00c6 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=12
2014-03-18 16:29:37 +00:00
Stephan Kulow
82569144ee Accepting request 208102 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/208102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=5
2013-11-24 17:13:28 +00:00
Stephan Kulow
6b506ba30d update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=10
2013-11-22 08:51:46 +00:00
Stephan Kulow
77c498ca5a Accepting request 200776 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/200776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=4
2013-09-27 16:07:45 +00:00
Stephan Kulow
e40729a912 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=8
2013-08-30 10:01:39 +00:00
Ismail Dönmez
2407b157fe Accepting request 128951 from devel:languages:ruby:extensions
needed for selenium

OBS-URL: https://build.opensuse.org/request/show/128951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rubyzip?expand=0&rev=1
2012-07-30 15:13:40 +00:00
7cacf7ae29 Accepting request 125795 from openSUSE:Tools:Unstable
- update to 0.9.9
  Added support for backslashes in zip files (generated by the default Windows
  zip packer for example) and comment sections with the comment length set to zero
  even though there is actually a comment.

OBS-URL: https://build.opensuse.org/request/show/125795
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=6
2012-06-22 13:28:01 +00:00
6af8a2493d Accepting request 115911 from openSUSE:Tools:Unstable
- update to 0.9.8
  Fixed: "Unitialized constant NullInputStream" error

OBS-URL: https://build.opensuse.org/request/show/115911
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=5
2012-04-30 07:30:02 +00:00
403cd6d6ef Accepting request 114093 from openSUSE:Tools:Unstable
OBS-URL: https://build.opensuse.org/request/show/114093
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=4
2012-04-17 10:22:55 +00:00
1d65f0ea14 - update to version 0.9.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=3
2010-06-14 17:26:26 +00:00
586ff185e6 - use rubygems_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=2
2010-06-11 18:01:17 +00:00
fb3c8c6633 - reimport and cleanup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=1
2009-01-26 14:42:50 +00:00