8
0

3 Commits

Author SHA256 Message Date
5c7a7b09ec Add Gitea build results 2025-08-12 18:14:28 +02:00
b3a80ea3c9 Accepting request 1235282 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1235282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Gtk3-ImageView?expand=0&rev=5
2025-01-07 19:52:47 +00:00
837b33f51b Accepting request 1234014 from devel:languages:perl:autoupdate
- updated to 12.0.0 (12)
   see /usr/share/doc/packages/perl-Gtk3-ImageView/Changes
  12        2024-10-13 00:31:26 IST
    - Removed perl feature switch, for compatibility with newer perl
    - Made linter on CI happy
  11        2024-10-01 17:08:47 IST
    - Replaced deprecated given/when with if/elsif/else
    - Fixed Dist::Zilla config, hopefully

OBS-URL: https://build.opensuse.org/request/show/1234014
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Gtk3-ImageView?expand=0&rev=8
2025-01-06 16:52:28 +00:00
5 changed files with 43 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc77e706069e64f2bb84181970fd4a8dea46f88bec0c4dd7c2b1fd538c6837e6
size 28165

3
Gtk3-ImageView-12.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c04ee10f8ce55133d7f997cc88768a21a93496b5408aed806afcf77fc87a9fa9
size 28270

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Gtk3-ImageView/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Gtk3-ImageView)

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Oct 13 05:32:06 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 12.0.0 (12)
see /usr/share/doc/packages/perl-Gtk3-ImageView/Changes
12 2024-10-13 00:31:26 IST
- Removed perl feature switch, for compatibility with newer perl
- Made linter on CI happy
11 2024-10-01 17:08:47 IST
- Replaced deprecated given/when with if/elsif/else
- Fixed Dist::Zilla config, hopefully
-------------------------------------------------------------------
Mon Oct 4 03:06:14 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Gtk3-ImageView
#
# Copyright (c) 2021 SUSE LLC
# 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
@@ -18,13 +18,16 @@
%define cpan_name Gtk3-ImageView
Name: perl-Gtk3-ImageView
Version: 10
Version: 12.0.0
Release: 0
Summary: Image viewer widget for Gtk3
# 12 -> normalize -> 12.0.0
%define cpan_version 12
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Image viewer widget for Gtk3
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/A/AS/ASOKOLOV/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/A/AS/ASOKOLOV/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -37,15 +40,18 @@ BuildRequires: perl(Image::Magick)
BuildRequires: perl(Readonly)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::MockObject)
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(feature)
Requires: perl(Cairo)
Requires: perl(Glib) >= 1.210
Requires: perl(Glib::Object::Subclass)
Requires: perl(Gtk3)
Requires: perl(Readonly)
Requires: perl(feature)
Provides: perl(Gtk3::ImageView) = %{version}
Provides: perl(Gtk3::ImageView::Tool) = %{version}
Provides: perl(Gtk3::ImageView::Tool::Dragger) = %{version}
Provides: perl(Gtk3::ImageView::Tool::Selector) = %{version}
Provides: perl(Gtk3::ImageView::Tool::SelectorDragger) = %{version}
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
BuildRequires: libgtkimageview-devel
@@ -62,7 +68,7 @@ To discuss Gtk3::ImageView or gtk3-perl, ask questions and flame/praise the
authors, join gtk-perl-list@gnome.org at lists.gnome.org.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor