rpms/beecrypt/devel beecrypt-4.2.1-no-c++.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 beecrypt.spec, 1.44, 1.45 sources, 1.9, 1.10 beecrypt-4.1.2-base64.patch, 1.3, NONE beecrypt-4.1.2-no-c++.patch, 1.3, NONE beecrypt-4.1.2-python-api.patch, 1.3, NONE beecrypt-4.1.2-sparc64.patch, 1.4, NONE beecrypt-4.1.2-with-debug.patch, 1.3, NONE

Robert Scheck robert at fedoraproject.org
Sun Mar 28 20:18:05 UTC 2010


Author: robert

Update of /cvs/pkgs/rpms/beecrypt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12367/devel

Modified Files:
	.cvsignore beecrypt.spec sources 
Added Files:
	beecrypt-4.2.1-no-c++.patch 
Removed Files:
	beecrypt-4.1.2-base64.patch beecrypt-4.1.2-no-c++.patch 
	beecrypt-4.1.2-python-api.patch beecrypt-4.1.2-sparc64.patch 
	beecrypt-4.1.2-with-debug.patch 
Log Message:
Upgrade to 4.2.1


beecrypt-4.2.1-no-c++.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE beecrypt-4.2.1-no-c++.patch ---
Patch by Robert Scheck <robert at fedoraproject.org> for beecrypt >= 4.2.1 to avoid linking
against libstdc++. This patch is based on an old by Florian La Roche <laroche at redhat.com>
and Panu Matilainen <pmatilai at redhat.com>. For further information see Red Hat Bugzilla
for bug ID #165080.

--- beecrypt-4.2.1/Makefile.am				2009-07-08 20:56:18.000000000 +0200
+++ beecrypt-4.2.1/Makefile.am.no-c++			2010-03-28 20:55:51.000000000 +0200
@@ -62,7 +62,7 @@
 
 lib_LTLIBRARIES = libbeecrypt.la
 
-libbeecrypt_la_SOURCES = aes.c base64.c beecrypt.c blockmode.c blockpad.c blowfish.c dhies.c dldp.c dlkp.c dlpk.c dlsvdp-dh.c dsa.c elgamal.c endianness.c entropy.c fips186.c hmac.c hmacmd5.c hmacsha1.c hmacsha224.c hmacsha256.c md4.c md5.c hmacsha384.c hmacsha512.c memchunk.c mp.c mpbarrett.c mpnumber.c mpprime.c mtprng.c pkcs1.c pkcs12.c ripemd128.c ripemd160.c ripemd256.c ripemd320.c rsa.c rsakp.c rsapk.c sha1.c sha224.c sha256.c sha384.c sha512.c sha2k32.c sha2k64.c timestamp.c cppglue.cxx
+libbeecrypt_la_SOURCES = aes.c base64.c beecrypt.c blockmode.c blockpad.c blowfish.c dhies.c dldp.c dlkp.c dlpk.c dlsvdp-dh.c dsa.c elgamal.c endianness.c entropy.c fips186.c hmac.c hmacmd5.c hmacsha1.c hmacsha224.c hmacsha256.c md4.c md5.c hmacsha384.c hmacsha512.c memchunk.c mp.c mpbarrett.c mpnumber.c mpprime.c mtprng.c pkcs1.c pkcs12.c ripemd128.c ripemd160.c ripemd256.c ripemd320.c rsa.c rsakp.c rsapk.c sha1.c sha224.c sha256.c sha384.c sha512.c sha2k32.c sha2k64.c timestamp.c # cppglue.cxx
 libbeecrypt_la_DEPENDENCIES = $(BEECRYPT_OBJECTS)
 libbeecrypt_la_LIBADD = blowfishopt.lo mpopt.lo sha1opt.lo $(OPENMP_LIBS)
 libbeecrypt_la_LDFLAGS = -no-undefined -version-info $(LIBBEECRYPT_LT_CURRENT):$(LIBBEECRYPT_LT_REVISION):$(LIBBEECRYPT_LT_AGE)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/beecrypt/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	20 May 2008 17:39:50 -0000	1.9
