Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
25c87bbe7b | |||
963fb168cd |
@ -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
BIN
libbraiding-1.3.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Wed Mar 1 09:42:47 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libbraiding
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libbraiding
|
Name: libbraiding
|
||||||
%define lname libbraiding0
|
%define lname libbraiding0
|
||||||
Version: 1.2
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for computations on braid groups
|
Summary: Library for computations on braid groups
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -26,6 +26,7 @@ Group: Productivity/Scientific/Math
|
|||||||
URL: https://github.com/miguelmarco/libbraiding
|
URL: https://github.com/miguelmarco/libbraiding
|
||||||
Source: https://github.com/miguelmarco/libbraiding/releases/download/%version/%name-%version.tar.gz
|
Source: https://github.com/miguelmarco/libbraiding/releases/download/%version/%name-%version.tar.gz
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CBraid is a C++ library for various computations on braid groups,
|
CBraid is a C++ library for various computations on braid groups,
|
||||||
@ -64,14 +65,14 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%check
|
%check
|
||||||
%make_build check
|
%make_build check
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libbraiding.so.0*
|
%_libdir/libbraiding.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%_libdir/libbraiding.so
|
%_libdir/libbraiding.so
|
||||||
|
%_libdir/pkgconfig/*.pc
|
||||||
%_includedir/*braid*.h
|
%_includedir/*braid*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user