From 4531573e7355aed164650b0c6f2e3fa2b3527787 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Oct 21 2014 14:25:36 +0000 Subject: - Updated to 4.1.0 (minor security enhancements, fragmentation bugfixes) --- 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 - 4.1.0-1 +- Updated to 4.1.0 (minor security enhancements, fragmentation bugfixes) + * Sun Aug 17 2014 Fedora Release Engineering - 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