Update to 42.0 (#2065820)

f38
David King 3 years ago
parent b1d6d04950
commit 908992a6de

1
.gitignore vendored

@ -125,3 +125,4 @@ simple-scan-2.31.5.tar.bz2
/simple-scan-40.5.tar.xz
/simple-scan-40.6.tar.xz
/simple-scan-40.7.tar.xz
/simple-scan-42.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,13 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: simple-scan
Version: 40.7
Release: 2%{?dist}
Version: 42.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
URL: https://gitlab.gnome.org/GNOME/simple-scan
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
BuildRequires: meson
BuildRequires: sane-backends-devel
@ -59,6 +57,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml
%changelog
* 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

@ -1 +1 @@
SHA512 (simple-scan-40.7.tar.xz) = 36dc321e83bdf02fb9267d299abeee7f56bb6ee786e09811ba1244a2cee2c3baa0c5bbf3a4d6a6eadfc093d0e792b3511855c7e32caa2f6864face620fa4e7f6
SHA512 (simple-scan-42.0.tar.xz) = 0ccbe82a85fa802f53899df6109be93d58adc5028e6d904da7fc91e25cfd225fff757a7b65380abd7d3e7dfd35feab586bcf5b7504cc46d42822d3b2179bdec0

Loading…
Cancel
Save