From 7669017c7723766b4d3c2018643a58928c8267ab Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: May 17 2005 18:08:59 +0000 Subject: - Doh, actually apply the patch --- diff --git a/beecrypt.spec b/beecrypt.spec index 548e38d..769f4de 100644 --- a/beecrypt.spec +++ b/beecrypt.spec @@ -5,7 +5,7 @@ Summary: An open source cryptography library. Name: beecrypt Version: 4.1.2 -Release: 6 +Release: 7 Group: System Environment/Libraries License: LGPL URL: http://sourceforge.net/projects/beecrypt @@ -56,6 +56,7 @@ files needed for using java with beecrypt. %prep %setup -q +%patch0 -p1 -b .base64 %build @@ -114,6 +115,9 @@ rm -fr $RPM_BUILD_ROOT %endif %changelog +* Tue May 17 2005 Miloslav Trmac - 4.1.2-7 +- Doh, actually apply the patch + * Tue May 17 2005 Miloslav Trmac - 4.1.2-6 - Fix b64encode() for data starting with NUL (#123650)