Hello community,

here is the log from the commit of package libotr for openSUSE:Factory checked 
in at 2013-06-25 09:27:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2012-10-03 
08:00:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libotr.new/libotr.changes       2013-06-25 
14:42:14.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jun 19 19:30:06 UTC 2013 - [email protected]
+
+- verify source signature
+- remove autoreconf call
+
+-------------------------------------------------------------------

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

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

Other differences:
------------------
++++++ libotr.spec ++++++
--- /var/tmp/diff_new_pack.VUW2xU/_old  2013-06-25 14:42:15.000000000 +0200
+++ /var/tmp/diff_new_pack.VUW2xU/_new  2013-06-25 14:42:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libotr
 #
-# 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:           libotr
-BuildRequires:  libgcrypt-devel
-BuildRequires:  libtool
-BuildRequires:  pkgconfig
 Version:        4.0.0
 Release:        0
 Url:            http://www.cypherpunks.ca/otr/
@@ -27,6 +24,15 @@
 License:        LGPL-2.1 and GPL-2.0
 Group:          Development/Libraries/C and C++
 Source:         http://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
+Source2:        libotr.keyring
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+%if 0%{?suse_version} >= 1230
+BuildRequires:  gpg-offline
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -89,6 +95,7 @@
 conversation is compromised.
 
 %prep
+%{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q
 
 %build
@@ -97,7 +104,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]

Reply via email to