Hello community, here is the log from the commit of package sendxmpp for openSUSE:Factory checked in at 2015-03-25 10:00:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sendxmpp (Old) and /work/SRC/openSUSE:Factory/.sendxmpp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sendxmpp" Changes: -------- --- /work/SRC/openSUSE:Factory/sendxmpp/sendxmpp.changes 2011-09-23 12:46:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sendxmpp.new/sendxmpp.changes 2015-03-25 10:01:01.000000000 +0100 @@ -1,0 +2,10 @@ +Mon Mar 23 01:26:00 UTC 2015 - [email protected] + +- Update to version 1.24 + * new config format supported - key: value +- Changes from version 1.23 + * added options --no-tls-verify and --tls-ca-path +- Use download Url as source +- Remove redundant %clean section + +------------------------------------------------------------------- Old: ---- sendxmpp-1.22.tar.bz2 New: ---- v1.24.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sendxmpp.spec ++++++ --- /var/tmp/diff_new_pack.cDU3yY/_old 2015-03-25 10:01:02.000000000 +0100 +++ /var/tmp/diff_new_pack.cDU3yY/_new 2015-03-25 10:01:02.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package sendxmpp # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: sendxmpp -Version: 1.22 +Version: 1.24 Release: 1 Summary: A perl-script to send xmpp, similar to what mail does for mail Group: Productivity/Networking/Talk/Clients License: GPL-2.0 Url: http://sendxmpp.platon.sk -Source0: %{name}-%{version}.tar.bz2 +Source0: https://github.com/lhost/sendxmpp/archive/v%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -38,7 +35,7 @@ what mail(1) does for mail. %prep -%setup -qn %{name} +%setup -q %build %{__perl} Makefile.PL @@ -49,9 +46,6 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,-) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
