Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tree-sitter for openSUSE:Factory 
checked in at 2023-03-02 23:03:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter (Old)
 and      /work/SRC/openSUSE:Factory/.tree-sitter.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tree-sitter"

Thu Mar  2 23:03:21 2023 rev:7 rq:1068467 version:0.20.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter/tree-sitter.changes  2023-01-18 
14:23:20.660127003 +0100
+++ /work/SRC/openSUSE:Factory/.tree-sitter.new.31432/tree-sitter.changes       
2023-03-02 23:03:56.327901664 +0100
@@ -1,0 +2,8 @@
+Wed Mar  1 13:55:27 UTC 2023 - Matej Cepl <[email protected]>
+
+- VERSION string used in generating *.pc file
+  (among other things) has been hardcoded to 0.6.3
+  (gh#tree-sitter/tree-sitter#1608), we should at least fix it
+  using sed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tree-sitter.spec ++++++
--- /var/tmp/diff_new_pack.sweZWW/_old  2023-03-02 23:03:57.415917216 +0100
+++ /var/tmp/diff_new_pack.sweZWW/_new  2023-03-02 23:03:57.423917330 +0100
@@ -70,6 +70,9 @@
 mkdir -p .cargo
 cp %{SOURCE2} .cargo/config
 
+# fix VERSION in Makefile
+sed -i -e '/^VERSION/s/:= .*$/:= %{version}/' Makefile
+
 %build
 %{cargo_build}
 export CFLAGS='%{optflags}'

Reply via email to