rpms/botan/F-10 botan.spec,1.2,1.3 import.log,1.2,1.3

Thomas Moschny thm at fedoraproject.org
Mon Mar 16 09:32:24 UTC 2009


Author: thm

Update of /cvs/pkgs/rpms/botan/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3875/F-10

Modified Files:
	botan.spec import.log 
Log Message:
Fix packaging bug: Add missing requires to -devel.


Index: botan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/botan/F-10/botan.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- botan.spec	22 Jan 2009 14:27:53 -0000	1.2
+++ botan.spec	16 Mar 2009 09:31:53 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           botan
 Version:        1.8.1
-Release:        1%{?dist}
+Release:        4%{?dist}
 Summary:        Crypto library written in C++
 
 Group:          System Environment/Libraries
@@ -32,6 +32,11 @@
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
+Requires:       bzip2-devel
+Requires:       zlib-devel
+Requires:       gmp-devel
+Requires:       openssl-devel
+
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -105,6 +110,15 @@
 
 
 %changelog
+* Mon Mar 16 2009 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.1-4
+- Add missing requirements to -devel package.
+
+* Fri Feb 27 2009 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.1-3
+- Rebuilt again after failed attempt in mass rebuild.
+
+* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Wed Jan 21 2009 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.1-1
 - Update to 1.8.1. This is a bugfix release, see
   http://botan.randombit.net/news/releases/1_8_1.html for changes.


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/botan/F-10/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log	22 Jan 2009 14:27:53 -0000	1.2
+++ import.log	16 Mar 2009 09:31:53 -0000	1.3
@@ -1,2 +1,3 @@
 botan-1_8_0-2_fc10:F-10:botan-1.8.0-2.fc10.src.rpm:1232355547
 botan-1_8_1-1_fc10:F-10:botan-1.8.1-1.fc10.src.rpm:1232634423
+botan-1_8_1-4_fc10:F-10:botan-1.8.1-4.fc10.src.rpm:1237195879




More information about the fedora-extras-commits mailing list