Merge and update

i9cf changed/i9/simple-scan-44.0-1.el9
MSVSphere Packaging Team 1 year ago
commit 234a83d243

2
.gitignore vendored

@ -1 +1 @@
SOURCES/simple-scan-40.7.tar.xz
SOURCES/simple-scan-44.0.tar.xz

@ -1 +1 @@
0d3bdb0a44101311c734dc06f92381f6efb63836 SOURCES/simple-scan-40.7.tar.xz
74e4ffc5d40f3406fab24ddad3d71020d4e24975 SOURCES/simple-scan-44.0.tar.xz

@ -1,25 +0,0 @@
From c50802b213c325cfa957d66955f6de96908710d9 Mon Sep 17 00:00:00 2001
From: Rico Tzschichholz <ricotz@ubuntu.com>
Date: Sat, 6 Nov 2021 19:46:07 +0100
Subject: [PATCH] Fix accessibility conflict of constant and its value
---
src/simple-scan.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/simple-scan.vala b/src/simple-scan.vala
index c15a5418..71f32de9 100644
--- a/src/simple-scan.vala
+++ b/src/simple-scan.vala
@@ -14,7 +14,7 @@ public class SimpleScan : Gtk.Application
static bool show_version;
static bool debug_enabled;
static string? fix_pdf_filename = null;
- public const OptionEntry[] options =
+ const OptionEntry[] options =
{
{ "version", 'v', 0, OptionArg.NONE, ref show_version,
/* Help string for command line --version flag */
--
GitLab

@ -1,15 +1,14 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: simple-scan
Version: 40.7
Version: 44.0
Release: 1%{?dist}
Summary: Simple scanning utility
License: GPLv3+
URL: https://launchpad.net/%{name}
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
# https://bugzilla.redhat.com/show_bug.cgi?id=2047014
Patch0: simple-scan-40.7-vala-accessibility.patch
# Sources are under GPLv3+, icon and help are under CC-BY-SA.
License: GPL-3.0-or-later AND CC-BY-SA
URL: https://gitlab.gnome.org/GNOME/simple-scan
Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{tarball_version}.tar.xz
BuildRequires: meson
BuildRequires: sane-backends-devel
@ -23,7 +22,9 @@ BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(libhandy-1)
BuildRequires: pkgconfig(libwebpmux)
%if ! 0%{?flatpak}
BuildRequires: pkgconfig(packagekit-glib2)
%endif
BuildRequires: pkgconfig(zlib)
Requires: xdg-utils
@ -54,14 +55,35 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_bindir}/%{name}
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.SimpleScan.svg
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.SimpleScan-symbolic.svg
%{_datadir}/metainfo/%{name}.appdata.xml
%{_metainfodir}/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml
%changelog
* Wed Aug 30 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 40.7-1
* Wed Aug 30 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 44.0-1
- Rebuilt for MSVSphere 9.2
* Sun Mar 19 2023 David King <amigadave@amigadave.com> - 44.0-1
- Update to 44.0 (#2179677)
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 42.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Sep 21 2022 Kalev Lember <klember@redhat.com> - 42.5-1
- Update to 42.5
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Apr 19 2022 David King <amigadave@amigadave.com> - 42.1-1
- Update to 42.1 (#2076463)
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 42.0-1
- Update to 42.0 (#2065820)
* Thu Jan 27 2022 David King <amigadave@amigadave.com> - 40.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Dec 23 2021 David King <amigadave@amigadave.com> - 40.7-1
- Update to 40.7 (#2035251)

Loading…
Cancel
Save