Hello community,

here is the log from the commit of package perl-JSON-Any for openSUSE:Factory 
checked in at 2013-07-30 12:05:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-JSON-Any (Old)
 and      /work/SRC/openSUSE:Factory/.perl-JSON-Any.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-JSON-Any"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-JSON-Any/perl-JSON-Any.changes      
2011-09-23 12:37:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-JSON-Any.new/perl-JSON-Any.changes 
2013-07-30 12:05:50.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jul 26 05:42:06 UTC 2013 - co...@suse.com
+
+- updated to 1.30
+    * Add support for Cpanel::JSON::XS and JSON::PP. Fixes RT#85424 & 
RT#67967. (perigrin)
+    * Fix documentation bug RT#86065.
+
+-------------------------------------------------------------------

Old:
----
  JSON-Any-1.29.tar.gz

New:
----
  JSON-Any-1.30.tar.gz

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

Other differences:
------------------
++++++ perl-JSON-Any.spec ++++++
--- /var/tmp/diff_new_pack.saGioj/_old  2013-07-30 12:05:50.000000000 +0200
+++ /var/tmp/diff_new_pack.saGioj/_new  2013-07-30 12:05:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON-Any
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,63 +16,49 @@
 #
 
 
-%define cpan_name JSON-Any
-
 Name:           perl-JSON-Any
-Version:        1.29
-Release:        1
-Requires:       perl perl-JSON perl-YAML-Syck
-%if 0%{?suse_version} < 1100
-Requires:       perl-JSON-PC
-%endif
-Requires:       perl-JSON-DWIW
-Group:          Development/Libraries/Perl
+Version:        1.30
+Release:        0
+%define cpan_name JSON-Any
+Summary:        Wrapper Class for the various JSON classes.
 License:        Artistic-1.0 or GPL-1.0+
+Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/JSON-Any/
-Summary:        Wrapper Class for the various JSON classes
-Source:         
http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/JSON-Any-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/P/PE/PERIGRIN/%{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  perl(YAML::Syck)
+BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(JSON::DWIW)
-BuildRequires:  perl-JSON >= 2.02
+Requires:       perl
+Requires:       perl-JSON
+Requires:       perl-YAML-Syck
+BuildRequires:  perl(JSON)
 BuildRequires:  perl(JSON::XS)
+Requires:       perl(JSON)
+Requires:       perl(JSON::XS)
+%{perl_requires}
 
 %description
 Wrapper Class for the various JSON classes.
 
-This module will provide a coherent API to bring together the various JSON
-modules currently on CPAN. This module will allow you to code to any JSON API
-and have it work regardless of which JSON module is actually installed.
-
 %prep
-%setup -q -n %cpan_name-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
-
-%__chmod 0644 lib/JSON/Any.pm
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%__perl Makefile.PL PREFIX="%{_usr}"
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
-%files
-%defattr(-,root,root)
-%doc Changes MANIFEST README 
-%dir %{perl_vendorlib}/JSON
-%{perl_vendorlib}/JSON/Any.pm
-%dir %{perl_vendorarch}/auto/JSON
-%dir %{perl_vendorarch}/auto/JSON/Any
-%doc %{perl_man3dir}/JSON::Any.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes LICENSE README weaver.ini
 
 %changelog

++++++ JSON-Any-1.29.tar.gz -> JSON-Any-1.30.tar.gz ++++++
++++ 5139 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to