Hello community,

here is the log from the commit of package libotr for openSUSE:Factory checked 
in at 2012-10-03 08:00:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libotr (Old)
 and      /work/SRC/openSUSE:Factory/.libotr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libotr", Maintainer is "bwhite...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libotr/libotr.changes    2012-02-16 
16:18:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libotr.new/libotr.changes       2012-10-03 
08:00:30.000000000 +0200
@@ -1,0 +2,28 @@
+Wed Sep 26 11:40:40 UTC 2012 - nmo.marq...@gmail.com
+
+- Update the license fields (bnc#782253)
+- Move COPYING and COPYING.LIB documentation to their respective
+  (sub)packages.
+
+-------------------------------------------------------------------
+Sun Sep 23 16:42:20 UTC 2012 - nmo.marq...@gmail.com
+
+- Update to version 4.0.0:
+  + Support v3 of the OTR protocol
+  + The main new feature: sensibly handle the case where a user is
+    logged in multiple times to the same IM account
+  + instance tags, to support multiple simultaneous logins
+  + support for asynchronous private key generation
+  + the ability to provide an extra symmetric key to applications
+    (with forward secrecy)
+  + applications can supply a formation conversion callback if they
+    do not natively use XHTML-style UTF8 markup
+  + error messages formerly provided by libotr are now handled
+    using callbacks to the application, for better i18n support
+  + otrl_message_sending now handles message fragmentation
+    internally
+  + Added support for one-way authentication using an explicit
+    question, based on the SOUPS 2008 user study
+- Soname bump to 5
+
+-------------------------------------------------------------------

Old:
----
  libotr-3.2.0.tar.bz2

New:
----
  libotr-4.0.0.tar.gz

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

Other differences:
------------------
++++++ libotr.spec ++++++
--- /var/tmp/diff_new_pack.VJnVvh/_old  2012-10-03 08:00:33.000000000 +0200
+++ /var/tmp/diff_new_pack.VJnVvh/_new  2012-10-03 08:00:33.000000000 +0200
@@ -19,13 +19,14 @@
 Name:           libotr
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libtool
-Version:        3.2.0
+BuildRequires:  pkgconfig
+Version:        4.0.0
 Release:        0
 Url:            http://www.cypherpunks.ca/otr/
 Summary:        "Off The Record" messaging library toolkit
-License:        LGPL-2.1+
+License:        LGPL-2.1 and GPL-2.0
 Group:          Development/Libraries/C and C++
-Source:         http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.bz2
+Source:         http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,14 +41,15 @@
 secrecy If you lose control of your private keys, no previous
 conversation is compromised.
 
-%package -n libotr2
+%package -n libotr5
 Summary:        "Off The Record" messaging library toolkit
+License:        LGPL-2.1
 Group:          Development/Libraries/C and C++
 #openSUSE 10.3
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} <= 3.0.0
 
-%description -n libotr2
+%description -n libotr5
 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
@@ -61,14 +63,17 @@
 
 %package devel
 Summary:        Include files and development libraries
+License:        LGPL-2.1 and GPL-2.0
 Group:          Development/Libraries/C and C++
-Requires:       libotr2 = %{version} libgcrypt-devel
+Requires:       libgcrypt-devel
+Requires:       libotr5 = %{version}
 
 %description devel
 Headers and development libraries for libotr
 
 %package tools
 Summary:        "Off The Record" messaging library toolkit
+License:        GPL-2.0
 Group:          Development/Libraries/C and C++
 
 %description tools
@@ -105,24 +110,26 @@
 
 %files tools
 %defattr (-, root, root)
+%doc COPYING
 %{_bindir}/otr*
 %{_mandir}/man1/otr*
 
-%files -n libotr2
+%files -n libotr5
 %defattr (-, root, root)
-%{_libdir}/libotr.so.2*
+%doc COPYING.LIB
+%{_libdir}/libotr.so.5*
 
 %files devel
 %defattr (-, root, root)
-%doc COPYING README COPYING.LIB AUTHORS NEWS ChangeLog
+%doc COPYING README 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
+%post -n libotr5 -p /sbin/ldconfig
 
-%postun -n libotr2 -p /sbin/ldconfig
+%postun -n libotr5 -p /sbin/ldconfig
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to