From e63fc7ac233f25848c5f785ba11da3237f45a249 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Apr 23 2019 09:10:05 +0000 Subject: Update to 0.9.2 --- diff --git a/.gitignore b/.gitignore index fd8a356..74690ed 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ uriparser-0.7.5.tar.gz /uriparser-0.8.6.tar.bz2 /uriparser-0.9.0.tar.bz2 /uriparser-0.9.1.tar.bz2 +/uriparser-0.9.2.tar.bz2 diff --git a/sources b/sources index da01acd..24087e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uriparser-0.9.1.tar.bz2) = c6a4f3b737d4c53ba14148a5be363d93947c8c32755b369726ccdd6e01e8a2293d2c94d448700fc97bb56092696b67965646ae07c9ef31be253e2279d0bc3821 +SHA512 (uriparser-0.9.2.tar.bz2) = 70050b4456eecadff8926a3a06123d1165600ee58440b551d89169e4a0bc944aef02db2b18885f086b0a8c8b78248c6b9c6705cf00634b877c1dba46176ced3c diff --git a/uriparser.spec b/uriparser.spec index c0ea536..e30a90e 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -1,14 +1,15 @@ %global _hardened_build 1 Name: uriparser -Version: 0.9.1 -Release: 2%{?dist} +Version: 0.9.2 +Release: 1%{?dist} Summary: URI parsing library - RFC 3986 License: BSD URL: https://uriparser.github.io/ Source0: https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 +BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: graphviz @@ -46,13 +47,12 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %build -%configure --disable-static +%cmake %make_build %install %make_install -find %{buildroot} -name '*.la' -delete %check @@ -67,6 +67,7 @@ LD_LIBRARY_PATH=".libs" make check %license COPYING %{_bindir}/uriparse %{_libdir}/lib%{name}.so.1* +%{_libdir}/cmake/%{name}-%{version}/ %files devel %{_includedir}/%{name}/ @@ -79,6 +80,9 @@ LD_LIBRARY_PATH=".libs" make check %changelog +* Tue Apr 23 2019 Sandro Mani - 0.9.2-1 +- Update to 0.9.2 + * Sun Feb 03 2019 Fedora Release Engineering - 0.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild