1
0

6 Commits

Author SHA256 Message Date
44eb431210 Accepting request 1290222 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1290222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMuPDF?expand=0&rev=29
2025-07-06 15:07:38 +00:00
0447bdd29a Accepting request 1290151 from home:mlin7442:branches:devel:languages:python
fix Leap 16 build

OBS-URL: https://build.opensuse.org/request/show/1290151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=64
2025-07-03 12:19:27 +00:00
8ac880d25f Accepting request 1266120 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1266120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMuPDF?expand=0&rev=28
2025-04-16 18:39:09 +00:00
0128ad6047 Accepting request 1266087 from home:mcalabkova:branches:devel:languages:python
- Fix packaging with new setuptools

OBS-URL: https://build.opensuse.org/request/show/1266087
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=62
2025-04-01 12:14:04 +00:00
3798726895 Accepting request 1253927 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1253927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMuPDF?expand=0&rev=27
2025-03-18 16:41:38 +00:00
56fa267d56 Accepting request 1253870 from home:Andreas_Schwab:Factory
- Compile everything with -DNDEBUG to fix reference to undefined symbols
- Compile mupdf with %optflags

OBS-URL: https://build.opensuse.org/request/show/1253870
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=60
2025-03-17 20:13:55 +00:00
2 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jul 2 09:15:44 UTC 2025 - Max Lin <mlin@suse.com>
- Fix packaging for Leap 16
-------------------------------------------------------------------
Tue Apr 1 10:55:47 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Fix packaging with new setuptools
-------------------------------------------------------------------
Mon Mar 17 09:06:01 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Compile everything with -DNDEBUG to fix reference to undefined symbols
- Compile mupdf with %optflags
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 13 14:54:54 UTC 2023 - ecsos <ecsos@opensuse.org> Wed Dec 13 14:54:54 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file # spec file for package python-PyMuPDF
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -60,7 +60,8 @@ book formats. PyMuPDF can also access files with extensions *.pdf,
%autosetup -p1 -n %{pypi_name}-%{version} %autosetup -p1 -n %{pypi_name}-%{version}
%build %build
export CFLAGS="%{optflags} -I/usr/include/freetype2" export CFLAGS="%{optflags} -I/usr/include/freetype2 -DNDEBUG"
export ARCHFLAGS="%{optflags}"
%pyproject_wheel %pyproject_wheel
%install %install
@@ -74,7 +75,7 @@ cd /tmp
%files %{python_files} %files %{python_files}
%license COPYING %license COPYING
%doc README.md %doc README.md
%{python_sitearch}/PyMuPDF-%{version}*-info %{python_sitearch}/[Pp]y[Mm]u[Pp][Dd][Ff]-%{version}*info
%{python_sitearch}/fitz/ %{python_sitearch}/fitz/
%changelog %changelog