Accepting request 579220 from home:malcolmlewis:branches:Publishing
Updated to version 1.8.11 OBS-URL: https://build.opensuse.org/request/show/579220 OBS-URL: https://build.opensuse.org/package/show/Publishing/gscan2pdf?expand=0&rev=6
This commit is contained in:
parent
1c4cc25a36
commit
68abc8406e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4810f30d866e05a20974cd9adb41b58a81b7bdcbc7f571715b96a3a33cc9859
|
||||
size 406128
|
3
gscan2pdf-1.8.11.tar.xz
Normal file
3
gscan2pdf-1.8.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4a167ebe36390422472f91a4580f262a543e48f303ff930331a2e7e56491ab7
|
||||
size 409212
|
16
gscan2pdf-1.8.11.tar.xz.asc
Normal file
16
gscan2pdf-1.8.11.tar.xz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCAAdFiEERjKT5K4zhxhG8wInsyHyAxEPyvMFAlprkAEACgkQsyHyAxEP
|
||||
yvOmoRAAgcz24ycEKneDVmNLS4vHA8zVNzM3XVrVl8uoCsl9xS5jPzlEljREtazp
|
||||
HbY8y633e+i5yDhIoB0ipwTgIjFD41+0IvA0KUIZAtxtrryPWLpDaTojUyfAO010
|
||||
H87Oh/g6CnXpK9zx1TEroDoO8FFRhtB5tAPPKjcBjovpBBfyUvOVqRhsWeW6O9eC
|
||||
2TbaAABfXIaxi53CT8qH2tcqOGWaYteYhn/BC2E6lyLLNMADMMXGDp6QjqbmJOjC
|
||||
77d61ox1SVKP4GHi/AUyDpD1AktnG/6smc3QNFAPvLL/cpPRFyGqNiYb3NTf7B0a
|
||||
KH9Hm96bInSx96hjkZIDLeSbMFXEbQZ6i6BlhW0J9DW8uolRrR12Su6bp7tnHAVf
|
||||
eal5iAT0+amQdp+K2peSTqmB38h0fwg0m5Njv6OynTdOFFyE/7a52WEQvGw6DAiM
|
||||
NESMp8J7tF8La85CQT6gtV7HmpsBakm7h+QCwdq+/Tb5colCYE2Cfp9mM9Mj/oDd
|
||||
7zaV/VRenBK8zwk0z1r3gEsvbV62ra0eVk+5PbBx9mXJF7lzugPEIcikDgHUlxxY
|
||||
ckjSKH7vTME+KFx5LzqyA3sHYhuco/kTrjIKesxlSLyhQgu7/YhsCzFtFPScY3ES
|
||||
PzYHheJqPeVzbDCi8b66HPWW1Qli2C5VrQ/sValSbMs6HZe8BK8=
|
||||
=jkki
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 23:13:30 UTC 2018 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update to version 1.8.11:
|
||||
*Preference "Force new scan job between pages".
|
||||
* Support applying profiles resulting in multiple reloads, to
|
||||
prevent profile dropdown from being cleared after setting
|
||||
profile.
|
||||
* Fix scan profile stays blank, (sf#276).
|
||||
* Translation updates.
|
||||
- Add additional requires for perl(Exception::Class).
|
||||
- Add source asc file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 00:06:11 UTC 2017 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gscan2pdf
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,19 +17,21 @@
|
||||
|
||||
|
||||
Name: gscan2pdf
|
||||
Version: 1.8.10
|
||||
Version: 1.8.11
|
||||
Release: 0
|
||||
Summary: Easy scan to PDF
|
||||
License: GPL-3.0
|
||||
Group: Productivity/Publishing/PDF
|
||||
Url: http://sourceforge.net/projects/gscan2pdf/
|
||||
Source0: https://sourceforge.net/projects/gscan2pdf/files/gscan2pdf/%{version}/gscan2pdf-%{version}.tar.xz
|
||||
Source1: https://sourceforge.net/projects/gscan2pdf/files/gscan2pdf/%{version}/gscan2pdf-%{version}.tar.xz.asc
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: unpaper
|
||||
Requires: perl(Config::General)
|
||||
Requires: perl(Data::UUID)
|
||||
Requires: perl(Date::Calc)
|
||||
Requires: perl(Exception::Class)
|
||||
Requires: perl(Filesys::Df)
|
||||
Requires: perl(Glib)
|
||||
Requires: perl(Goo::Canvas)
|
||||
@ -83,12 +85,6 @@ make %{?_smp_mflags}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user