Hello community,

here is the log from the commit of package perl-ExtUtils-ParseXS for 
openSUSE:Factory checked in at 2014-06-23 09:23:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-ParseXS (Old)
 and      /work/SRC/openSUSE:Factory/.perl-ExtUtils-ParseXS.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-ExtUtils-ParseXS"

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

--- /dev/null   2014-06-12 08:28:52.960034756 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-ParseXS.new/perl-ExtUtils-ParseXS.changes
 2014-06-23 09:23:41.000000000 +0200
@@ -0,0 +1,52 @@
+-------------------------------------------------------------------
+Sun Jun  8 12:37:52 UTC 2014 - co...@suse.com
+
+- avoid file conflict with perl package
+
+-------------------------------------------------------------------
+Sun Jun  8 11:46:56 UTC 2014 - co...@suse.com
+
+- updated to 3.24
+ 
+   - No functional changes, promoted to stable release.
+ 
+ 3.04_04 - Mon Sep 12 08:12:00 CET 2011
+ 
+   - Simplify generated XS code by emitting a compatibility version
+     of dVAR. [Nicholas Clark]
+ 
+   - Fixed "INCLUDE: $cmd |", CPAN RT #70213
+ 
+ 3.04_03 - Sun Sep  4 18:49:00 CET 2011
+ 
+   - By #defining PERL_EUPXS_ALWAYS_EXPORT or
+     PERL_EUPXS_NEVER_EXPORT early in your XS code, you can
+     force ExtUtils::ParseXS to always or never export
+     XSUB symbols. This has no effect on boot_* symbols since
+     those must be exported.
+ 
+ 3.04_02 - Sat Sep  3 15:28:00 CET 2011
+ 
+   - Don't put null characters into the generated source
+     file when -except is used; write the '\0' escape sequence
+
+-------------------------------------------------------------------
+Thu Dec  2 12:37:47 UTC 2010 - se...@opensuse.org
+
+- add perl-macros as requires (for perl_requires macro)
+
+-------------------------------------------------------------------
+Tue Nov 30 19:32:20 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:29:55 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Sat Dec 26 19:43:50 UTC 2009 - l...@linux-schulserver.de
+
+- initial version 2.21
+

New:
----
  ExtUtils-ParseXS-3.24.tar.gz
  perl-ExtUtils-ParseXS.changes
  perl-ExtUtils-ParseXS.spec

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

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


Name:           perl-ExtUtils-ParseXS
Version:        3.24
Release:        0
%define cpan_name ExtUtils-ParseXS
Summary:        converts Perl XS code into C code
License:        GPL-1.0+ or Artistic-1.0
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/ExtUtils-ParseXS/
Source:         
http://www.cpan.org/authors/id/S/SM/SMUELLER/%{cpan_name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::CBuilder)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.46
Requires:       perl(ExtUtils::CBuilder)
Requires:       perl(ExtUtils::MakeMaker) >= 6.46
%{perl_requires}

%description
'ExtUtils::ParseXS' will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and creates
the glue necessary to let Perl access those functions. The compiler uses
typemaps to determine how to map C function parameters and variables to
Perl values.

The compiler will search for typemap files called _typemap_. It will use
the following search path to find default typemaps, with the rightmost
typemap taking precedence.

    ../../../typemap:../../typemap:../typemap:typemap

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
mv %{buildroot}/usr/share/man/man1/xsubpp.1{,.mod}
mv %{buildroot}/usr/bin/xsubpp{,.mod}
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README

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

Reply via email to