Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6d8d850a76 | |||
| 428a3e2598 | |||
| c063ace37f | |||
| a3e781dc72 | |||
| 4993edfca4 | |||
| 0380f95bc4 | |||
| 5ef37c9b93 | |||
| 3a40a05d49 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/simple-scan.git</param>
|
||||
<param name="revision">46.0</param>
|
||||
<param name="revision">49.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c8ab66afe27a33246f98370e6054f2f2c993194a2eeefafbf25afd4a6fb94b0
|
||||
size 5883405
|
||||
3
simple-scan-49.1.obscpio
Normal file
3
simple-scan-49.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8008654b0a850c4b72de52c5f5726e87cd00ffba445df0c2e01b30acd03d283
|
||||
size 6157325
|
||||
@@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 06:15:27 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.1:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 3 06:19:41 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.0.1:
|
||||
+ Fix CI.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 5 06:19:33 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.0:
|
||||
+ Fix horizontal scrollbar
|
||||
+ Continue batch flatbed scans when SANE returns NO_DOCS after
|
||||
first page
|
||||
+ Change component type to "desktop-application"
|
||||
+ Rename appdata to metainfo
|
||||
+ Run postprocessing after save and display errors separately
|
||||
+ Move postprocessing to its own function
|
||||
+ Fixed matching saved scanner after finishing scanners discovery
|
||||
+ Add numerical measure for brightness and contrast
|
||||
+ Updated translations
|
||||
- Enable tests suite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 13:33:05 UTC 2025 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
- Update to version 48.1:
|
||||
+ Always tag JPEG-compressed PDF output as 8-bit RGB.
|
||||
+ Use "view-more-symbolic" for the "Scan Options" button icon.
|
||||
+ Add a test if the post-processing script path is empty
|
||||
(boo#1244036).
|
||||
+ Fix the docker image name of the Arch Linux Distribution.
|
||||
+ Update Ubuntu documentation.
|
||||
+ metainfo: Fix wrong developer id.
|
||||
+ Correct issue tracker URL.
|
||||
+ Update minimum Meson version to 0.46.
|
||||
+ Use RDNN app ID.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 07:44:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: simple-scan
|
||||
version: 46.0
|
||||
mtime: 1710787197
|
||||
commit: a42cc7bfba3766ddeaf8080ae7956951068a699d
|
||||
version: 49.1
|
||||
mtime: 1760650094
|
||||
commit: a0ce5245a47b3dde912485a3fa61a0d60ee604ed
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package simple-scan
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: simple-scan
|
||||
Version: 46.0
|
||||
Version: 49.1
|
||||
Release: 0
|
||||
Summary: Simple Scanning Utility
|
||||
License: GPL-3.0-or-later
|
||||
@@ -69,15 +69,18 @@ interface is well tested.
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/applications/org.gnome.SimpleScan.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
%{_datadir}/metainfo/org.gnome.SimpleScan.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.SimpleScan.metainfo.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/*.svg
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
Reference in New Issue
Block a user