Hello community,

here is the log from the commit of package perl-Module-Refresh for 
openSUSE:Factory checked in at 2011-11-18 15:47:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Refresh (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Module-Refresh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Module-Refresh", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Module-Refresh/perl-Module-Refresh.changes  
2011-09-23 12:38:07.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Refresh.new/perl-Module-Refresh.changes 
    2011-11-18 15:47:38.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Nov 18 08:35:37 UTC 2011 - [email protected]
+
+- update to 0.17
+ * Warnings avoidance for reloading a module not in %INC
+ * Updated inc/ and META.yml
+ * SIGNATURE file bug
+ * No functional changes. Added missing test dependencies. Thanks to JQUELIN & 
Paul at City Fan
+ * Actually remove subroutines from the symbol table, Thanks to DOY.
+
+-------------------------------------------------------------------

Old:
----
  Module-Refresh-0.13.tar.bz2

New:
----
  Module-Refresh-0.17.tar.gz

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

Other differences:
------------------
++++++ perl-Module-Refresh.spec ++++++
--- /var/tmp/diff_new_pack.sGA5pS/_old  2011-11-18 15:47:39.000000000 +0100
+++ /var/tmp/diff_new_pack.sGA5pS/_new  2011-11-18 15:47:39.000000000 +0100
@@ -15,55 +15,60 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-Module-Refresh
-%define        real_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
-Summary:        Refresh %INC files when updated on disk    t
-Url:            http://search.cpan.org/perldoc?Module::Refresh
-Group:          Development/Libraries/Perl
-License:        Artistic
-Version:        0.13
+Version:        0.17
 Release:        1
-Source:         %{real_name}-%{version}.tar.bz2
-BuildRequires:  perl-macros
+License:        GPL+ or Artistic
+%define cpan_name Module-Refresh
+Summary:        Refresh INC files when updated on disk
+Url:            http://search.cpan.org/dist/Module-Refresh/
+Group:          Development/Libraries/Perl
+Source:         
http://www.cpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(File::Temp) >= 0.19
+BuildRequires:  perl(Path::Class)
+#BuildRequires: perl(Foo)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Module::Refresh)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 
 %description
-This module is a generalization of the functionality provided by
-Apache::StatINC and Apache::Reload. It's designed to make it easy to do simple
-iterative development when working in a persistent environment.
+This module is a generalization of the functionality provided by the
+Apache::StatINC manpage and the Apache::Reload manpage. It's designed to
+make it easy to do simple iterative development when working in a
+persistent environment.
 
 It does not require mod_perl.
 
-Author:
--------
-    Jesse Vincent <[email protected]>, 
-    Autrijus Tang <[email protected]>
-
-
 %prep
-%setup -q -n %{real_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL 
-make %{?jobs:-j%jobs}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files 
-%defattr(-, root, root)
-%doc Changes MANIFEST
+%defattr(-,root,root,755)
+%doc Changes
 
 %changelog

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

Reply via email to