Hello community,

here is the log from the commit of package perl-HTTP-DAV for openSUSE:Factory 
checked in at 2011-11-14 13:21:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-DAV (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTTP-DAV.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTTP-DAV", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-DAV/perl-HTTP-DAV.changes      
2011-09-23 12:37:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-DAV.new/perl-HTTP-DAV.changes 
2011-11-14 13:21:49.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Sep 19 01:33:50 UTC 2011 - [email protected]
+
+- update to 0.45
+  - Mostly cosmetic changes (no changelog from the upstream)
+
+-------------------------------------------------------------------

Old:
----
  HTTP-DAV-0.44.tar.gz
  _service:format_spec_file:perl-HTTP-DAV.spec

New:
----
  HTTP-DAV-0.45.tar.gz

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

Other differences:
------------------
++++++ perl-HTTP-DAV.spec ++++++
--- /var/tmp/diff_new_pack.Qfrvsg/_old  2011-11-14 13:21:50.000000000 +0100
+++ /var/tmp/diff_new_pack.Qfrvsg/_new  2011-11-14 13:21:50.000000000 +0100
@@ -15,60 +15,58 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-HTTP-DAV
-%define cpan_name HTTP-DAV
-Summary:        WebDAV client library for Perl5
-Version:        0.44
+Version:        0.45
 Release:        1
 License:        GPL+ or Artistic
-Group:          Development/Libraries/Perl
+%define cpan_name HTTP-DAV
+Summary:        WebDAV client library for Perl5
 Url:            http://search.cpan.org/dist/HTTP-DAV/
+Group:          Development/Libraries/Perl
 #Source:         
http://www.cpan.org/modules/by-module/HTTP/HTTP-DAV-%{version}.tar.gz
 Source:         %{cpan_name}-%{version}.tar.gz
-BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl-macros
 BuildRequires:  perl(LWP) >= 5.48
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(XML::DOM)
+BuildRequires:  perl-macros
 Requires:       perl(LWP) >= 5.48
 Requires:       perl(Scalar::Util)
 Requires:       perl(XML::DOM)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
+%{perl_requires}
 
 %description
 HTTP::DAV is a Perl API for interacting with and modifying content on
 webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT
 files and much more on a DAV-enabled webserver.
 
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%{__perl} -p -i -e "s|\r\n|\n|" TODO
+perl -p -i -e "s|\r\n|\n|" TODO
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
 # do not perl_process_packlist (noarch)
 # remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
+rm -rf %{buildroot}%perl_vendorarch
 # remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+rm -rf %{buildroot}%perl_archlib
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++++++ HTTP-DAV-0.44.tar.gz -> HTTP-DAV-0.45.tar.gz ++++++
++++ 12447 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to