1.0.30
This commit is contained in:
parent
4df12bc57e
commit
d4870bf82c
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ sane-backends-1.0.21.tar.gz
|
|||||||
/sane-backends-1.0.27.tar.gz
|
/sane-backends-1.0.27.tar.gz
|
||||||
/sane-backends-1.0.28.tar.gz
|
/sane-backends-1.0.28.tar.gz
|
||||||
/sane-backends-1.0.29.tar.gz
|
/sane-backends-1.0.29.tar.gz
|
||||||
|
/sane-backends-1.0.30.tar.gz
|
||||||
|
@ -13,17 +13,14 @@
|
|||||||
|
|
||||||
Summary: Scanner access software
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.29
|
Version: 1.0.30
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
||||||
# Tools are GPLv2+, docs are public domain
|
# Tools are GPLv2+, docs are public domain
|
||||||
# see LICENSE for details
|
# see LICENSE for details
|
||||||
License: GPLv2+ and GPLv2+ with exceptions and Public Domain and IJG and LGPLv2+ and MIT
|
License: GPLv2+ and GPLv2+ with exceptions and Public Domain and IJG and LGPLv2+ and MIT
|
||||||
# GitLab Download URLs are amazing.
|
# GitLab Download URLs are amazing. But the source code link has different name and doesnt have generated autotools stuff
|
||||||
Source0: https://gitlab.com/sane-project/backends/uploads/54f858b20a364fc35d820df935a86478/%{name}-%{version}.tar.gz
|
Source0: https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0/%%{name}-%%{version}.tar.gz
|
||||||
|
|
||||||
# make it work with next upstream release
|
|
||||||
#Source0: https://gitlab.com/sane-project/backends/-/archive/%{version}/backends-%{version}.tar.gz
|
|
||||||
|
|
||||||
Source1: sane.png
|
Source1: sane.png
|
||||||
Source2: saned.socket
|
Source2: saned.socket
|
||||||
@ -296,7 +293,7 @@ exit 0
|
|||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%{_libdir}/libsane.so.1
|
%{_libdir}/libsane.so.1
|
||||||
%{_libdir}/libsane.so.1.0.29
|
%{_libdir}/libsane.so.1.0.30
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/sane-config
|
%{_bindir}/sane-config
|
||||||
@ -407,14 +404,14 @@ exit 0
|
|||||||
%{_libdir}/sane/libsane-v4l.so
|
%{_libdir}/sane/libsane-v4l.so
|
||||||
%{_libdir}/sane/libsane-xerox_mfp.so
|
%{_libdir}/sane/libsane-xerox_mfp.so
|
||||||
%{_libdir}/sane/*.so.1
|
%{_libdir}/sane/*.so.1
|
||||||
%{_libdir}/sane/*.so.1.0.29
|
%{_libdir}/sane/*.so.1.0.30
|
||||||
|
|
||||||
%exclude %{_libdir}/sane/*gphoto2.so*
|
%exclude %{_libdir}/sane/*gphoto2.so*
|
||||||
|
|
||||||
%files drivers-cameras
|
%files drivers-cameras
|
||||||
%{_libdir}/sane/libsane-gphoto2.so
|
%{_libdir}/sane/libsane-gphoto2.so
|
||||||
%{_libdir}/sane/libsane-gphoto2.so.1
|
%{_libdir}/sane/libsane-gphoto2.so.1
|
||||||
%{_libdir}/sane/libsane-gphoto2.so.1.0.29
|
%{_libdir}/sane/libsane-gphoto2.so.1.0.30
|
||||||
|
|
||||||
%files daemon
|
%files daemon
|
||||||
%{_sbindir}/saned
|
%{_sbindir}/saned
|
||||||
@ -424,6 +421,9 @@ exit 0
|
|||||||
%{_unitdir}/saned@.service
|
%{_unitdir}/saned@.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 19 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.30-1
|
||||||
|
- 1.0.30
|
||||||
|
|
||||||
* Mon May 11 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-8
|
* Mon May 11 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-8
|
||||||
- 1778425 - scanimage segfaults for brother scan drivers due missing deprecated libnsl
|
- 1778425 - scanimage segfaults for brother scan drivers due missing deprecated libnsl
|
||||||
- spec file fixes - add link to upstream issue, correct source url
|
- spec file fixes - add link to upstream issue, correct source url
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sane-backends-1.0.29.tar.gz) = 9ee431b0c048119719e15905f8743c7a0fd8bc6fcee81d75df8459a989cab7e39bf045518976713a7e1d94c816dd1a1e0fa190612d815c0ddb6a51d2abf3fd54
|
SHA512 (sane-backends-1.0.30.tar.gz) = e9f4ab1f21d5ab0e09b101389c325947824945af968f08b307485f79d4dc4c134b8a1979fb0cf0cfa72435abffe70d0060748a2c2ec46514eb15a0442ee181a5
|
||||||
|
Loading…
Reference in New Issue
Block a user