diff --git a/libsecret.spec b/libsecret.spec index 18b548a..fc6b797 100644 --- a/libsecret.spec +++ b/libsecret.spec @@ -7,11 +7,11 @@ Name: libsecret Version: 0.18.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for storing and retrieving passwords and other secrets License: LGPLv2+ -URL: https://live.gnome.org/Libsecret +URL: https://wiki.gnome.org/Projects/Libsecret Source0: http://download.gnome.org/sources/libsecret/%{release_version}/libsecret-%{version}.tar.xz BuildRequires: glib2-devel @@ -91,6 +91,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Thu Dec 31 2015 Debarshi Ray - 0.18.3-2 +- Fix URL (#1294934) + * Tue Sep 15 2015 Kalev Lember - 0.18.3-1 - Update to 0.18.3 - Use make_install macro