0.20.0 final
This commit is contained in:
parent
3500628560
commit
efb299620b
1
.gitignore
vendored
1
.gitignore
vendored
@ -78,3 +78,4 @@ LibRaw-0.9.1.tar.gz
|
||||
/LibRaw-0.19.5.tar.gz
|
||||
/0.20-Beta1.tar.gz
|
||||
/0.20-RC1.tar.gz
|
||||
/0.20.0.tar.gz
|
||||
|
11
LibRaw.spec
11
LibRaw.spec
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||
Name: LibRaw
|
||||
Version: 0.20
|
||||
Release: 0.rc1%{?dist}.3
|
||||
Version: 0.20.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD and (CDDL or LGPLv2)
|
||||
URL: http://www.libraw.org
|
||||
|
||||
@ -18,7 +18,7 @@ BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
#Source0: http://www.libraw.org/data/%{name}-%{version}.tar.gz
|
||||
Source0: http://github.com/LibRaw/LibRaw/archive/%{version}-RC1.tar.gz
|
||||
Source0: http://github.com/LibRaw/LibRaw/archive/%{version}.tar.gz
|
||||
Patch0: LibRaw-pkgconfig.patch
|
||||
Provides: bundled(dcraw) = 9.25
|
||||
|
||||
@ -54,7 +54,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
LibRaw sample programs
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}-RC1
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
autoreconf -if
|
||||
@ -116,6 +116,9 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 23 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.20.0-1
|
||||
- 0.20.0 final.
|
||||
|
||||
* Thu Jul 02 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.20-0.rc1.3
|
||||
- RC1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (0.20-RC1.tar.gz) = 99504b3da9952ceba6348bc3c1cba4d28fbc658af483099185422dd5446d500d231aeae24616d20b2d93f742ad5886fe50e5ed3048bb6051b59a949b4fb02114
|
||||
SHA512 (0.20.0.tar.gz) = a48b7fce409c921d7e1b3a95614ec9ad7a0fcac5ee5c3bc86b7ddbf3032386f92c60b0bf31247d6a1b20f4fb6103504c59e3d6086de2c43a549bd009de753a5d
|
||||
|
Loading…
Reference in New Issue
Block a user