Update to 0.17.13
This commit is contained in:
parent
bc3b661f2b
commit
2c600f1c17
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ libgdata-0.6.4.tar.bz2
|
|||||||
/libgdata-0.17.10.tar.xz
|
/libgdata-0.17.10.tar.xz
|
||||||
/libgdata-0.17.11.tar.xz
|
/libgdata-0.17.11.tar.xz
|
||||||
/libgdata-0.17.12.tar.xz
|
/libgdata-0.17.12.tar.xz
|
||||||
|
/libgdata-0.17.13.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libgdata
|
Name: libgdata
|
||||||
Version: 0.17.12
|
Version: 0.17.13
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for the GData protocol
|
Summary: Library for the GData protocol
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -46,7 +46,9 @@ developing applications that use %{name}.
|
|||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%meson \
|
%meson \
|
||||||
-Dinstalled_tests=false
|
-Dinstalled_tests=false \
|
||||||
|
-Dgtk_doc=true \
|
||||||
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -81,6 +83,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|||||||
%{_datadir}/vala/
|
%{_datadir}/vala/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 03 2020 Kalev Lember <klember@redhat.com> - 0.17.13-1
|
||||||
|
- Update to 0.17.13
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.12-3
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.12-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libgdata-0.17.12.tar.xz) = 22571c9b0cecbaf617fc8fa43a312bba4eaf36267264546f55c9c9067514cc6ae1db755536c7413427ebf6121115512dcab4201549c128fb1a25afe75a3daa2b
|
SHA512 (libgdata-0.17.13.tar.xz) = b074097bd3cc78951638f0d726a948c9ba994c64c85c0cfe713c3d87419a9a96b66688bde88732dfb529325dca2b8251bd161337532bffaf9564f7f5819b9343
|
||||||
|
Loading…
Reference in New Issue
Block a user