Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2022-12-27 11:55:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and      /work/SRC/openSUSE:Factory/.scite.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scite"

Tue Dec 27 11:55:01 2022 rev:41 rq:1045406 version:5.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/scite/scite.changes      2022-11-01 
13:43:43.672266226 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new.1563/scite.changes    2022-12-27 
11:55:10.651353156 +0100
@@ -1,0 +2,8 @@
+Mon Dec 26 17:53:34 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 5.3.2:
+  * Change release compilation optimization option to favour speed
+    over space
+- Minor rebase scite-use-system-scintilla.patch for update.
+
+-------------------------------------------------------------------

Old:
----
  scite531.tgz

New:
----
  scite532.tgz

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

Other differences:
------------------
++++++ scite.spec ++++++
--- /var/tmp/diff_new_pack.MXnzdw/_old  2022-12-27 11:55:11.127355803 +0100
+++ /var/tmp/diff_new_pack.MXnzdw/_new  2022-12-27 11:55:11.131355826 +0100
@@ -17,10 +17,10 @@
 #
 
 
-%define tar_ver 531
+%define tar_ver 532
 
 Name:           scite
-Version:        5.3.1
+Version:        5.3.2
 Release:        0
 Summary:        Source Code Editor based on Scintilla
 License:        MIT

++++++ scite-use-system-scintilla.patch ++++++
--- /var/tmp/diff_new_pack.MXnzdw/_old  2022-12-27 11:55:11.163356003 +0100
+++ /var/tmp/diff_new_pack.MXnzdw/_new  2022-12-27 11:55:11.163356003 +0100
@@ -1,7 +1,7 @@
-Index: scite-5.2.2/scite/gtk/makefile
+Index: scite-5.3.2/scite/gtk/makefile
 ===================================================================
---- scite-5.2.2.orig/scite/gtk/makefile
-+++ scite-5.2.2/scite/gtk/makefile
+--- scite-5.3.2.orig/scite/gtk/makefile
++++ scite-5.3.2/scite/gtk/makefile
 @@ -8,6 +8,7 @@
  
  srcdir ?= .
@@ -51,10 +51,10 @@
        rm -f $(DESTDIR)$(libdir)/liblexilla.so
        rm -rf $(DESTDIR)$(SYSCONF_PATH)
  ifdef gnomeprefix
-Index: scite-5.2.2/lexilla/src/makefile
+Index: scite-5.3.2/lexilla/src/makefile
 ===================================================================
---- scite-5.2.2.orig/lexilla/src/makefile
-+++ scite-5.2.2/lexilla/src/makefile
+--- scite-5.3.2.orig/lexilla/src/makefile
++++ scite-5.3.2/lexilla/src/makefile
 @@ -38,6 +38,7 @@ else
      BASE_FLAGS += -fvisibility=hidden
  endif
@@ -63,18 +63,16 @@
  LEXILLA=$(DIR_BIN)/$(SHARED_NAME).$(SHAREDEXTENSION)
  LIBLEXILLA=$(DIR_BIN)/liblexilla.a
  
-@@ -73,15 +74,13 @@ endif
+@@ -75,13 +76,13 @@ RANLIB ?= ranlib
  
- RANLIB ?= ranlib
+ SCINTILLA_INCLUDE = ../../scintilla/include
  
--SCINTILLA_INCLUDE = ../../scintilla/include
--
 -vpath %.h ../src ../include ../../scintilla/include ../lexlib
 +vpath %.h ../src ../include $(SCINTILLA_INCLUDE_DIR) ../lexlib
  vpath %.cxx ../src ../lexlib ../lexers
  
  DEFINES += -D$(if $(DEBUG),DEBUG,NDEBUG)
- BASE_FLAGS += $(if $(DEBUG),-g,-Os)
+ BASE_FLAGS += $(if $(DEBUG),-g,-O3)
  
 -INCLUDES = -I ../include -I $(SCINTILLA_INCLUDE) -I ../src -I ../lexlib
 +INCLUDES = -I ../include -I $(SCINTILLA_INCLUDE_DIR) -I ../src -I ../lexlib
@@ -82,4 +80,3 @@
  
  BASE_FLAGS += $(WARNINGS)
 
-

++++++ scite531.tgz -> scite532.tgz ++++++
++++ 5391 lines of diff (skipped)

Reply via email to