Compare commits

..

1 Commits

Author SHA1 Message Date
6e4aa71bb4 import RHEL 10 Beta loupe-45.3-5.el10 2024-11-20 13:23:57 +00:00
5 changed files with 71 additions and 22 deletions

7
.gitignore vendored
View File

@ -1,6 +1 @@
/loupe-45.beta.1.tar.xz
/loupe-45.0.tar.xz
/loupe-45.1.tar.xz
/loupe-45.2.tar.xz
/loupe-45.3.tar.xz
/loupe-46.2.tar.xz
loupe-45.3.tar.xz

View File

@ -1,3 +0,0 @@
# loupe
The loupe package

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1,3 +1,13 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.1)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 5;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
%bcond_without check
%if 0%{?rhel}
@ -9,7 +19,7 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: loupe
Version: 46.2
Version: 45.3
Release: %autorelease
Summary: Image viewer
@ -29,7 +39,7 @@ Summary: Image viewer
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND GPL-3.0-or-later AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND (MPL-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
# LICENSE.dependencies contains a full license breakdown
URL: https://gitlab.gnome.org/GNOME/loupe
Source0: https://download.gnome.org/sources/loupe/46/loupe-%{tarball_version}.tar.xz
Source0: https://download.gnome.org/sources/loupe/45/loupe-%{tarball_version}.tar.xz
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
@ -46,7 +56,6 @@ BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(gweather4)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(libseccomp)
%endif
BuildRequires: /usr/bin/appstream-util
BuildRequires: /usr/bin/desktop-file-validate
@ -86,7 +95,7 @@ sed -i -e '/Cargo.lock/d' meson.build
%if ! 0%{?bundled_rust_deps}
%generate_buildrequires
%cargo_generate_buildrequires -f x11
%cargo_generate_buildrequires
%endif
@ -126,11 +135,65 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Loupe.de
%{_bindir}/loupe
%{_datadir}/applications/org.gnome.Loupe.desktop
%{_datadir}/dbus-1/services/org.gnome.Loupe.service
%{_datadir}/glib-2.0/schemas/org.gnome.Loupe.gschema.xml
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Loupe*.svg
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Loupe-symbolic.svg
%{_metainfodir}/org.gnome.Loupe.metainfo.xml
%changelog
%autochangelog
## START: Generated by rpmautospec
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 45.3-5
- Bump release for June 2024 mass rebuild
* Thu Feb 01 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 45.3-4
- Update Rust macro usage
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Dec 15 2023 Kalev Lember <klember@redhat.com> - 45.3-1
- Update to 45.3
* Wed Nov 29 2023 Kalev Lember <klember@redhat.com> - 45.2-1
- Update to 45.2
* Wed Nov 15 2023 Kalev Lember <klember@redhat.com> - 45.1-2
- Update license tag for dependencies
* Wed Nov 15 2023 Kalev Lember <klember@redhat.com> - 45.1-1
- Update to 45.1
* Tue Nov 14 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 45.0-4
- Fix RHEL build
* Thu Sep 28 2023 Kalev Lember <klember@redhat.com> - 45.0-3
- Backport upstream MR #302 to fix printing
* Wed Sep 27 2023 Kalev Lember <klember@redhat.com> - 45.0-2
- Backport upstream MR #299 to enable sandboxing
* Tue Sep 19 2023 Kalev Lember <klember@redhat.com> - 45.0-1
- Update to 45.0
* Thu Sep 07 2023 Kalev Lember <klember@redhat.com> - 45~beta.1-6
- ExcludeArch i686 for
https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
* Thu Sep 07 2023 Kalev Lember <klember@redhat.com> - 45~beta.1-5
- Use bundled rust deps on RHEL
* Mon Aug 21 2023 Kalev Lember <klember@redhat.com> - 45~beta.1-4
- Buildrequire cargo-rpm-macros instead of rust-packaging
* Mon Aug 21 2023 Kalev Lember <klember@redhat.com> - 45~beta.1-3
- Add check bcond to ensure cargo_buildrequires does the right thing
* Mon Aug 21 2023 Kalev Lember <klember@redhat.com> - 45~beta.1-2
- Require dbus and hicolor-icon-theme for directory ownership
* Mon Aug 21 2023 Kalev Lember <klember@redhat.com> - 45~beta.1-1
- Initial Fedora packaging (rhbz#2233324)
## END: Generated by rpmautospec

View File

@ -1 +1 @@
SHA512 (loupe-46.2.tar.xz) = b857fcb22ba610b754cc8386a8604ef9edfb35495c1e3c2b4063c290ba61d9f3d1d8ee5535ea706b76830bd3b8ceb6e9cf58babb890e0cfab486d332b8eb4457
SHA512 (loupe-45.3.tar.xz) = 43e577cf2c72614f25b55666fdf1dc0b060107362f7ec1e0eb6264c8611872b022ffd57f0144e6e16a35d820ca80e8a1db79d7d33b37146777855cebc7680eaf