Sync from SUSE:SLFO:Main rubygem-mini_magick revision fc59a5685888b75b6fe47aac826bd128

This commit is contained in:
Adrian Schröter 2024-12-20 16:10:04 +01:00
commit ca385bc69c
5 changed files with 397 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

67
gem2rpm.yml Normal file
View File

@ -0,0 +1,67 @@
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
# this is a custom description
#
# it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
# BuildRequires: foobar
# Requires: foobar
# ## used by gem2rpm
# :patches:
# foo.patch: -p1
# bar.patch:
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'
# ## used by gem2rpm
# :pre_install: |-
# %if 0%{?use_system_libev}
# export USE_VENDORED_LIBEV="no"
# %endif
# ## used by gem2rpm
# :post_install: |-
# # delete custom files here or do other fancy stuff
# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
# (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
# :post: |-
# /bin/echo foo
# ## used by gem_packages
:main:
:preamble: |-
Requires: ImageMagick
# ## used by gem_packages
# :custom:
# apache:
# :preamble: |-
# Requires: .....
# :filelist: |-
# /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
# Custom description is optional
#
# bar
# :post: |-
# /bin/echo foo
#

BIN
mini_magick-5.0.1.gem (Stored with Git LFS) Normal file

Binary file not shown.

250
rubygem-mini_magick.changes Normal file
View File

