devel/gpa gpa.spec,1.22,1.23

Michael Schwendt mschwendt at fedoraproject.org
Tue Dec 8 21:29:24 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/devel/gpa
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8820/gpa

Modified Files:
	gpa.spec 
Log Message:
- Explicitly BR libassuan-static in accordance with the Packaging
  Guidelines (libassuan-devel is still static-only).



Index: gpa.spec
===================================================================
RCS file: /cvs/pkgs/devel/gpa/gpa.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- gpa.spec	25 Jul 2009 01:05:12 -0000	1.22
+++ gpa.spec	8 Dec 2009 21:29:24 -0000	1.23
@@ -2,7 +2,7 @@
 Name:	 gpa
 Summary: Graphical user interface for GnuPG
 Version: 0.8.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2+
 Group:   Applications/System
@@ -19,7 +19,7 @@ BuildRequires: gettext
 BuildRequires: gnupg
 BuildRequires: gpgme-devel
 BuildRequires: gtk2-devel
-BuildRequires: libassuan-devel
+BuildRequires: libassuan-static, libassuan-devel
 BuildRequires: zlib-devel
 
 %description
@@ -84,6 +84,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Tue Dec  8 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.8.0-3
+- Explicitly BR libassuan-static in accordance with the Packaging
+  Guidelines (libassuan-devel is still static-only).
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list