Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
coin-or-lemon


Commits:
04a0efa7 by Sven-Hendrik Haase at 2026-01-19T17:55:25+01:00
upgpkg: 1.3.1-7

- - - - -


4 changed files:

- .SRCINFO
- + LICENSES/BSL-1.0.txt
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = coin-or-lemon
        pkgdesc = A C++ template library providing many common graph algorithms
        pkgver = 1.3.1
-       pkgrel = 6
+       pkgrel = 7
        url = http://lemon.cs.elte.hu/trac/lemon
        arch = x86_64
-       license = BSD
+       license = BSL-1.0
        makedepends = cmake
        makedepends = ninja
        makedepends = doxygen


=====================================
LICENSES/BSL-1.0.txt
=====================================
@@ -0,0 +1,7 @@
+Boost Software License - Version 1.0 - August 17th, 2003
+
+Permission is hereby granted, free of charge, to any person or organization 
obtaining a copy of the software and accompanying documentation covered by this 
license (the "Software") to use, reproduce, display, distribute, execute, and 
transmit the Software, and to prepare derivative works of the Software, and to 
permit third-parties to whom the Software is furnished to do so, all subject to 
the following:
+
+The copyright notices in the Software and this entire statement, including the 
above license grant, this restriction and the following disclaimer, must be 
included in all copies of the Software, in whole or in part, and all derivative 
works of the Software, unless such copies or derivative works are solely in the 
form of machine-executable object code generated by a source language processor.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL 
THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY 
DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING 
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE SOFTWARE.


=====================================
PKGBUILD
=====================================
@@ -3,11 +3,11 @@
 
 pkgname=coin-or-lemon
 pkgver=1.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A C++ template library providing many common graph algorithms"
 arch=('x86_64')
 url="http://lemon.cs.elte.hu/trac/lemon";
-license=('BSD')
+license=('BSL-1.0')
 depends=('coin-or-cbc' 'coin-or-clp' 'glpk')
 makedepends=('cmake' 'ninja' 'doxygen' 'graphviz' 'python')
 options=('staticlibs')


=====================================
REUSE.toml
=====================================
@@ -22,15 +22,15 @@ SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"
 
 [[annotations]]
-path = "update-to-cpp20.patch"
+path = "update_cxx20.patch"
 SPDX-FileCopyrightText = "Matt Liberty"
 SPDX-License-Identifier = "BSL-1.0"
 comment = "Obtained from Matt Liberty"
 
 [[annotations]]
 path = [
-    "cmake-newer-versions.patch",
-    "another-fix.patch"
+    "cmake_version.patch",
+    "remove-register.patch"
 ]
 SPDX-FileCopyrightText = "Andreas Wendleder (gonsolo)"
 SPDX-License-Identifier = "BSL-1.0"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coin-or-lemon/-/commit/04a0efa731091ecd66422c0be9804073419eb992

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coin-or-lemon/-/commit/04a0efa731091ecd66422c0be9804073419eb992
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to