forked from pool/perl-Gtk3-ImageView
		
	Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 12d937f7fd | |||
| e5b4b657a8 | 
@@ -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
									
								
							
							
						
						
									
										3
									
								
								Gtk3-ImageView-12.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:c04ee10f8ce55133d7f997cc88768a21a93496b5408aed806afcf77fc87a9fa9
 | 
			
		||||
size 28270
 | 
			
		||||
@@ -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>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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,12 +18,14 @@
 | 
			
		||||
 | 
			
		||||
%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
 | 
			
		||||
BuildArch:      noarch
 | 
			
		||||
BuildRequires:  perl
 | 
			
		||||
@@ -37,15 +39,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 +67,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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user