1 Commits

Author SHA256 Message Date
Jiri Slaby
aa66c46915 pull from devel prj 2025-04-06 09:17:57 +02:00
7 changed files with 26 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
<param name="url">https://github.com/stp/stp</param>
<param name="scm">git</param>
<param name="filename">stp</param>
<param name="revision">2e31fe7f1e6db59f8dce1666ce6d932df7ccf4e9</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">@PARENT_TAG@+%cd</param>
<param name="match-tag">[0-9]*</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/stp/stp</param>
<param name="changesrevision">d70085462f07c8a5a2f1225f727cda3ef505b141</param></service></servicedata>
<param name="changesrevision">2e31fe7f1e6db59f8dce1666ce6d932df7ccf4e9</param></service></servicedata>

View File

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

BIN
stp-2.3.4+20240918.obscpio LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 28 06:58:48 UTC 2025 - jslaby@suse.cz
- Update to version 2.3.4+20240918:
* Added dummy diagnostic-output-channel support
* Make timestamp in generated file use $SOURCE_DATE_EPOCH
* Use sysconfig, not distutils, to find python root
* Move to CMS @ 5.11.22
* Bump CMS revision to b735c94
-------------------------------------------------------------------
Mon Mar 10 10:26:08 UTC 2025 - Marius Grossu <marius.grossu@suse.com>
- Add missing BuildRequires python3-setuptools
-------------------------------------------------------------------
Fri Jun 28 06:06:35 UTC 2024 - jslaby@suse.cz

View File

@@ -1,4 +1,4 @@
name: stp
version: 2.3.4+20240611
mtime: 1718081604
commit: d70085462f07c8a5a2f1225f727cda3ef505b141
version: 2.3.4+20240918
mtime: 1726687946
commit: 2e31fe7f1e6db59f8dce1666ce6d932df7ccf4e9

View File

@@ -1,7 +1,7 @@
#
# spec file for package stp
#
# Copyright (c) 2024 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 @@
%define sover 2_3
Name: stp
Version: 2.3.4+20240611
Version: 2.3.4+20240918
Release: 0
Summary: Constraint Solver
License: MIT
@@ -35,6 +35,7 @@ BuildRequires: libboost_program_options-devel
BuildRequires: minisat-devel
BuildRequires: ninja
BuildRequires: python3-base
BuildRequires: python3-setuptools
BuildRequires: xz
%description