Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b3af69e250 | |||
| 976e4d3c2c | |||
| 2cd798ec68 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53a5754d6b2fc3e184953d985c233118ef0ab87169f34e3aec4a7e6d20cd9bd4
|
||||
size 336527
|
||||
3
partio-1.19.0.tar.gz
Normal file
3
partio-1.19.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:128913266a88a0939aaa4bc951ae4d4da1c380408bcc0ea9e7f526556afeaad0
|
||||
size 338754
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 8 18:03:44 UTC 2025 - Christoph G <foss@grueninger.de>
|
||||
|
||||
- update to 1.19.0
|
||||
* fix opacity by swapping logic
|
||||
- update to 1.18.0
|
||||
* Fixes for partedit to show fixed attribute indexed strs
|
||||
* Fix crash divide by zero when attribute has no count
|
||||
* update partinspect to accept ParticlesDataMutable pointe
|
||||
- update to 1.17.0
|
||||
* Update CMake Python detection
|
||||
* tests: only enable when PARTIO_GTEST_ENABLED is ON
|
||||
- update to 1.16.0
|
||||
* Fixed a number of bugs and compiler warnings
|
||||
- update to 1.15.0
|
||||
* Ptython3 compatibility
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 27 18:15:01 UTC 2021 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
|
||||
10
partio.spec
10
partio.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package partio
|
||||
#
|
||||
# Copyright (c) 2021 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
|
||||
@@ -21,13 +21,13 @@
|
||||
%define pyver python3
|
||||
|
||||
Name: partio
|
||||
Version: 1.14.6
|
||||
Version: 1.19.0
|
||||
Release: 1
|
||||
Summary: Library for reading/writing/manipulating common animation particle
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/wdas/%{name}
|
||||
Source: https://github.com/wdas/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake >= 3.15
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@@ -83,8 +83,7 @@ sed -i 's:^#!/usr/bin/env python:#!%{_bindir}/%{pyver}:' src/tools/*.py
|
||||
%build
|
||||
%cmake \
|
||||
-DCMAKE_PREFIX_PATH=%{_prefix} \
|
||||
-DCMAKE_INSTALL_DOCDIR=%{_defaultdocdir}/%{name} \
|
||||
-DCXXFLAGS_STD=c++17
|
||||
-DCMAKE_INSTALL_DOCDIR=%{_defaultdocdir}/%{name}
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
@@ -103,7 +102,6 @@ rm -vrf %{buildroot}%{_datadir}/%{name}/test
|
||||
%doc README.md
|
||||
%{_bindir}/part*
|
||||
%{_datadir}/swig/%{name}.i
|
||||
%dir %{_datadir}/%{name}
|
||||
|
||||
%files devel
|
||||
%{_includedir}/*
|
||||
|
||||
Reference in New Issue
Block a user