@ -0,0 +1,250 @@
-------------------------------------------------------------------
Mon Nov 4 17:02:21 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 5.0.1, no changelog found
-------------------------------------------------------------------
Tue Jul 16 09:44:40 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 5.0.0, no changelog found
-------------------------------------------------------------------
Fri Jun 21 10:13:19 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 4.13.1, no changelog found
-------------------------------------------------------------------
Wed Dec 7 11:25:14 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 4.12.0
no changelog found
-------------------------------------------------------------------
Tue Nov 10 21:35:18 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 4.11.0
* Fix fetching metadata when there are GhostScript warnings (#522)
* Fixed some method redefined warnings (#505)
* Added MiniMagick::Image.get_image_from_pixels (#516)
* extend MiniMagick::Tool#stack to support arguments so that it can be used with Active Storage
-------------------------------------------------------------------
Mon Feb 10 15:06:56 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 4.10.1
no changelog found
-------------------------------------------------------------------
Fri Jul 19 09:21:58 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 4.9.5
no changelog found
-------------------------------------------------------------------
Sat Mar 2 15:25:39 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 4.9.3
no changelog found
-------------------------------------------------------------------
Sat Dec 8 16:25:11 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 4.9.2
no changelog found
-------------------------------------------------------------------
Thu Aug 3 19:26:32 UTC 2017 - coolo@suse.com
- updated to version 4.8.0
no changelog found
-------------------------------------------------------------------
Tue Jun 20 06:53:13 UTC 2017 - coolo@suse.com
- updated to version 4.7.1
no changelog found
-------------------------------------------------------------------
Wed Mar 29 04:31:28 UTC 2017 - coolo@suse.com
- updated to version 4.7.0
no changelog found
-------------------------------------------------------------------
Mon Feb 13 05:53:49 UTC 2017 - coolo@suse.com
- updated to version 4.6.1
no changelog found
-------------------------------------------------------------------
Sun Dec 4 05:42:00 UTC 2016 - coolo@suse.com
- updated to version 4.6.0
no changelog found
-------------------------------------------------------------------
Fri Jul 22 14:46:39 UTC 2016 - coolo@suse.com
- add ImageMagick dependency
-------------------------------------------------------------------
Wed Apr 6 06:25:26 UTC 2016 - coolo@suse.com
- updated to version 4.5.1
no changelog found
-------------------------------------------------------------------
Mon Mar 21 05:30:48 UTC 2016 - coolo@suse.com
- updated to version 4.5.0
no changelog found
-------------------------------------------------------------------
Sun Feb 7 05:35:37 UTC 2016 - coolo@suse.com
- updated to version 4.4.0
no changelog found
-------------------------------------------------------------------
Tue Oct 13 04:29:28 UTC 2015 - coolo@suse.com
- updated to version 4.3.6
no changelog found
-------------------------------------------------------------------
Sun Oct 4 04:29:20 UTC 2015 - coolo@suse.com
- updated to version 4.3.5
no changelog found
-------------------------------------------------------------------
Sat Oct 3 04:29:59 UTC 2015 - coolo@suse.com
- updated to version 4.3.4
no changelog found
-------------------------------------------------------------------
Thu Sep 10 04:29:41 UTC 2015 - coolo@suse.com
- updated to version 4.3.3
no changelog found
-------------------------------------------------------------------
Wed Sep 9 04:29:32 UTC 2015 - coolo@suse.com
- updated to version 4.3.2
no changelog found
-------------------------------------------------------------------
Sat Sep 5 04:30:06 UTC 2015 - coolo@suse.com
- updated to version 4.3.1
no changelog found
-------------------------------------------------------------------
Thu Sep 3 04:30:11 UTC 2015 - coolo@suse.com
- updated to version 4.3.0
no changelog found
-------------------------------------------------------------------
Sat Aug 8 04:29:51 UTC 2015 - coolo@suse.com
- updated to version 4.2.10
no changelog found
-------------------------------------------------------------------
Mon Aug 3 04:30:06 UTC 2015 - coolo@suse.com
- updated to version 4.2.9
no changelog found
-------------------------------------------------------------------
Sun Aug 2 04:31:09 UTC 2015 - coolo@suse.com
- updated to version 4.2.8
no changelog found
-------------------------------------------------------------------
Fri May 29 04:31:24 UTC 2015 - coolo@suse.com
- updated to version 4.2.7
no changelog found
-------------------------------------------------------------------
Tue May 12 07:24:12 UTC 2015 - coolo@suse.com
- updated to version 4.2.4
no changelog found
-------------------------------------------------------------------
Thu Apr 16 04:29:38 UTC 2015 - coolo@suse.com
- updated to version 4.2.3
-------------------------------------------------------------------
Tue Apr 7 04:39:46 UTC 2015 - coolo@suse.com
- updated to version 4.2.1
-------------------------------------------------------------------
Sat Mar 21 05:32:34 UTC 2015 - coolo@suse.com
- updated to version 4.2.0
-------------------------------------------------------------------
Fri Mar 20 05:34:54 UTC 2015 - coolo@suse.com
- updated to version 4.1.1
-------------------------------------------------------------------
Wed Feb 18 05:29:32 UTC 2015 - coolo@suse.com
- updated to version 4.1.0
-------------------------------------------------------------------
Mon Feb 9 08:06:37 UTC 2015 - coolo@suse.com
- updated to version 4.0.4
-------------------------------------------------------------------
Wed Nov 27 08:19:01 UTC 2013 - coolo@suse.com
- updated to version 3.7.0
-------------------------------------------------------------------
Tue Jun 4 16:40:54 UTC 2013 - coolo@suse.com
- updated to version 3.6.0
-------------------------------------------------------------------
Wed Aug 1 05:05:22 UTC 2012 - coolo@suse.com
- updated to version 3.4
-------------------------------------------------------------------
Wed Aug 4 16:15:54 UTC 2010 - dmacvicar@novell.com
- removing hoe as dependencies (not listed in the gemspec)
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Fri Dec 25 01:38:19 UTC 2009 - prusnak@suse.cz
- update to version 1.2.5
-------------------------------------------------------------------
Mon Jan 26 16:24:56 CET 2009 - mrueckert@suse.de
- update to version 1.2.3
-------------------------------------------------------------------
Wed Sep 13 11:12:25 CEST 2006 - mrueckert@suse.de
- update to version 1.2.0

54
rubygem-mini_magick.spec Normal file
View File

@ -0,0 +1,54 @@
#
# spec file for package rubygem-mini_magick
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
#
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
# All sections marked as MANUAL, license headers, summaries and descriptions
# can be maintained in that file. Please consult this file before editing any
# of those fields
#
Name: rubygem-mini_magick
Version: 5.0.1
Release: 0
%define mod_name mini_magick
%define mod_full_name %{mod_name}-%{version}
BuildRequires: %{ruby >= 2.3}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
URL: https://github.com/minimagick/minimagick
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Manipulate images with minimal use of memory via ImageMagick
License: MIT
%description
Manipulate images with minimal use of memory via ImageMagick.
%prep
%build
%install
%gem_install \
--doc-files="MIT-LICENSE README.md" \
-f
%gem_packages
%changelog