From 0be2da35d5ce9fae8c990a8bdfc88310af4b0668 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 31 Dec 2015 13:40:06 +0100 Subject: [PATCH] Fix URL (#1294934) --- libsecret.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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