Hello community,

here is the log from the commit of package stp for openSUSE:Factory checked in 
at 2020-11-11 20:48:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stp (Old)
 and      /work/SRC/openSUSE:Factory/.stp.new.26437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stp"

Wed Nov 11 20:48:02 2020 rev:8 rq:847740 version:2.3.3+20201027

Changes:
--------
--- /work/SRC/openSUSE:Factory/stp/stp.changes  2020-02-06 13:09:44.880385856 
+0100
+++ /work/SRC/openSUSE:Factory/.stp.new.26437/stp.changes       2020-11-11 
20:48:08.335745406 +0100
@@ -1,0 +2,24 @@
+Wed Nov 04 08:57:04 UTC 2020 - [email protected]
+
+- Update to version 2.3.3+20201027:
+  * Ensuring that we do not create double frames when creating a new frame; 
closes #385
+  * Fix build for minisat, using stp/minisat
+  * First look for installed MiniSat, then the built one
+  * Fixing warnings by GitHub static code analysis
+  * Allow finding minisat through CONFIG first
+  * Create codeql-analysis.yml
+  * Ensuring documentation consistency with the use of semicolon vs. period
+  * Correcting double backticks in README
+  * Updating README to update build steps and document how to run CMake 
without installing STP's dependencies system-wide
+  * Importing the latest 'GetGitRevisionDescription' CMake modules from 
rpavlik/cmake-modules
+  * Ensuring that all CMake targets are correct to support no-op builds
+  * Updating code to use C++11 autos for readability
+  * and much more
+- switch to obs_scm
+
+-------------------------------------------------------------------
+Wed Nov  4 07:14:40 UTC 2020 - Jiri Slaby <[email protected]>
+
+- fix build on 12sp5 -- define Python_ADDITIONAL_VERSIONS to 3
+
+-------------------------------------------------------------------

Old:
----
  stp-2.3.3+20200113.tar.xz

New:
----
  stp-2.3.3+20201027.obscpio
  stp.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ stp.spec ++++++
--- /var/tmp/diff_new_pack.3GybMZ/_old  2020-11-11 20:48:09.051746079 +0100
+++ /var/tmp/diff_new_pack.3GybMZ/_new  2020-11-11 20:48:09.055746082 +0100
@@ -18,7 +18,7 @@
 
 %define sover 2_3
 Name:           stp
-Version:        2.3.3+20200113
+Version:        2.3.3+20201027
 Release:        0
 Summary:        Constraint Solver
 License:        MIT
@@ -85,6 +85,7 @@
 %build
 %define __builder ninja
 %cmake \
+       -DPython_ADDITIONAL_VERSIONS=3 \
        -DALSO_BUILD_STATIC_LIB:BOOL="off" \
        -DSTP_TIMESTAMPS:BOOL="off"
 %cmake_build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3GybMZ/_old  2020-11-11 20:48:09.083746109 +0100
+++ /var/tmp/diff_new_pack.3GybMZ/_new  2020-11-11 20:48:09.083746109 +0100
@@ -1,14 +1,17 @@
 <services>
-  <service mode="disabled" name="tar_scm">
+  <service mode="disabled" name="obs_scm">
     <param name="url">git://github.com/stp/stp.git</param>
     <param name="scm">git</param>
     <param name="filename">stp</param>
     <param name="changesgenerate">enable</param>
     <param name="versionformat">@PARENT_TAG@+%cd</param>
+    <param name="match-tag">[0-9]*</param>
   </service>
-  <service mode="disabled" name="recompress">
-    <param name="file">*.tar</param>
+  <service mode="disabled" name="set_version"/>
+
+  <service name="tar" mode="buildtime"/>
+  <service name="recompress" mode="buildtime">
+    <param name="file">stp-*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service mode="disabled" name="set_version"/>
 </services>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.3GybMZ/_old  2020-11-11 20:48:09.099746123 +0100
+++ /var/tmp/diff_new_pack.3GybMZ/_new  2020-11-11 20:48:09.103746127 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/stp/stp.git</param>
-          <param 
name="changesrevision">bf58ce9c1e5c2c36d57aedf238cdf8a071cd0d35</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">7239984b5d8ab8800d753e7f690c41f014b02715</param></service></servicedata>
\ No newline at end of file

++++++ stp.obsinfo ++++++
name: stp
version: 2.3.3+20201027
mtime: 1603784517
commit: 65b8bd355d63b2cc75ec072e3ae737dd219d731d
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to