Hello community, here is the log from the commit of package libotr for openSUSE:Factory checked in at 2012-02-16 16:18:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libotr (Old) and /work/SRC/openSUSE:Factory/.libotr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libotr", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libotr/libotr.changes 2011-11-21 15:47:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libotr.new/libotr.changes 2012-02-16 16:18:42.000000000 +0100 @@ -1,0 +2,11 @@ +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 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libotr.spec ++++++ --- /var/tmp/diff_new_pack.xY49iY/_old 2012-02-16 16:18:42.000000000 +0100 +++ /var/tmp/diff_new_pack.xY49iY/_new 2012-02-16 16:18:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libotr # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -15,17 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libotr -BuildRequires: libgcrypt-devel libtool +BuildRequires: libgcrypt-devel +BuildRequires: libtool Version: 3.2.0 -Release: 1 +Release: 0 Url: http://www.cypherpunks.ca/otr/ -Group: Development/Libraries/C and C++ -License: LGPL v2.1 or later Summary: "Off The Record" messaging library toolkit +License: LGPL-2.1+ +Group: Development/Libraries/C and C++ Source: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -41,14 +40,7 @@ secrecy If you lose control of your private keys, no previous conversation is compromised. - - -Authors: --------- - Nikita Borisov and Ian Goldberg <[email protected]> - %package -n libotr2 -License: LGPL v2.1 or later Summary: "Off The Record" messaging library toolkit Group: Development/Libraries/C and C++ #openSUSE 10.3 @@ -67,14 +59,7 @@ secrecy If you lose control of your private keys, no previous conversation is compromised. - - -Authors: --------- - Nikita Borisov and Ian Goldberg <[email protected]> - %package devel -License: LGPL v2.1 or later Summary: Include files and development libraries Group: Development/Libraries/C and C++ Requires: libotr2 = %{version} libgcrypt-devel @@ -82,14 +67,7 @@ %description devel Headers and development libraries for libotr - - -Authors: --------- - Nikita Borisov and Ian Goldberg <[email protected]> - %package tools -License: LGPL v2.1 or later Summary: "Off The Record" messaging library toolkit Group: Development/Libraries/C and C++ @@ -105,12 +83,6 @@ secrecy If you lose control of your private keys, no previous conversation is compromised. - - -Authors: --------- - Nikita Borisov and Ian Goldberg <[email protected]> - %prep %setup -q @@ -122,7 +94,7 @@ %endif autoreconf -fi %configure --disable-static --with-pic -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} %check %{__make} check @@ -131,9 +103,6 @@ %{__make} DESTDIR=%{buildroot} install %{__rm} -f %{buildroot}%{_libdir}/libotr.la -%clean -%{__rm} -rf %{buildroot} - %files tools %defattr (-, root, root) %{_bindir}/otr* -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
