2 Commits

Author SHA256 Message Date
6f39ff1949 Accepting request 1231561 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1231561
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcanlock?expand=0&rev=4
2024-12-17 18:23:11 +00:00
e684b43f8a Accepting request 1231037 from home:mnhauke
- Update to version 3.3.1
  * Bugfix: Add path "$PREFIX/include" to pkg-config files. The
     former "$PREFIX/include/libcanlock-3" is still present for
     compatibility to existing code. The "libcanlock-3" directory
     should be part of preprocessor directives (as documented)
  * Bugfix: Replace license name "MIT-like" with "ICU". Note that
     the license terms are unchanged (only the name was fixed).
  * Add machine readable SPDX license identifiers.

OBS-URL: https://build.opensuse.org/request/show/1231037
OBS-URL: https://build.opensuse.org/package/show/server:mail/libcanlock?expand=0&rev=7
2024-12-16 17:41:03 +00:00
4 changed files with 18 additions and 6 deletions

View File

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

3
libcanlock-3.3.1.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5acd6d59e1fdf2a8507887137cf7f3e862fec0c21cc079bba7068abf03e881d9
size 636161

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Dec 14 21:32:31 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.3.1
* Bugfix: Add path "$PREFIX/include" to pkg-config files. The
former "$PREFIX/include/libcanlock-3" is still present for
compatibility to existing code. The "libcanlock-3" directory
should be part of preprocessor directives (as documented)
* Bugfix: Replace license name "MIT-like" with "ICU". Note that
the license terms are unchanged (only the name was fixed).
* Add machine readable SPDX license identifiers.
-------------------------------------------------------------------
Sat May 28 15:56:33 UTC 2022 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,8 +1,8 @@
#
# spec file for package libcanlock
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2020-2022, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2020-2024, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%global sover 3
%global libname %{name}%{sover}
Name: libcanlock
Version: 3.3.0
Version: 3.3.1
Release: 0
Summary: Library for creating and verifying Usenet cancel locks
License: MIT