1
0
forked from pool/libbraiding

Compare commits

..

No commits in common. "master" and "factory" have entirely different histories.

4 changed files with 7 additions and 21 deletions

3
libbraiding-1.2.tar.gz Normal file
View File

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

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

Binary file not shown.

View File

@ -1,16 +1,3 @@
-------------------------------------------------------------------
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) 2024 SUSE LLC
# Copyright (c) 2023 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.3.1
Version: 1.2
Release: 0
Summary: Library for computations on braid groups
License: GPL-2.0-or-later
@ -26,7 +26,6 @@ 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,
@ -65,14 +64,14 @@ rm -f "%buildroot/%_libdir"/*.la
%check
%make_build check
%ldconfig_scriptlets -n %lname
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%_libdir/libbraiding.so.0*
%files devel
%_libdir/libbraiding.so
%_libdir/pkgconfig/*.pc
%_includedir/*braid*.h
%changelog