Hello community,

here is the log from the commit of package libotr2 for openSUSE:Factory checked 
in at 2012-11-13 11:36:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libotr2 (Old)
 and      /work/SRC/openSUSE:Factory/.libotr2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libotr2", Maintainer is "[email protected]"

Changes:
--------
New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.libotr2.new/libotr2.changes     2012-11-13 
11:36:07.000000000 +0100
@@ -0,0 +1,65 @@
+-------------------------------------------------------------------
+Sun Nov 11 21:15:35 UTC 2012 - [email protected]
+
+- compatibility package for irc-otr [bnc#789175]
+- update to upstream 3.2.1 [bnc#789190, CVE-2012-3461]
+  * More carefully check for crazy short OTR auth messages
+  * fix a one-byte heap buffer overflow 
+
+-------------------------------------------------------------------
+Mon Feb 13 10:49:09 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Mon Nov 21 15:25:39 UTC 2011 - [email protected]
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+-------------------------------------------------------------------
+Sun Nov 20 06:17:12 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Tue Sep 23 06:12:53 CEST 2008 - [email protected]
+
+- update to version 3.2.0
+  * dozen bugfixes, see Changelog for details 
+
+-------------------------------------------------------------------
+Tue Oct  9 06:02:16 CEST 2007 - [email protected]
+
+- update to version 3.1.0
+- run ldconfig
+- make autobuild happy fixing the warnings
+- fix devel package dependencies.
+- remove static libraries
+- use library packaging policy 
+
+-------------------------------------------------------------------
+Sat Oct  7 11:15:10 CEST 2006 - [email protected]
+
+- Add dependency on base package.
+
+-------------------------------------------------------------------
+Wed Jan 25 21:37:39 CET 2006 - [email protected]
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Tue Nov 15 15:59:36 CET 2005 - [email protected]
+
+- build with -O1 on ARM (ICE workaround)
+
+-------------------------------------------------------------------
+Wed Nov  9 21:59:17 CET 2005 - [email protected]
+
+- update to version 3.0.0
+
+-------------------------------------------------------------------
+Tue Nov  1 22:59:06 CET 2005 - [email protected]
+
+- First time suse package (version 2.0.2)
+

New:
----
  libotr-3.2.1.tar.gz
  libotr2.changes
  libotr2.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libotr2.spec ++++++
#
# spec file for package libotr2
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           libotr2
BuildRequires:  libgcrypt-devel
BuildRequires:  libtool
BuildRequires:  pkg-config
Version:        3.2.1
Release:        0
Url:            http://www.cypherpunks.ca/otr/
Summary:        "Off The Record" messaging library toolkit
License:        LGPL-2.1+
Group:          Development/Libraries/C and C++
Source:         http://www.cypherpunks.ca/otr/libotr-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Off-the-Record (OTR) Messaging allows you to have private conversations
over instant messaging by providing: Encryption No one else can read
your instant messages. Authentication You are assured the correspondent
is who you think it is. Deniability The messages you send do not have
digital signatures that are checkable by a third party. Anyone can
forge messages after a conversation to make them look like they came
from you. However, during a conversation, your correspondent is assured
the messages he sees are authentic and unmodified. Perfect forward
secrecy If you lose control of your private keys, no previous
conversation is compromised.

This is a compatibility package providing an earlier version of the
library.

%package devel
Summary:        Include files and development libraries
Group:          Development/Libraries/C and C++
Requires:       libgcrypt-devel
Requires:       libotr2 = %{version}

%description devel
Headers and development libraries for libotr

%package tools
Summary:        "Off The Record" messaging library toolkit
Group:          Development/Libraries/C and C++

%description tools
Off-the-Record (OTR) Messaging allows you to have private conversations
over instant messaging by providing: Encryption No one else can read
your instant messages. Authentication You are assured the correspondent
is who you think it is. Deniability The messages you send do not have
digital signatures that are checkable by a third party. Anyone can
forge messages after a conversation to make them look like they came
from you. However, during a conversation, your correspondent is assured
the messages he sees are authentic and unmodified. Perfect forward
secrecy If you lose control of your private keys, no previous
conversation is compromised.

%prep
%setup -q -n libotr-%{version}

%build
%ifarch %arm
export CFLAGS="$RPM_OPT_FLAGS -O1"
%else
export CFLAGS="$RPM_OPT_FLAGS"
%endif
autoreconf -fi
%configure --disable-static --with-pic
make %{?_smp_mflags}

%check 
%{__make} check

%install
%{__make} DESTDIR=%{buildroot} install
%{__rm} -f %{buildroot}%{_libdir}/libotr.la

%files tools
%defattr (-, root, root)
%{_bindir}/otr*
%{_mandir}/man1/otr*

%files
%defattr (-, root, root)
%doc COPYING README COPYING.LIB AUTHORS NEWS ChangeLog
%{_libdir}/libotr.so.2*

%files devel
%defattr (-, root, root)
%doc COPYING README COPYING.LIB AUTHORS NEWS ChangeLog
%dir %{_includedir}/libotr
%{_includedir}/libotr/*.h
%{_libdir}/libotr.so
%{_datadir}/aclocal/libotr.m4
%{_libdir}/pkgconfig/libotr.pc

%post -n libotr2 -p /sbin/ldconfig

%postun -n libotr2 -p /sbin/ldconfig

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to