From e9f141b5ff1eb2e4e0909b0619afee6398925651eec0034f1638fd7f4a52cf68 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 16 Mar 2015 05:54:19 +0000 Subject: [PATCH] Accepting request 290659 from devel:libraries:c_c++ - Add url to the spec - Revert back to 2.7 OBS-URL: https://build.opensuse.org/request/show/290659 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=18 --- libnettle.changes | 10 ++++++++++ libnettle.spec | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/libnettle.changes b/libnettle.changes index 4dacf47..e249857 100644 --- a/libnettle.changes +++ b/libnettle.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 13 14:10:01 UTC 2015 - tchvatal@suse.com + +- Add url to the spec + +------------------------------------------------------------------- +Thu Mar 5 17:28:07 UTC 2015 - mpluskal@suse.com + +- Revert back to 2.7 + ------------------------------------------------------------------- Tue May 13 13:35:51 UTC 2014 - tchvatal@suse.com diff --git a/libnettle.spec b/libnettle.spec index ee0d3f6..fd91c58 100644 --- a/libnettle.spec +++ b/libnettle.spec @@ -1,7 +1,7 @@ # # spec file for package libnettle # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,7 @@ Release: 0 Summary: Cryptographic Library License: LGPL-2.1+ and GPL-2.0+ Group: System/Libraries +Url: http://www.lysator.liu.se/~nisse/nettle/ Source0: http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz Source1: http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz.sig Source2: %{name}.keyring @@ -101,9 +102,11 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags} rm -f %{buildroot}%{_libdir}/*.a %post -n libnettle%{soname} -p /sbin/ldconfig + %postun -n libnettle%{soname} -p /sbin/ldconfig %post -n libhogweed%{hogweed_soname} -p /sbin/ldconfig + %postun -n libhogweed%{hogweed_soname} -p /sbin/ldconfig %post -n libnettle-devel