[info=25c87bbe7b204d75df66b858f23917536c5d65c4aaf3fb9be8c92d1c99342843]

OBS-URL: https://build.opensuse.org/package/show/science/libbraiding?expand=0&rev=7
This commit is contained in:
OBS User unknown 2024-11-06 19:46:59 +00:00 committed by Git OBS Bridge
parent 84f209df43
commit 6ee5e1a3d8
6 changed files with 15 additions and 7 deletions

View File

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

View File

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

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

View File

@ -18,7 +18,7 @@
Name: libbraiding
%define lname libbraiding0
Version: 1.3
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,
@ -71,6 +72,7 @@ rm -f "%buildroot/%_libdir"/*.la
%files devel
%_libdir/libbraiding.so
%_libdir/pkgconfig/*.pc
%_includedir/*braid*.h
%changelog