Compare commits

...
Sign in to create a new pull request.

11 commits

Author SHA1 Message Date
Fedora Release Engineering
28025182bf Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 06:30:31 +00:00
Martin Gansser
bfaa12a3d3 Update to 0.99.7-0.1.git21d0da3
Fixed .xpm cursor files to work with new glycin version
2026-04-25 14:17:53 +00:00
Fedora Release Engineering
7f106925b0 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 18:00:27 +00:00
Fedora Release Engineering
4eee63a939 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 18:15:39 +00:00
Martin Gansser
6740f8b6b5 Update to 0.99.6-1 2025-06-06 23:09:58 +02:00
Fedora Release Engineering
74556da21c Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 10:38:06 +00:00
Martin Gansser
dad4d3efad Add RR gdk-pixbuf2-modules-extra fix bug (#2323682) 2024-11-06 09:32:10 +01:00
Martin Gansser
4532f4b6c9 Update to 0.99.6-0.1.git66c21b2 2024-11-05 08:18:39 +01:00
Martin Gansser
54f1123e5e Update to 0.99.6-0.1.git66c21b2 2024-11-05 08:15:06 +01:00
Miroslav Suchý
d3249f30eb convert license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-09-04 21:55:38 +02:00
Fedora Release Engineering
a9302eba3a Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 05:29:06 +00:00
3 changed files with 48 additions and 9 deletions

3
.gitignore vendored
View file

@ -18,3 +18,6 @@ shutter-0.86.2.tar.gz
/shutter-0.99.3.tar.gz
/shutter-0.99.4.tar.gz
/shutter-0.99.5.tar.gz
/shutter-66c21b2.tar.gz
/shutter-0.99.6.tar.gz
/shutter-21d0da3.tar.gz

View file

@ -1,28 +1,29 @@
# For git snapshots, set to 0 to use release instead:
%global usesnapshot 0
%global usesnapshot 1
%if 0%{?usesnapshot}
%global commit0 b089b93221f4d36b6b3001cd6d9c88ca33a39515
%global commit0 21d0da3bd0e0b256cdfec83099fee87fbb62405f
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global snapshottag .git%{shortcommit0}
%endif
Name: shutter
%if 0%{?usesnapshot}
Version: 0.99.6
Release: 0.1%{?snapshottag}%{?dist}
Version: 0.99.7
Release: 0.2%{?snapshottag}%{?dist}
%else
Version: 0.99.5
Release: 1%{?dist}
Version: 0.99.6
Release: 4%{?dist}
%endif
Summary: GTK+3-based screenshot application written in Perl
Summary: GTK+3-based screenshot application written in Perl
# share/shutter/resources/icons/draw.svg packaged is CC-BY-SA
# share/shutter/resources/system/plugins/perl/spwatermark/spwatermark.svg is Public Domain
# share/shutter/resources/po/shutter/zh_TW.po is MIT (same as gscrot <https://github.com/gscrot/gscrot/blob/master/LICENSE.md>)
# share/shutter/resources/icons/drawing_tool/objects/tux.svg is GPLv2
# share/shutter/resources/icons/drawing_tool/cursor files are GPLv2+
# share/appdata/shutter.appdata.xml is CC0
License: GPLv3+ and GPLv2+ and GPLv2 and CC-BY-SA and MIT and CC0 and Public Domain
# Automatically converted from old format: GPLv3+ and GPLv2+ and GPLv2 and CC-BY-SA and MIT and CC0 and Public Domain - review is highly recommended.
License: GPL-3.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only AND LicenseRef-Callaway-CC-BY-SA AND LicenseRef-Callaway-MIT AND CC0-1.0 AND LicenseRef-Callaway-Public-Domain
URL: https://shutter-project.org/
%if 0%{?usesnapshot}
Source0: https://github.com/shutter-project/shutter/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
@ -50,6 +51,10 @@ Requires: hicolor-icon-theme
Requires: libwnck3
Requires: perl(Image::ExifTool)
Requires: perl(Goo::Canvas)
%if 0%{?fedora} >= 41
Requires: gdk-pixbuf2-modules-extra
%endif
# Filter all provides
%global __provides_exclude_from %{_datadir}/%{name}/resources/system/upload_plugins
@ -135,6 +140,37 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.metai
%{_datadir}/icons/HighContrast/
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.7-0.2.git21d0da3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Apr 25 2026 Martin Gansser <martinkg@fedoraproject.org> - 0.99.7-0.1.git21d0da3
- Update to 0.99.7-0.1.git21d0da3
- Fixed .xpm cursor files to work with new glycin version
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jun 06 2025 Martin Gansser <martinkg@fedoraproject.org> - 0.99.6-1
- Update to 0.99.6-1
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.6-0.3.git66c21b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Nov 06 2024 Martin Gansser <martinkg@fedoraproject.org> - 0.99.6-0.2.git66c21b2
- Add RR gdk-pixbuf2-modules-extra fix bug (#2323682)
* Thu Oct 31 2024 Martin Gansser <martinkg@fedoraproject.org> - 0.99.6-0.1.git66c21b2
- Update to 0.99.6-0.1.git66c21b2
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 0.99.5-3
- convert license to SPDX
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Apr 27 2024 Martin Gansser <martinkg@fedoraproject.org> - 0.99.5-1
- Update to 0.99.5-1

View file

@ -1 +1 @@
SHA512 (shutter-0.99.5.tar.gz) = 524e135191a324f7da890922c98646c7cd83a714a3b1dc14f2ba9910f8a90f5c6c527a5c857888c2be93120a7b242e435664c8af45792d36b66d7642fda50371
SHA512 (shutter-21d0da3.tar.gz) = 8431eea3b2316078baa7cd0423dba54575aa65b12e6aa946b3dfbbca61ddc230382d3d1ae14ff81aa8ae7895c405f0297bfd03617f6099e6328d6b6eeb9ace76