Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5b3de53124 | |||
| 6d5ce3ee5c | |||
| d4475ee0b5 | |||
| 982137cf0c | |||
| ebb668d1d6 | |||
| 0c80b4db41 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd330eb1e6d183f4247f9e9e598558af461051fd42067b2dcd1854dce51400a1
|
||||
size 61279
|
||||
3
Inline-Python-0.58.tar.gz
Normal file
3
Inline-Python-0.58.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0ee2d2588709f6554804a9c1ae2cad0feebe23bc237fb2ec25578ffc1618c07
|
||||
size 63364
|
||||
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
patches:
|
||||
initperl_prototype.diff: -p1
|
||||
preamble: |-
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: perl(Parse::RecDescent)
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
|
||||
12
initperl_prototype.diff
Normal file
12
initperl_prototype.diff
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -ur Inline-Python-0.57/Python.xs Inline-Python-0.57_fix/Python.xs
|
||||
--- Inline-Python-0.57/Python.xs 2022-09-18 13:07:09.299412240 +0200
|
||||
+++ Inline-Python-0.57_fix/Python.xs 2024-12-18 10:02:00.459704530 +0100
|
||||
@@ -8,6 +8,8 @@
|
||||
#include "py2pl.h"
|
||||
#include "util.h"
|
||||
|
||||
+void initperl(void);
|
||||
+
|
||||
#ifdef EXPOSE_PERL
|
||||
#include "perlmodule.h"
|
||||
#endif
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 15 05:36:11 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.580.0 (0.58)
|
||||
see /usr/share/doc/packages/perl-Inline-Python/Changes
|
||||
|
||||
0.58 Wed May 14 14:17:00 CEST 2025 (Stefan Seifert)
|
||||
- Fix compilation with Python 3.13 (Mattias Ellert)
|
||||
- Fix compiler warnings (Mattias Ellert)
|
||||
- Improve compatibility with strict(er) C99 compilers (Florian Weimer)
|
||||
- Fix Makefile logic (Mattias Ellert)
|
||||
- Fix build on Windows (Yaribz)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 09:05:08 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
- add initperl_prototype.diff to fix compiler issue
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 20 10:47:40 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
@@ -168,15 +186,22 @@ Thu Dec 3 23:33:12 UTC 2009 - jw@novell.com
|
||||
added happy_gcc.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
* Wed Mar 22 2006 Dries Verachtert <dries@ulyssis.org> - 0.22-1.2
|
||||
Wed Mar 22 2006 - Dries Verachtert <dries@ulyssis.org> - 0.22-1.2
|
||||
|
||||
- Rebuild for Fedora Core 5.
|
||||
|
||||
* Fri Mar 4 2005 Dries Verachtert <dries@ulyssis.org> - 0.22-1
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 4 2005 - Dries Verachtert <dries@ulyssis.org> - 0.22-1
|
||||
|
||||
- Updated to release 0.22.
|
||||
|
||||
* Wed Dec 29 2004 Dries Verachtert <dries@ulyssis.org> - 0.21-1
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 2004 - Dries Verachtert <dries@ulyssis.org> - 0.21-1
|
||||
|
||||
- Updated to release 0.21.
|
||||
|
||||
* Thu Jul 22 2004 Dries Verachtert <dries@ulyssis.org> - 0.20-1
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 22 2004 - Dries Verachtert <dries@ulyssis.org> - 0.20-1
|
||||
|
||||
- Initial package.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Inline-Python
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,25 +18,36 @@
|
||||
|
||||
%define cpan_name Inline-Python
|
||||
Name: perl-Inline-Python
|
||||
Version: 0.57
|
||||
Version: 0.580.0
|
||||
Release: 0
|
||||
# 0.58 -> normalize -> 0.580.0
|
||||
%define cpan_version 0.58
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Write Perl subs and classes in Python
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/N/NI/NINE/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/N/NI/NINE/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
Patch0: initperl_prototype.diff
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Digest::MD5) >= 2.5
|
||||
BuildRequires: perl(Inline) >= 0.46
|
||||
BuildRequires: perl(Proc::ProcessTable) >= 0.53
|
||||
BuildRequires: perl(Inline) >= 0.460
|
||||
BuildRequires: perl(Proc::ProcessTable) >= 0.530
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::Number::Delta)
|
||||
Requires: perl(Digest::MD5) >= 2.5
|
||||
Requires: perl(Inline) >= 0.46
|
||||
Requires: perl(Inline) >= 0.460
|
||||
Provides: perl(Inline::Python) = %{version}
|
||||
Provides: perl(Inline::Python::Boolean)
|
||||
Provides: perl(Inline::Python::Function)
|
||||
Provides: perl(Inline::Python::Object)
|
||||
Provides: perl(Inline::Python::Object::Data)
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: perl(Parse::RecDescent)
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
@@ -53,7 +64,7 @@ also gives you instructions on how to use 'perlmodule', the Python package
|
||||
which gives you access to the Perl interpreter.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
export INLINE_PYTHON_EXECUTABLE=/usr/bin/python3
|
||||
|
||||
Reference in New Issue
Block a user