Hello community, here is the log from the commit of package libotr for openSUSE:Factory checked in at 2014-10-31 18:27:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libotr (Old) and /work/SRC/openSUSE:Factory/.libotr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libotr" Changes: -------- --- /work/SRC/openSUSE:Factory/libotr/libotr.changes 2014-01-09 07:13:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libotr.new/libotr.changes 2014-10-31 18:27:19.000000000 +0100 @@ -1,0 +2,21 @@ +Tue Oct 21 19:01:07 UTC 2014 - andreas.stieger@gmx.de + +- libotr 4.1.0: + * Modernized autoconf build system + * Use constant-time comparisons where needed + * Use gcrypt secure memory allocation + * Correctly reject attempts to fragment a message into too many + pieces + * Fix a missing opdata when sending message fragments + * Don't lose the first user message when REQUIRE_ENCRYPTION is + set + * Fix some memory leaks + * Correctly check for children contexts' state when forgetting a + context + * API Changes: + + Added API functions otrl_context_find_recent_instance and + otrl_context_find_recent_secure_instance. +- remove pass-opdata-when-sending-message-fragment.patch, upstream +- source tarball signature verification covered by source_validator + +------------------------------------------------------------------- Old: ---- libotr-4.0.0.tar.gz libotr-4.0.0.tar.gz.asc pass-opdata-when-sending-message-fragment.patch New: ---- libotr-4.1.0.tar.gz libotr-4.1.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libotr.spec ++++++ --- /var/tmp/diff_new_pack.EoxuTi/_old 2014-10-31 18:27:20.000000000 +0100 +++ /var/tmp/diff_new_pack.EoxuTi/_new 2014-10-31 18:27:20.000000000 +0100 @@ -17,24 +17,19 @@ Name: libotr -Version: 4.0.0 +Version: 4.1.0 Release: 0 -Url: http://www.cypherpunks.ca/otr/ Summary: "Off The Record" messaging library toolkit License: LGPL-2.1 and GPL-2.0 Group: Development/Libraries/C and C++ -Source: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz +Url: https://www.cypherpunks.ca/otr/ +Source: https://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz # http://www.cypherpunks.ca/otr/gpgkey.asc -Source1: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz.asc +Source1: https://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz.asc Source2: libotr.keyring -# PATCH-FIX-UPSTREAM pass-opdata-when-sending-message-fragment.patch -- kde#328999, bnc#857501 -Patch0: pass-opdata-when-sending-message-fragment.patch BuildRequires: libgcrypt-devel BuildRequires: libtool BuildRequires: pkgconfig -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -97,25 +92,23 @@ conversation is compromised. %prep -%{?gpg_verify: %gpg_verify %{S:1}} %setup -q -%patch0 -p1 %build -%ifarch %arm -export CFLAGS="$RPM_OPT_FLAGS -O1" +%ifarch %{arm} +export CFLAGS="%{optflags} -O1" %else -export CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="%{optflags}" %endif %configure --disable-static --with-pic make %{?_smp_mflags} %check -%{__make} check +make %{?_smp_mflags} check %install -%{__make} DESTDIR=%{buildroot} install -%{__rm} -f %{buildroot}%{_libdir}/libotr.la +make DESTDIR=%{buildroot} install %{?_smp_mflags} +rm -f %{buildroot}%{_libdir}/libotr.la %files tools %defattr (-, root, root) ++++++ libotr-4.0.0.tar.gz -> libotr-4.1.0.tar.gz ++++++ ++++ 48021 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org