+++ .cvsignore	28 Mar 2010 20:18:04 -0000	1.10
@@ -1,2 +1 @@
-beecrypt-4.1.2.tar.gz
-beecrypt-4.1.2.tar.gz.sig
+beecrypt-4.2.1.tar.gz


Index: beecrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/beecrypt/devel/beecrypt.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- beecrypt.spec	24 Jul 2009 17:56:29 -0000	1.44
+++ beecrypt.spec	28 Mar 2010 20:18:05 -0000	1.45
@@ -2,19 +2,14 @@
 
 Summary:	An open source cryptography library
 Name:		beecrypt
-Version:	4.1.2
-Release:	20%{?dist}
+Version:	4.2.1
+Release:	1%{?dist}
 License:	LGPLv2+
 Group:		System Environment/Libraries
 URL:		http://beecrypt.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
-Source1:	http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz.sig
-Patch0:		beecrypt-4.1.2-base64.patch
-Patch1:		beecrypt-4.1.2-python-api.patch
-Patch2:		beecrypt-4.1.2-biarch.patch
-Patch3:		beecrypt-4.1.2-no-c++.patch
-Patch4:		beecrypt-4.1.2-with-debug.patch
-Patch5:		beecrypt-4.1.2-sparc64.patch
+Source:		http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+Patch0:		beecrypt-4.1.2-biarch.patch
+Patch1:		beecrypt-4.2.1-no-c++.patch
 BuildRequires:	autoconf, automake, libtool
 BuildRequires:	tetex-dvips, tetex-latex, graphviz
 BuildRequires:	doxygen, m4, python-devel
@@ -56,26 +51,23 @@ files needed for using python with beecr
 
 %prep
 %setup -q
-%patch0 -p1 -b .base64
-%patch1 -p1 -b .python-api
-%patch2 -p1 -b .biarch
-%patch3 -p1 -b .noc++
-%patch4 -p1 -b .withdebug
-%patch5 -p1 -b .sparc64
+%patch0 -p1 -b .biarch
+%patch1 -p1 -b .no-c++
 libtoolize
 autoreconf
 
 %build
 %configure --with-cplusplus=no --with-java=no
 make %{?_smp_mflags} pythondir=%{python_sitelib}
+
+cd include/beecrypt
 doxygen
+cd ../..
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT pythondir=%{python_sitelib} install
-
 rm -f $RPM_BUILD_ROOT{%{_libdir},%{python_sitelib}}/*.{a,la}
-find docs/html -name \*.map -size 0 -delete
 
 iconv -f ISO-8859-1 -t UTF-8 CONTRIBUTORS -o CONTRIBUTORS.utf8
 mv -f CONTRIBUTORS.utf8 CONTRIBUTORS
@@ -88,26 +80,29 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS BENCHMARKS CONTRIBUTORS
 %doc COPYING COPYING.LIB NEWS README
 %{_libdir}/libbeecrypt.so.*
 
 %files devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc BUGS 
 %{_includedir}/%{name}
 %{_libdir}/libbeecrypt.so
 
 %files apidocs
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc docs/html
 
 %files python
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{python_sitelib}/_bc.so
 
 %changelog
+* Sun Mar 28 2010 Robert Scheck <robert at fedoraproject.org> 4.2.1-1
+- Upgrade to 4.2.1
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.2-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/beecrypt/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	20 May 2008 17:39:50 -0000	1.9
+++ sources	28 Mar 2010 20:18:05 -0000	1.10
@@ -1,2 +1 @@
-820d26437843ab0a6a8a5151a73a657c  beecrypt-4.1.2.tar.gz
-7a31857aa3c7a5bae88b02fb5e72cc1a  beecrypt-4.1.2.tar.gz.sig
+8441c014170823f2dff97e33df55af1e  beecrypt-4.2.1.tar.gz


--- beecrypt-4.1.2-base64.patch DELETED ---


--- beecrypt-4.1.2-no-c++.patch DELETED ---


--- beecrypt-4.1.2-python-api.patch DELETED ---


--- beecrypt-4.1.2-sparc64.patch DELETED ---


--- beecrypt-4.1.2-with-debug.patch DELETED ---



More information about the scm-commits mailing list