Hello community,

here is the log from the commit of package perl-JSON-Any for openSUSE:Factory
checked in at Tue Jul 26 09:33:07 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-JSON-Any/perl-JSON-Any.changes    
2011-06-09 02:01:47.000000000 +0200
@@ -0,0 +1,41 @@
+-------------------------------------------------------------------
+Wed Jun 08 23:54:08 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.29:
+  * artificially bump our version number because an upstream author decided to
+    not play nice, fixes RT#68690
+- changes from 1.23:
+  * support JSON v1.15 as well as 2.x
+
+-------------------------------------------------------------------
+Wed Dec  1 13:33:08 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:30:20 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Sun Nov 28 11:37:51 UTC 2010 - co...@novell.com
+
+- remove .packlist file
+
+-------------------------------------------------------------------
+Sun Jul 25 00:00:00 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.22
+
+-------------------------------------------------------------------
+Thu Apr  9 00:00:00 UTC 2009 - pascal.ble...@opensuse.org
+
+- update to 1.19
+- spec file pimping
+
+-------------------------------------------------------------------
+Sun Oct 26 00:00:00 UTC 2008 - gerrit.be...@gmx.de
+
+- first release 1.17
+
+

calling whatdependson for head-i586


New:
----
  JSON-Any-1.29.tar.gz
  perl-JSON-Any.changes
  perl-JSON-Any.spec

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

Other differences:
------------------
++++++ perl-JSON-Any.spec ++++++
#
# spec file for package perl-JSON-Any
#
# Copyright (c) 2011 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/
#


%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
License:        Perl License
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
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl(YAML::Syck)
BuildRequires:  perl-macros
BuildRequires:  perl(JSON::DWIW)
BuildRequires:  perl-JSON >= 2.02
BuildRequires:  perl(JSON::XS)

%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

%build
%__perl Makefile.PL PREFIX="%{_usr}"
%__make %{?jobs:-j%{jobs}}

%install
%perl_make_install
%perl_process_packlist

%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}

%changelog

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



Remember to have fun...

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

Reply via email to