commit perl-PlRPC for openSUSE:Factory
Hello community, here is the log from the commit of package perl-PlRPC for openSUSE:Factory checked in at Fri Feb 27 16:15:42 CET 2009. -------- --- perl-PlRPC/perl-PlRPC.changes 2008-01-12 18:48:09.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-PlRPC/perl-PlRPC.changes 2009-02-27 15:56:20.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 27 15:55:52 CET 2009 - anicka@suse.cz + +- update to 0.2020 + * remove .svn from the tarball + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- PlRPC-0.2019.tar.bz2 New: ---- PlRPC-0.2020.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PlRPC.spec ++++++ --- /var/tmp/diff_new_pack.f29029/_old 2009-02-27 16:15:38.000000000 +0100 +++ /var/tmp/diff_new_pack.f29029/_new 2009-02-27 16:15:38.000000000 +0100 @@ -1,19 +1,27 @@ # -# spec file for package perl-PlRPC (Version 0.2019) +# spec file for package perl-PlRPC (Version 0.2020) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: perl-PlRPC BuildRequires: perl-Net-Daemon -Version: 0.2019 -Release: 30 +Version: 0.2020 +Release: 1 Requires: perl = %{perl_version} Requires: perl-Net-Daemon AutoReqProv: on @@ -38,7 +46,7 @@ Jochen Wiedmann <jochen.wiedmann@freenet.de> %prep -%setup -q -n PlRPC-%{version} +%setup -q -n PlRPC %build perl Makefile.PL @@ -51,7 +59,6 @@ %install %perl_make_install %perl_process_packlist -find $RPM_BUILD_ROOT/ -iname .svn -print | xargs rm -rf %clean rm -rf $RPM_BUILD_ROOT @@ -66,15 +73,18 @@ /var/adm/perl-modules/%{name} %changelog -* Sat Jan 12 2008 - coolo@suse.de +* Fri Feb 27 2009 anicka@suse.cz +- update to 0.2020 + * remove .svn from the tarball +* Sat Jan 12 2008 coolo@suse.de - disable testsuite for now -* Mon Jun 11 2007 - anicka@suse.cz +* Mon Jun 11 2007 anicka@suse.cz - update to 0.2019 * Fixed an @opts name that was causing crypt.t to fail. Namely, changed 'cipher' to 'usercipher', but only in @opts, because the tests invoked by crypt.t were looking to match 'usercipher' to get the user key. -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Tue Jul 26 2005 - anicka@suse.cz +* Tue Jul 26 2005 anicka@suse.cz - initial version 0.2018 ++++++ PlRPC-0.2019.tar.bz2 -> PlRPC-0.2020.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/PlRPC-0.2019/ChangeLog new/PlRPC/ChangeLog --- old/PlRPC-0.2019/ChangeLog 2007-05-22 22:48:05.000000000 +0200 +++ new/PlRPC/ChangeLog 2007-06-17 21:23:14.000000000 +0200 @@ -1,3 +1,6 @@ +2007-06-17 Malcolm Nooning <m.nooning@cpan.org> (0.2020) + * Got rid of the .svn directories that I errently allowed into + the last gz upload. 2007-05-16 Malcolm Nooning <m.nooning@cpan.org> (0.2019) * Fixed an @opts name that was causing crypt.t to fail. Namely, changed 'cipher' to 'usercipher', but only in @opts, diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/PlRPC-0.2019/lib/RPC/PlClient.pm new/PlRPC/lib/RPC/PlClient.pm --- old/PlRPC-0.2019/lib/RPC/PlClient.pm 2007-05-22 22:48:05.000000000 +0200 +++ new/PlRPC/lib/RPC/PlClient.pm 2007-06-17 21:20:20.000000000 +0200 @@ -25,7 +25,7 @@ package RPC::PlClient; -$RPC::PlClient::VERSION = '0.2019'; +$RPC::PlClient::VERSION = '0.2020'; @RPC::PlClient::ISA = qw(Net::Daemon::Log); diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/PlRPC-0.2019/lib/RPC/PlServer.pm new/PlRPC/lib/RPC/PlServer.pm --- old/PlRPC-0.2019/lib/RPC/PlServer.pm 2007-05-22 22:48:05.000000000 +0200 +++ new/PlRPC/lib/RPC/PlServer.pm 2007-06-17 21:20:30.000000000 +0200 @@ -24,7 +24,7 @@ package RPC::PlServer; @RPC::PlServer::ISA = qw(Net::Daemon); -$RPC::PlServer::VERSION = '0.2019'; +$RPC::PlServer::VERSION = '0.2020'; ############################################################################ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de