Hello community, here is the log from the commit of package libotr2 for openSUSE:Factory checked in at 2013-06-25 09:27:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libotr2 (Old) and /work/SRC/openSUSE:Factory/.libotr2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libotr2" Changes: -------- --- /work/SRC/openSUSE:Factory/libotr2/libotr2.changes 2012-11-13 11:36:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libotr2.new/libotr2.changes 2013-06-25 14:42:15.000000000 +0200 @@ -1,0 +2,12 @@ +Wed Jun 19 19:18:18 UTC 2013 - [email protected] + +- mark the conflict between libotr-tools and libotr2-tools +- remove autoreconf call +- verify source tarball signature + +------------------------------------------------------------------- +Tue Jun 18 13:08:55 UTC 2013 - [email protected] + +- mark the conflict between libotr-devel and libotr2-devel + +------------------------------------------------------------------- New: ---- libotr-3.2.1.tar.gz.asc libotr2.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libotr2.spec ++++++ --- /var/tmp/diff_new_pack.0D97lP/_old 2013-06-25 14:42:16.000000000 +0200 +++ /var/tmp/diff_new_pack.0D97lP/_new 2013-06-25 14:42:16.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libotr2 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,9 +17,6 @@ Name: libotr2 -BuildRequires: libgcrypt-devel -BuildRequires: libtool -BuildRequires: pkg-config Version: 3.2.1 Release: 0 Url: http://www.cypherpunks.ca/otr/ @@ -27,6 +24,15 @@ License: LGPL-2.1+ Group: Development/Libraries/C and C++ Source: http://www.cypherpunks.ca/otr/libotr-%{version}.tar.gz +# http://www.cypherpunks.ca/otr/gpgkey.asc +Source1: http://www.cypherpunks.ca/otr/libotr-%{version}.tar.gz.asc +Source2: libotr2.keyring +BuildRequires: libgcrypt-devel +BuildRequires: libtool +BuildRequires: pkg-config +%if 0%{?suse_version} >= 1230 +BuildRequires: gpg-offline +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -49,6 +55,7 @@ Group: Development/Libraries/C and C++ Requires: libgcrypt-devel Requires: libotr2 = %{version} +Conflicts: libotr-devel %description devel Headers and development libraries for libotr @@ -56,6 +63,7 @@ %package tools Summary: "Off The Record" messaging library toolkit Group: Development/Libraries/C and C++ +Conflicts: libotr-tools %description tools Off-the-Record (OTR) Messaging allows you to have private conversations @@ -70,6 +78,7 @@ conversation is compromised. %prep +%{?gpg_verify: %gpg_verify %{S:1}} %setup -q -n libotr-%{version} %build @@ -78,7 +87,6 @@ %else export CFLAGS="$RPM_OPT_FLAGS" %endif -autoreconf -fi %configure --disable-static --with-pic make %{?_smp_mflags} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
