image_optim_pack 0.12.0.20250227-x86_64-linux → 0.12.1-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c468211850018e172cef87c0a2a3f2861825ff2051d9d38d7eb9e77865d7023
4
- data.tar.gz: 6e7a04fb7d5ee0b7a2caf23e12377bea2a5660b8f6178c4bcd5961fb4ff62015
3
+ metadata.gz: 85f9d79a803c600c1faf043d6c5839dbd06ea5bb1f8c412e8d518e0a056c2027
4
+ data.tar.gz: 356fa383d68e5071fb927da9d99aaacbb8f8e9ac8f65b0779567a267374d7270
5
5
  SHA512:
6
- metadata.gz: 85520293b5e28b2e305213c57fdcf033808bedc895717dd94391680d158207052c8532a7d957c71befa033f982200ea818301d32ad29ce6c83c5c5b926df9737
7
- data.tar.gz: 9d76168685f7c92b14e5af694a1628fb12bb1a0863811cfd40818b4bf08888ff125004b65d276987896af58f48ae70dfa2d99052bdd19b311578b7dac05fee30
6
+ metadata.gz: 458fa065027f9a4d360c748318cfeb268af9bc61ba7e2e148ec7dd5687c6d38512f1fbbd8cdab79a8d7fb1623b432c4c6c10b9c5ff84fff51e32dafb719d46ef
7
+ data.tar.gz: 3dd1f585425dcda22633c340f09d74c3c4af850c3debc7131c45331cfae00329aedbaa31767dc2fb47803bb7e5d95acb9a708074a27981cb857c58c2f6bfb9dd
@@ -21,6 +21,7 @@ jobs:
21
21
  - '3.3'
22
22
  - '3.4'
23
23
  - jruby-9.4
24
+ - jruby-10.0
24
25
  fail-fast: false
25
26
  steps:
26
27
  - uses: actions/checkout@v4
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.12.1 (2025-04-27)
6
+
7
+ * Switch to oldest maintained debian bullseye for building linux binaries [@toy](https://github.com/toy)
8
+ * oxipng 9.1.5 [@toy](https://github.com/toy)
9
+
5
10
  ## v0.12.0.20250227 (2025-02-27)
6
11
 
7
12
  * gifsicle 1.96 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -13,7 +13,7 @@ LIBMOZJPEG_VER := 4.1.5
13
13
  LIBPNG_VER := 1.6.47
14
14
  LIBZ_VER := 1.2.11
15
15
  OPTIPNG_VER := 0.7.8
16
- OXIPNG_VER := 9.1.4
16
+ OXIPNG_VER := 9.1.5
17
17
  PNGCRUSH_VER := 1.8.13
18
18
  PNGOUT_VER = $(if $(IS_DARWIN),$(PNGOUT_DARWIN_VER),$(PNGOUT_LINUX_VER))
19
19
  PNGOUT_LINUX_VER := 20200115
data/checksums.mk CHANGED
@@ -9,7 +9,7 @@ LIBMOZJPEG_SHA256 := 9fcbb7171f6ac383f5b391175d6fb3acde5e64c4c4727274eade84ed099
9
9
  LIBPNG_SHA256 := 084115c62fe023e3d88cd78764a4d8e89763985ee4b4a085825f7a00d85eafbb
10
10
  LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
11
11
  OPTIPNG_SHA256 := 25a3bd68481f21502ccaa0f4c13f84dcf6b20338e4c4e8c51f2cefbd8513398c
12
- OXIPNG_SHA256 := 90c5e32c556c49e8fb2170f281586e87f7619fd574b4ccf1bc76e2f6819bba77
12
+ OXIPNG_SHA256 := 8f99d5c67efa2a7550023bf610b90e65d421375c9ed7f37097f83ae5c05f85bd
13
13
  PNGCRUSH_SHA256 := fed0aaf5c098aa8c7f78c75365cd18d7341417326ecbdba547876b7b4f3df4be
14
14
  PNGOUT_LINUX_SHA256 := ac38bba6f0de29033de866538c3afa64341319b695bbe388efbc5fd9e830e928
15
15
  PNGOUT_LINUX_STATIC_SHA256 := 7a78ea475d65a00981bf418e5dfa3b34e42d6460fb992340802873bb14b08597
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.12.0.20250227'
5
+ s.version = '0.12.1'
6
6
  s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant}
7
7
  s.homepage = "https://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
data/script/livecheck CHANGED
@@ -59,8 +59,8 @@ CONFIG = {
59
59
  info_url: 'https://github.com/glennrp/zlib/blob/master/ChangeLog',
60
60
  },
61
61
  optipng: {
62
- url: 'https://sourceforge.net/projects/optipng/rss',
63
- regexp: %r{/OptiPNG/optipng-(\d+(?:\.\d+)*)/},
62
+ url: 'https://optipng.sourceforge.net',
63
+ regexp: %r{/optipng/optipng-(\d+(?:\.\d+)*)\.tar\.gz\?download},
64
64
  info_url: 'https://optipng.sourceforge.net/history.txt',
65
65
  },
66
66
  oxipng: {
data/script/run CHANGED
@@ -70,6 +70,13 @@ container_build() {
70
70
  workdir=/pack
71
71
 
72
72
  if [[ -z "$NO_UP" ]]; then
73
+ used_image=$("$container_tool" inspect --format='{{.Config.Image}}' "$container_name")
74
+
75
+ if [[ "$used_image" != "$image" ]]; then
76
+ echo "Container is using $used_image instead of $image, recreating"
77
+ "$container_tool" rm "$container_name"
78
+ fi
79
+
73
80
  status=$("$container_tool" inspect --format '{{.State.Status}}' "$container_name" 2>/dev/null || true)
74
81
 
75
82
  if [[ "$status" == "" ]]; then
@@ -128,4 +135,4 @@ container_build() {
128
135
  [[ -n "$NO_HALT" ]] || "$container_tool" container stop "$container_name"
129
136
  }
130
137
 
131
- container_build linux-x86_64 rust:slim-buster
138
+ container_build linux-x86_64 rust:slim-bullseye
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_optim_pack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0.20250227
4
+ version: 0.12.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: image_optim
@@ -173,7 +173,7 @@ licenses:
173
173
  metadata:
174
174
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
175
175
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
176
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.0.20250227
176
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.1
177
177
  source_code_uri: https://github.com/toy/image_optim_pack
178
178
  rdoc_options: []
179
179
  require_paths:
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  - !ruby/object:Gem::Version
190
190
  version: '0'
191
191
  requirements: []
192
- rubygems_version: 3.6.3
192
+ rubygems_version: 3.6.8
193
193
  specification_version: 4
194
194
  summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
195
195
  jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant'