0.6.24 (#2026626)
This commit is contained in:
parent
dc98110bcc
commit
ad5abeacd3
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ libexif-docs.tar.gz
|
|||||||
/libexif-libexif-0_6_22-release.tar.gz
|
/libexif-libexif-0_6_22-release.tar.gz
|
||||||
/libexif-0_6_22-release.tar.gz
|
/libexif-0_6_22-release.tar.gz
|
||||||
/libexif-0_6_23-release.tar.gz
|
/libexif-0_6_23-release.tar.gz
|
||||||
|
/libexif-0.6.24.tar.bz2
|
||||||
|
10
libexif.spec
10
libexif.spec
@ -1,19 +1,18 @@
|
|||||||
Summary: Library for extracting extra information from image files
|
Summary: Library for extracting extra information from image files
|
||||||
Name: libexif
|
Name: libexif
|
||||||
Version: 0.6.23
|
Version: 0.6.24
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://libexif.github.io/
|
URL: https://libexif.github.io/
|
||||||
%global tarball_version %(echo %{version} | sed -e 's|\\.|_|g')
|
Source0: https://github.com/libexif/libexif/releases/download/v%{version}/libexif-%{version}.tar.bz2
|
||||||
Source0: https://github.com/libexif/libexif/archive/libexif-%{tarball_version}-release.tar.gz
|
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Most digital cameras produce EXIF files, which are JPEG files with
|
Most digital cameras produce EXIF files, which are JPEG files with
|
||||||
@ -80,6 +79,9 @@ iconv -f latin1 -t utf-8 < README > README.utf8; cp README.utf8 README
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 30 2021 Yaakov Selkowitz <yselkowi@redhat.com> - 0.6.24-1
|
||||||
|
- 0.6.24 (#2026626)
|
||||||
|
|
||||||
* Wed Sep 15 2021 Rex Dieter <rdieter@fedoraproject.org> - 0.6.23-1
|
* Wed Sep 15 2021 Rex Dieter <rdieter@fedoraproject.org> - 0.6.23-1
|
||||||
- 0.6.23 (#2003457)
|
- 0.6.23 (#2003457)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libexif-0_6_23-release.tar.gz) = 9fa2e124d6a5787fd1c6101be9c345e699bc074026f7c0e1d0c8dc202b922e749a76d7a9d4dd7afe880a7e2ff8ac029590b9957743962dbc0e17320c21afd22d
|
SHA512 (libexif-0.6.24.tar.bz2) = 35c9e7af2c3d44a638dc6bbe8f96962d41c0f3fe4a257494f7a73baefab9aba507477175289ccf9002a66cc16ca53d5d1f44d6fef9e014b27f687ecdc58f5111
|
||||||
|
Loading…
Reference in New Issue
Block a user