Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sexp for openSUSE:Factory checked in 
at 2023-06-21 22:40:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sexp (Old)
 and      /work/SRC/openSUSE:Factory/.sexp.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sexp"

Wed Jun 21 22:40:37 2023 rev:2 rq:1094486 version:0.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/sexp/sexp.changes        2023-06-16 
16:54:26.101560474 +0200
+++ /work/SRC/openSUSE:Factory/.sexp.new.15902/sexp.changes     2023-06-21 
22:41:29.326959610 +0200
@@ -1,0 +2,9 @@
+Wed Jun 21 19:46:57 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- sexp 0.8.5:
+  * license clarified to MIT
+  * Limit allowed nesting layers in print_xxx
+- drop sexp-0.8.4-shared-lib.patch
+- add sexp-0.8.5-soversion.patch
+
+-------------------------------------------------------------------

Old:
----
  sexp-0.8.4-shared-lib.patch
  sexp-0.8.4.tar.gz

New:
----
  sexp-0.8.5-soversion.patch
  sexp-0.8.5.tar.gz

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

Other differences:
------------------
++++++ sexp.spec ++++++
--- /var/tmp/diff_new_pack.5exZXK/_old  2023-06-21 22:41:30.074964111 +0200
+++ /var/tmp/diff_new_pack.5exZXK/_new  2023-06-21 22:41:30.078964136 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package sexp
 #
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2023 Andreas Stieger <andreas.stie...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +19,13 @@
 
 %define soversion 0
 Name:           sexp
-Version:        0.8.4
+Version:        0.8.5
 Release:        0
 Summary:        S-expressions parser and generator library
 License:        MIT
 URL:            https://github.com/rnpgp/sexp
 Source:         
https://github.com/rnpgp/sexp/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         sexp-0.8.4-shared-lib.patch
+Patch1:         sexp-0.8.5-soversion.patch
 BuildRequires:  c++_compiler
 BuildRequires:  cmake >= 3.14
 BuildRequires:  gtest >= 1.8.1
@@ -62,6 +63,7 @@
 %build
 %cmake \
        -DDOWNLOAD_GTEST:BOOL=OFF \
+       -DBUILD_SHARED_LIBS:BOOL=ON \
        %{nil}
 %cmake_build
 

++++++ sexp-0.8.5-soversion.patch ++++++
Index: sexp-0.8.5/CMakeLists.txt
===================================================================
--- sexp-0.8.5.orig/CMakeLists.txt
+++ sexp-0.8.5/CMakeLists.txt
@@ -124,6 +124,7 @@ add_library(sexp ${TYPE}
     "include/sexp/sexp-error.h"
     "include/sexp/ext-key-format.h"
 )
+set_target_properties(sexp PROPERTIES SOVERSION 0)
 
 target_compile_features(sexp PUBLIC cxx_std_11)
 target_include_directories(sexp PUBLIC

++++++ sexp-0.8.4.tar.gz -> sexp-0.8.5.tar.gz ++++++
++++ 2440 lines of diff (skipped)

Reply via email to