This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via b24088d312b943f082c450227d7231a66d8dc559 (commit) via c0622cfcddb43603be1f46463650f7091c0ebd8c (commit) from 79300a9f4a8645369f32c163c4d4e914d72f5346 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b24088d312b943f082c450227d7231a66d8dc559 Merge: 79300a9 c0622cf Author: Michael Tremer Date: Fri Feb 17 21:38:14 2012 +0100 Merge remote-tracking branch 'stevee/nss-reworked' commit c0622cfcddb43603be1f46463650f7091c0ebd8c Author: Stefan Schantl Date: Fri Feb 17 21:33:13 2012 +0100 nss: Fix requires in nss.pc.in. References #10010. ----------------------------------------------------------------------- Summary of changes: nss/nss.nm | 2 +- nss/nss.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Difference in files: diff --git a/nss/nss.nm b/nss/nss.nm index b12c34d..7874035 100644 --- a/nss/nss.nm +++ b/nss/nss.nm @@ -5,7 +5,7 @@ name = nss version = 3.13.1 -release = 1 +release = 2 groups = System/Libraries url = http://www.mozilla.org/projects/security/pki/nss/ diff --git a/nss/nss.pc.in b/nss/nss.pc.in index d23d15a..dddf868 100644 --- a/nss/nss.pc.in +++ b/nss/nss.pc.in @@ -6,6 +6,6 @@ includedir=%includedir% Name: NSS Description: Network Security Services Version: %NSS_VERSION% -Requires: nspr >= %NSPR_VERSION%, nss-util >= %NSSUTIL_VERSION% +Requires: nspr >= %NSPR_VERSION% Libs: -lssl3 -lsmime3 -lnss3 Cflags: -I${includedir} hooks/post-receive -- IPFire 3.x development tree