Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f4f7ef42e1 | |||
| 7b1f7af830 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 22 21:27:48 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
- Remove unused BuildRequires: update-desktop-files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 12:07:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@@ -154,7 +159,7 @@ Fri Dec 8 10:52:12 CET 2006 - pnemec@suse.cz
|
||||
- Clean ups in ./src for readability and unifications
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 00:00:00 CET 2006 Pavel Nemec <pnemec@suse.cz>
|
||||
Thu Nov 23 00:00:00 CET 2006 - Pavel Nemec <pnemec@suse.cz>
|
||||
|
||||
- updated to 2.7.4
|
||||
- Some tuning for OpenGL list handling. Especially complexer Zhu3D files may be shown a lot faster after loading now
|
||||
@@ -162,13 +167,13 @@ Thu Nov 23 00:00:00 CET 2006 Pavel Nemec <pnemec@suse.cz>
|
||||
- Some clean ups in translation files and error messages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 00:00:00 CET 2006 Pavel Nemec <pnemec@suse.cz>
|
||||
Tue Nov 21 00:00:00 CET 2006 - Pavel Nemec <pnemec@suse.cz>
|
||||
|
||||
- updated to 2.7.2
|
||||
- move package into science project in build.opensuse.org
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 00:00:00 CET 2006 Pavel Nemec <pnemec@suse.cz>
|
||||
Wed Nov 15 00:00:00 CET 2006 - Pavel Nemec <pnemec@suse.cz>
|
||||
|
||||
- update to version 2.6.7
|
||||
- minor changes in specfile
|
||||
@@ -201,4 +206,3 @@ Thu Aug 24 00:00:00 CET 2006 - vfernandez@polinux.upv.es
|
||||
Thu Aug 17 00:00:00 CET 2006 - vfernandez@polinux.upv.es
|
||||
|
||||
- first build
|
||||
-------------------------------------------------------------------
|
||||
|
||||
12
zhu3d.spec
12
zhu3d.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zhu3d
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2006 Víctor Fernández Martínez. Valencia, Spain.
|
||||
# openSuse (c) 2006 pnemec@novell.com
|
||||
# Copyright (c) 2006 Pavel Nemec pnemec@suse.cz
|
||||
@@ -15,7 +15,7 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -23,22 +23,21 @@ Name: zhu3d
|
||||
Version: 4.2.6
|
||||
Release: 0
|
||||
Summary: OpenGL-based equation viewer and solver
|
||||
License: GPL-3.0
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Scientific/Math
|
||||
Url: https://sourceforge.net/projects/zhu3d/
|
||||
URL: https://sourceforge.net/projects/zhu3d/
|
||||
Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}.desktop
|
||||
Patch0: %{name}-pri.patch
|
||||
# PATCH-FIX-OPENSUSE zhu3d-no-compilation-date.patch - fix "W: file-contains-current-date"
|
||||
Patch2: %{name}-no-compilation-date.patch
|
||||
# PATCH-FIX-OPENSUSE zhu3d-ppc.patch - fixes ppc build
|
||||
Patch3: zhu3d-ppc.patch
|
||||
Patch3: zhu3d-ppc.patch
|
||||
# PATCH-FIX-UPSTREAM zhu3d-4.2.6-qt5.patch -- courtesy of gentoo
|
||||
Patch4: %{name}-4.2.6-qt5.patch
|
||||
BuildRequires: Mesa-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: update-desktop-files
|
||||
%if 0%{?suse_version} >= 1220
|
||||
BuildRequires: Mesa-libGLU-devel
|
||||
%endif
|
||||
@@ -67,7 +66,6 @@ models. Pictures are rendered as png or jpg and can have an arbitrary
|
||||
size. Numerical solutions of an equation-system are found with a quite
|
||||
fast and reliable adaptive random search.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 0
|
||||
|
||||
Reference in New Issue
Block a user