Update to 0.11.0
This commit is contained in:
parent
a10c8ac265
commit
0f007dd573
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ libgexiv2-0.1.90.tar.gz
|
||||
/gexiv2-0.10.8.tar.xz
|
||||
/gexiv2-0.10.9.tar.xz
|
||||
/gexiv2-0.10.10.tar.xz
|
||||
/gexiv2-0.11.0.tar.xz
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: libgexiv2
|
||||
Version: 0.10.10
|
||||
Version: 0.11.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/gexiv2
|
||||
Source0: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gexiv2/0.11/gexiv2-%{version}.tar.xz
|
||||
|
||||
BuildRequires: exiv2-devel
|
||||
BuildRequires: gcc-c++
|
||||
@ -60,7 +60,7 @@ This package contains the python3 bindings for %{name}
|
||||
%setup -q -n gexiv2-%{version}
|
||||
|
||||
%build
|
||||
%meson -Denable-gtk-doc=true
|
||||
%meson -Dgtk_doc=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -102,6 +102,9 @@ This package contains the python3 bindings for %{name}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jan 08 2019 Kalev Lember <klember@redhat.com> - 0.11.0-1
|
||||
- Update to 0.11.0
|
||||
|
||||
* Tue Jan 01 2019 Kalev Lember <klember@redhat.com> - 0.10.10-1
|
||||
- Update to 0.10.10
|
||||
- Co-own gir directories
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gexiv2-0.10.10.tar.xz) = 41e5b4a9d81882ea4b1bc6f3b9ced95ca4d03f836de30ff90b7a43311e5319f7c0f46cbad767bf2b00926c8e5fd2c1e8ca2a2113c308e23b7a4c21205399abf7
|
||||
SHA512 (gexiv2-0.11.0.tar.xz) = fa07af9feca7917f53ebd8d1a277565796dd4a849f9f914e07391224450bc9769c9ce2adb271d1ca6cdadc8a41d60a03e0c244b7396f936ff9398c44c53b6bc1
|
||||
|
Loading…
Reference in New Issue
Block a user