SHA256
1
0
forked from pool/libbraiding

Compare commits

...

5 Commits

6 changed files with 28 additions and 7 deletions

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1730922388
commit: 25c87bbe7b204d75df66b858f23917536c5d65c4aaf3fb9be8c92d1c99342843
url: https://src.opensuse.org/jengelh/libbraiding
revision: master

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c758299b3bc543bb8f5176b00e7f0e2cb0eccaff60ed57435193125cd73c47d
size 256

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73087d1145ace719eafeda1db1c28b5fe1c981b7e784dc59f2b1d6fc4ff75f80
size 380852

BIN
libbraiding-1.3.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Nov 6 18:12:30 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.3.1
* Add pkg-config support
-------------------------------------------------------------------
Wed Oct 30 00:14:50 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.3
* Added more functions to the interface: SendToSSS, SendToUSS,
SendToSC, Trajectory, CycliSliding.
-------------------------------------------------------------------
Wed Mar 1 09:42:47 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libbraiding
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: libbraiding
%define lname libbraiding0
Version: 1.2
Version: 1.3.1
Release: 0
Summary: Library for computations on braid groups
License: GPL-2.0-or-later
@ -26,6 +26,7 @@ Group: Productivity/Scientific/Math
URL: https://github.com/miguelmarco/libbraiding
Source: https://github.com/miguelmarco/libbraiding/releases/download/%version/%name-%version.tar.gz
BuildRequires: gcc-c++
BuildRequires: pkg-config
%description
CBraid is a C++ library for various computations on braid groups,
@ -64,14 +65,14 @@ rm -f "%buildroot/%_libdir"/*.la
%check
%make_build check
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%_libdir/libbraiding.so.0*
%files devel
%_libdir/libbraiding.so
%_libdir/pkgconfig/*.pc
%_includedir/*braid*.h
%changelog