Accepting request 548493 from home:malcolmlewis:branches:Publishing
Updated to version 1.8.10 and clean up for submission to factory OBS-URL: https://build.opensuse.org/request/show/548493 OBS-URL: https://build.opensuse.org/package/show/Publishing/gscan2pdf?expand=0&rev=5
This commit is contained in:
parent
0ae2cf3f24
commit
1c4cc25a36
3
gscan2pdf-1.8.10.tar.xz
Normal file
3
gscan2pdf-1.8.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c4810f30d866e05a20974cd9adb41b58a81b7bdcbc7f571715b96a3a33cc9859
|
||||||
|
size 406128
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0674d9f1decc84b0abfa7849a66d0d50fc508cef2b901a3806addb017c4e4645
|
|
||||||
size 402532
|
|
@ -1,2 +0,0 @@
|
|||||||
# The perl code is not meant to be used by others
|
|
||||||
addFilter("perl5-naming-policy-not-applied");
|
|
@ -1,3 +1,64 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 5 00:06:11 UTC 2017 - malcolmlewis@opensuse.org
|
||||||
|
|
||||||
|
|
||||||
|
Update to version 1.8.10:
|
||||||
|
* Support for scan options without ranges, e.g. booleans, in
|
||||||
|
tolerance check introduced in version 1.8.9.
|
||||||
|
Changes from version 1.8.9:
|
||||||
|
* Rename preference "Open scan dialog at program start"
|
||||||
|
-> "Open scanner at program start".
|
||||||
|
* Fix killing processes on cancel.
|
||||||
|
* Hide extended page numbering checkbox and source document
|
||||||
|
frame unless scanner is not capable of duplex and ADF is
|
||||||
|
selected. Therefore, for duplex-capable scanners, this is
|
||||||
|
never shown. For duplex-incapable scanners, this is shown if
|
||||||
|
the ADF is selected, but otherwise hidden.
|
||||||
|
* Support for the new API in ImageMagick 7 for unsharp mask.
|
||||||
|
* For single-sided documents, hide rotate facing/reverse/both
|
||||||
|
side dropdown.
|
||||||
|
* Missing documentation for Edit/Properties.
|
||||||
|
* Don't reapply scan settings if value is within tolerance,
|
||||||
|
(sf#287 Reload recursion limit (5050) exceeded).
|
||||||
|
* Fix crash reading corrupt config file, (sf#288).
|
||||||
|
* Translation updates.
|
||||||
|
- Changes from version 1.8.8:
|
||||||
|
* Filter out 1 and 2 digit integers from tool warnings. Show
|
||||||
|
original message, not filtered message, (sf#281 Error
|
||||||
|
processing with Tesserarct: Detected 99 Diacritics).
|
||||||
|
* Add option to profile only after successfully applying it.
|
||||||
|
* Fix default value for unpaper script direction.
|
||||||
|
* Fix race condition updating widgets before they can be created
|
||||||
|
after cycling device handle.
|
||||||
|
* Fix 16-bit PNM parsing.
|
||||||
|
* Fix Perl warning about redundant argument in sprintf.
|
||||||
|
* Translation updates.
|
||||||
|
- Changes from version 1.8.7:
|
||||||
|
* Units to scan and edit paper dialogues.
|
||||||
|
* Unsupported libsane-perl offered as Frontend choice
|
||||||
|
* Fixed support for Poppler (pdftops) as postscript backend.
|
||||||
|
* Reload recursion limit in Edit/Preferences, set reload
|
||||||
|
recursion limit as triangular number of number of scan
|
||||||
|
options, (sf#275 reload recursion limit).
|
||||||
|
* Fixed crash with scanimage frontend due to empty cache.
|
||||||
|
* Ghost save button, rather than hiding save dialogue if all
|
||||||
|
pages removed, (sf#253 Save dialoque does not stay open).
|
||||||
|
* Fixed bug causing profile dropdown to be cleared after setting
|
||||||
|
profile.
|
||||||
|
* Filter out integers from tool warnings, analogous to the hex
|
||||||
|
warnings from unpaper.
|
||||||
|
* Fixed visibility of options in save dialogue (again).
|
||||||
|
* Right mouse click in thumbnail panel makes the page range, for
|
||||||
|
example in save dialogue: default to "selected".
|
||||||
|
* Take filename of PDF to email from default filename settings
|
||||||
|
(and therefore from metadata). If this produces a blank
|
||||||
|
filename, use "document.pdf".
|
||||||
|
* Fixed bug requiring scan dialog to be requested twice after
|
||||||
|
changing frontend.
|
||||||
|
* Translation updates.
|
||||||
|
- Clean up spec file for submission to Factory
|
||||||
|
- Drop rpmlintrc.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 22 17:51:40 UTC 2017 - zaitor@opensuse.org
|
Tue Aug 22 17:51:40 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,14 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gscan2pdf
|
Name: gscan2pdf
|
||||||
Version: 1.8.6
|
Version: 1.8.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Easy scan to PDF
|
Summary: Easy scan to PDF
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
Group: Productivity
|
Group: Productivity/Publishing/PDF
|
||||||
Url: http://sourceforge.net/projects/gscan2pdf/
|
Url: http://sourceforge.net/projects/gscan2pdf/
|
||||||
Source0: https://sourceforge.net/projects/gscan2pdf/files/gscan2pdf/%{version}/gscan2pdf-%{version}.tar.xz
|
Source0: https://sourceforge.net/projects/gscan2pdf/files/gscan2pdf/%{version}/gscan2pdf-%{version}.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Requires: unpaper
|
Requires: unpaper
|
||||||
@ -92,7 +91,12 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING LICENCE
|
%doc COPYING
|
||||||
|
%if %{suse_version} >= 1500
|
||||||
|
%license LICENCE
|
||||||
|
%else
|
||||||
|
%doc LICENCE
|
||||||
|
%endif
|
||||||
%{_bindir}/gscan2pdf
|
%{_bindir}/gscan2pdf
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%dir %{_datadir}/metainfo
|
%dir %{_datadir}/metainfo
|
||||||
|
Loading…
Reference in New Issue
Block a user