diff --git a/libverto.spec b/libverto.spec index 46592f3..671511b 100644 --- a/libverto.spec +++ b/libverto.spec @@ -1,11 +1,13 @@ +%global homepage https://github.com/latchset/libverto + Name: libverto Version: 0.2.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Main loop abstraction library License: MIT -URL: https://fedorahosted.org/libverto/ -Source0: http://fedorahosted.org/releases/l/i/%{name}/%{name}-%{version}.tar.gz +URL: %{homepage} +Source0: %{homepage}/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: glib2-devel BuildRequires: libevent-devel @@ -117,7 +119,7 @@ and signal. %endif %prep -%setup -q +%autosetup -S git %build %configure --disable-static @@ -192,6 +194,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %endif %changelog +* Tue Aug 01 2017 Robbie Harwood - 0.2.6-9 +- Update upstream URLs (no functional changes) +- Move to autosetup + * Wed Jul 26 2017 Fedora Release Engineering - 0.2.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild