Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
3 changed files with 6 additions and 20 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,4 +20,3 @@ shutter-0.86.2.tar.gz
|
|||
/shutter-0.99.5.tar.gz
|
||||
/shutter-66c21b2.tar.gz
|
||||
/shutter-0.99.6.tar.gz
|
||||
/shutter-21d0da3.tar.gz
|
||||
|
|
|
|||
23
shutter.spec
23
shutter.spec
|
|
@ -1,18 +1,18 @@
|
|||
# For git snapshots, set to 0 to use release instead:
|
||||
%global usesnapshot 1
|
||||
%global usesnapshot 0
|
||||
%if 0%{?usesnapshot}
|
||||
%global commit0 21d0da3bd0e0b256cdfec83099fee87fbb62405f
|
||||
%global commit0 66c21b2b4750b2bb354887454a9977296d2d844e
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global snapshottag .git%{shortcommit0}
|
||||
%endif
|
||||
|
||||
Name: shutter
|
||||
%if 0%{?usesnapshot}
|
||||
Version: 0.99.7
|
||||
Release: 0.2%{?snapshottag}%{?dist}
|
||||
Version: 0.99.6
|
||||
Release: 0.3%{?snapshottag}%{?dist}
|
||||
%else
|
||||
Version: 0.99.6
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
%endif
|
||||
|
||||
Summary: GTK+3-based screenshot application written in Perl
|
||||
|
|
@ -140,19 +140,6 @@ 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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (shutter-21d0da3.tar.gz) = 8431eea3b2316078baa7cd0423dba54575aa65b12e6aa946b3dfbbca61ddc230382d3d1ae14ff81aa8ae7895c405f0297bfd03617f6099e6328d6b6eeb9ace76
|
||||
SHA512 (shutter-0.99.6.tar.gz) = 3c75d7cd7f472411eccb7d0e1e4f67412842463923f83d979b57d1e3ebe05b36792d5e5bb54f59dbc22ffedb8e18b569f3fbab5006fb6d31490c4805d4856439
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue