Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-opengl-accelerate for
openSUSE:Factory checked in at 2026-02-20 17:44:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-opengl-accelerate (Old)
and /work/SRC/openSUSE:Factory/.python-opengl-accelerate.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-opengl-accelerate"
Fri Feb 20 17:44:22 2026 rev:18 rq:1334100 version:3.1.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-opengl-accelerate/python-opengl-accelerate.changes
2025-07-25 17:06:13.723539041 +0200
+++
/work/SRC/openSUSE:Factory/.python-opengl-accelerate.new.1977/python-opengl-accelerate.changes
2026-02-20 17:52:39.260611498 +0100
@@ -1,0 +2,8 @@
+Fri Feb 20 01:50:54 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 3.1.10:
+ * Mostly bug fixes.
+- Switch to pypi tarball, we can avoid tar_scm and awkward steps in %prep.
+- Drop patch support-cython-3.1.patch, merged upstream.
+
+-------------------------------------------------------------------
Old:
----
PyOpenGL-accelerate-3.1.9.tar.gz
_service
support-cython-3.1.patch
New:
----
pyopengl_accelerate-3.1.10.tar.gz
----------(Old B)----------
Old:- Switch to pypi tarball, we can avoid tar_scm and awkward steps in %prep.
- Drop patch support-cython-3.1.patch, merged upstream.
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-opengl-accelerate.spec ++++++
--- /var/tmp/diff_new_pack.R3a879/_old 2026-02-20 17:52:39.908638644 +0100
+++ /var/tmp/diff_new_pack.R3a879/_new 2026-02-20 17:52:39.908638644 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-opengl-accelerate
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,14 @@
#
-%define tarname PyOpenGL-accelerate
-%define _version 3.1.9
%{?sle15_python_module_pythons}
Name: python-opengl-accelerate
-Version: %{_version}
+Version: 3.1.10
Release: 0
Summary: Acceleration for python-opengl
License: BSD-3-Clause
URL: http://pyopengl.sourceforge.net
-Source0: %{tarname}-%{_version}.tar.gz
-# PATCH-FIX-UPSTREAM Based on gh#mcfletch/pyopengl#146
-Patch0: support-cython-3.1.patch
+Source0:
https://files.pythonhosted.org/packages/source/p/pyopengl-accelerate/pyopengl_accelerate-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module opengl >= %{version}}
@@ -49,13 +45,7 @@
code.
%prep
-%autosetup -p1 -n %{tarname}-%{_version}
-
-# _service pulldown creates %%{tarname}-%%{_version}/accelerate/<required
files>,
-# move them to root of build area and remove 'accelerate' directory
-# to continue as normal.
-mv accelerate/* ./
-rmdir accelerate
+%autosetup -p1 -n pyopengl_accelerate-%{version}
%build
export CFLAGS="%{optflags} -DGLX_GLXEXT_LEGACY"