Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28025182bf | ||
|
|
bfaa12a3d3 | ||
|
|
7f106925b0 | ||
|
|
4eee63a939 | ||
|
|
6740f8b6b5 | ||
|
|
74556da21c |
3 changed files with 26 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -19,3 +19,5 @@ shutter-0.86.2.tar.gz
|
||||||
/shutter-0.99.4.tar.gz
|
/shutter-0.99.4.tar.gz
|
||||||
/shutter-0.99.5.tar.gz
|
/shutter-0.99.5.tar.gz
|
||||||
/shutter-66c21b2.tar.gz
|
/shutter-66c21b2.tar.gz
|
||||||
|
/shutter-0.99.6.tar.gz
|
||||||
|
/shutter-21d0da3.tar.gz
|
||||||
|
|
|
||||||
27
shutter.spec
27
shutter.spec
|
|
@ -1,18 +1,18 @@
|
||||||
# For git snapshots, set to 0 to use release instead:
|
# For git snapshots, set to 0 to use release instead:
|
||||||
%global usesnapshot 1
|
%global usesnapshot 1
|
||||||
%if 0%{?usesnapshot}
|
%if 0%{?usesnapshot}
|
||||||
%global commit0 66c21b2b4750b2bb354887454a9977296d2d844e
|
%global commit0 21d0da3bd0e0b256cdfec83099fee87fbb62405f
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
%global snapshottag .git%{shortcommit0}
|
%global snapshottag .git%{shortcommit0}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: shutter
|
Name: shutter
|
||||||
%if 0%{?usesnapshot}
|
%if 0%{?usesnapshot}
|
||||||
Version: 0.99.6
|
Version: 0.99.7
|
||||||
Release: 0.2%{?snapshottag}%{?dist}
|
Release: 0.2%{?snapshottag}%{?dist}
|
||||||
%else
|
%else
|
||||||
Version: 0.99.5
|
Version: 0.99.6
|
||||||
Release: 2%{?dist}
|
Release: 4%{?dist}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: GTK+3-based screenshot application written in Perl
|
Summary: GTK+3-based screenshot application written in Perl
|
||||||
|
|
@ -140,6 +140,25 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.metai
|
||||||
%{_datadir}/icons/HighContrast/
|
%{_datadir}/icons/HighContrast/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 06 2024 Martin Gansser <martinkg@fedoraproject.org> - 0.99.6-0.2.git66c21b2
|
||||||
- Add RR gdk-pixbuf2-modules-extra fix bug (#2323682)
|
- Add RR gdk-pixbuf2-modules-extra fix bug (#2323682)
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (shutter-66c21b2.tar.gz) = 17c248e59cffe25a4a50bf394008d3f3cba0f3d95d2e0243b7c5778eee1e5903c25f34b0f50679bd538fc2d7ba8593760e2a12dab39e1626d8899e1d72e90942
|
SHA512 (shutter-21d0da3.tar.gz) = 8431eea3b2316078baa7cd0423dba54575aa65b12e6aa946b3dfbbca61ddc230382d3d1ae14ff81aa8ae7895c405f0297bfd03617f6099e6328d6b6eeb9ace76
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue