3 Commits

6 changed files with 20 additions and 7 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1754905854
commit: 34623dfe966e38b133aab820c2512440f84dfaf74e481459b392ac09f50f7f47
url: https://src.opensuse.org/jengelh/cliquer
revision: master

3
build.specials.obscpio Normal file
View File

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

Binary file not shown.

BIN
cliquer-1.23.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 11 09:45:54 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.23
* Add a pkg-config file
-------------------------------------------------------------------
Mon Mar 7 08:45:07 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package cliquer
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 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: cliquer
%define lname libcliquer1
Version: 1.22
Version: 1.23
Release: 0
Summary: C routines for finding cliques in graphs
License: GPL-2.0-or-later
@@ -73,8 +73,7 @@ This subpackage provides the development headers for Cliquer's library.
%make_install
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files
%_bindir/cl
@@ -87,5 +86,6 @@ rm -f "%buildroot/%_libdir"/*.la
%files devel
%_includedir/cliq*
%_libdir/libcliquer.so
%_libdir/pkgconfig/*.pc
%changelog