diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index f8a0be3..aaf1ea2 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1730247439 -commit: 963fb168cd0cae24ff287d033c9828b13a8d622b95e7b37846bf7938bc492a02 +mtime: 1730922388 +commit: 25c87bbe7b204d75df66b858f23917536c5d65c4aaf3fb9be8c92d1c99342843 url: https://src.opensuse.org/jengelh/libbraiding revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 17bf61a..9d6d78f 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce0c820ee39ba9ee06add7d392d8015fb07d249122e6bc0efa099012b6f23e4c +oid sha256:4c758299b3bc543bb8f5176b00e7f0e2cb0eccaff60ed57435193125cd73c47d size 256 diff --git a/libbraiding-1.3.1.tar.gz b/libbraiding-1.3.1.tar.gz new file mode 100644 index 0000000..828331c --- /dev/null +++ b/libbraiding-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1738c3ad64a90ca0ad968d2e3c9069b0de08abcf37fb44a151a229d88203950 +size 393142 diff --git a/libbraiding-1.3.tar.gz b/libbraiding-1.3.tar.gz deleted file mode 100644 index c367501..0000000 --- a/libbraiding-1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:428e8b22a42e5539e511619ac61242e088642054bacae1daef174667ecf19000 -size 389034 diff --git a/libbraiding.changes b/libbraiding.changes index 0dc3f57..a8447ee 100644 --- a/libbraiding.changes +++ b/libbraiding.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 6 18:12:30 UTC 2024 - Jan Engelhardt + +- Update to release 1.3.1 + * Add pkg-config support + ------------------------------------------------------------------- Wed Oct 30 00:14:50 UTC 2024 - Jan Engelhardt diff --git a/libbraiding.spec b/libbraiding.spec index 6ed1dc9..a92269c 100644 --- a/libbraiding.spec +++ b/libbraiding.spec @@ -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