[libotr] - Updated to 4.1.0 (minor security enhancements, fragmentation bugfixes)

Paul Wouters pwouters at fedoraproject.org
Tue Oct 21 14:25:39 UTC 2014


commit 4531573e7355aed164650b0c6f2e3fa2b3527787
Author: Paul Wouters <pwouters at redhat.com>
Date:   Tue Oct 21 10:25:36 2014 -0400

    - Updated to 4.1.0 (minor security enhancements, fragmentation bugfixes)

 .gitignore  |    1 +
 libotr.spec |   16 +++++-----------
 sources     |    2 +-
 3 files changed, 7 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 77619e2..871a0b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ libotr-3.1.0.tar.gz
 libotr-3.2.0.tar.gz
 /libotr-3.2.1.tar.gz
 /libotr-4.0.0.tar.gz
+/libotr-4.1.0.tar.gz
diff --git a/libotr.spec b/libotr.spec
index cccde51..a8d1a10 100644
--- a/libotr.spec
+++ b/libotr.spec
@@ -1,8 +1,8 @@
 %global snapshot 0
 Summary: Off-The-Record Messaging library and toolkit
 Name: libotr
-Version: 4.0.0
-Release: 5%{?dist}
+Version: 4.1.0
+Release: 1%{?dist}
 License: GPLv2 and LGPLv2
 Group: System Environment/Libraries
 Source0: http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
@@ -17,11 +17,6 @@ BuildRequires: libgcrypt-devel >= 1.2.0, libgpg-error-devel
 Buildrequires: libtool automake autoconf
 %endif
 
-Patch1: libotr-4.0.0-939e74d.patch
-Patch2: libotr-4.0.0-d748757.patch
-Patch3: libotr-4.0.0-b296796.patch
-Patch4: libotr-4.0.0-262d052.patch
-
 %description
 Off-the-Record Messaging Library and Toolkit
 This is a library and toolkit which implements Off-the-Record (OTR) Messaging.
@@ -39,10 +34,6 @@ The devel package contains the libotr library and include files.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %if %{snapshot}
 aclocal
@@ -89,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct 21 2014 Paul Wouters <pwouters at redhat.com> - 4.1.0-1
+- Updated to 4.1.0 (minor security enhancements, fragmentation bugfixes)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 59f80da..d6fb8c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00979dca82d70383fcd1b01f3974363c  libotr-4.0.0.tar.gz
+6589f81e7ccbe244f265e8db372814a2  libotr-4.1.0.tar.gz


More information about the scm-commits mailing list