Hello community,

here is the log from the commit of package scintilla for openSUSE:Factory 
checked in at 2017-07-29 09:01:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scintilla (Old)
 and      /work/SRC/openSUSE:Factory/.scintilla.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scintilla"

Sat Jul 29 09:01:48 2017 rev:21 rq:512836 version:3.7.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/scintilla/scintilla.changes      2017-05-24 
16:50:52.982198272 +0200
+++ /work/SRC/openSUSE:Factory/.scintilla.new/scintilla.changes 2017-07-29 
09:02:30.627478963 +0200
@@ -1,0 +2,45 @@
+Thu Jul 27 20:11:21 UTC 2017 - [email protected]
+
+- Update to version 3.7.5:
+  * Added a caret line frame as an alternative visual for
+    highlighting the caret line.
+  * Added "Reverse Selected Lines" feature.
+  * SciTE adds "Select All Bookmarks" command.
+  * SciTE adds a save.path.suggestion setting to suggest a file
+    name when saving an unnamed buffer.
+  * Updated case conversion and character categories to Unicode 9.
+  * The Baan lexer recognizes numeric literals in a more compliant
+    manner including hexadecimal numbers and exponentials.
+  * The Bash lexer recognizes strings in lists in more cases. Bug
+    #1944.
+  * The Fortran lexer recognizes a preprocessor line after a line
+    continuation &. Bug #1935.
+  * The Fortran folder can fold comments. Bug #1936.
+  * The PowerShell lexer recognizes escaped quotes in strings. Bug
+    #1929.
+  * The Python lexer recognizes identifiers more accurately when
+    they include non-ASCII characters.
+  * The Python folder treats comments at the end of the file as
+    separate from the preceding structure.
+  * The YAML lexer recognizes comments in more situations and
+    styles a "..." line like a "---" line. Bug #1931.
+  * Update scroll bar when annotations added, removed, or
+    visibility changed. Feature #1187.
+  * Canceling modes with the Esc key preserves a rectangular
+    selection. Bug #1940.
+  * Builds are made with a sorted list of lexers to be more
+    reproducible. Bug #1946.
+  * SciTE examines at most 1 MB of a file to automatically
+    determine indentation for indent.auto to avoid a lengthy pause
+    when loading very large files.
+  * SciTE user interface uses lighter colours and fewer 3D
+    elements to match current desktop environments.
+  * SciTE sets buffer dirty and shows message when file deleted if
+    load.on.activate on.
+  * SciTE on Windows Find strip Find button works in incremental
+    no-close mode. Bug #1926. 
+- Drop reproducible.patch: fixed upstream.
+- Rebase scintilla-shared.patch for update; make it work with -p1
+  for use with quilt.
+
+-------------------------------------------------------------------

Old:
----
  reproducible.patch
  scintilla366.tgz

New:
----
  scintilla375.tgz

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

Other differences:
------------------
++++++ scintilla.spec ++++++
--- /var/tmp/diff_new_pack.GnS43G/_old  2017-07-29 09:02:32.943151805 +0200
+++ /var/tmp/diff_new_pack.GnS43G/_new  2017-07-29 09:02:32.947151240 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scintilla
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-%define tar_ver 366
+%define tar_ver 375
 %define so_ver 3.0
 %define libname libscintilla3
 Name:           scintilla
-Version:        3.6.6
+Version:        3.7.5
 Release:        0
 Summary:        A free source code editing component
 License:        MIT
@@ -28,8 +28,6 @@
 Url:            http://www.scintilla.org
 Source:         
http://sourceforge.net/projects/scintilla/files/scintilla/%{version}/%{name}%{tar_ver}.tgz
 Patch0:         %{name}-shared.patch
-# PATCH-FIX-UPSTREAM bmwiedemann https://sourceforge.net/p/scintilla/bugs/1946/
-Patch1:         reproducible.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -94,8 +92,7 @@
 
 %prep
 %setup -q -n %{name}
-%patch0
-%patch1 -p1
+%patch0 -p1
 
 %build
 cd gtk

++++++ scintilla-shared.patch ++++++
--- /var/tmp/diff_new_pack.GnS43G/_old  2017-07-29 09:02:33.003143330 +0200
+++ /var/tmp/diff_new_pack.GnS43G/_new  2017-07-29 09:02:33.007142764 +0200
@@ -1,17 +1,17 @@
-Index: gtk/makefile
+Index: scintilla/gtk/makefile
 ===================================================================
---- gtk/makefile.orig
-+++ gtk/makefile
-@@ -42,7 +42,7 @@ DEL = del /q
- COMPLIB=..\bin\scintilla.a
+--- scintilla.orig/gtk/makefile
++++ scintilla/gtk/makefile
+@@ -45,7 +45,7 @@ DEL = del /q
+ COMPLIB=$(srcdir)\..\bin\scintilla.a
  else
  DEL = rm -f
--COMPLIB=../bin/scintilla.a
-+COMPLIB=../bin/libscintilla.la
+-COMPLIB=$(srcdir)/../bin/scintilla.a
++COMPLIB=$(srcdir)/../bin/libscintilla.la
  endif
  
- vpath %.h ../src ../include ../lexlib
-@@ -71,19 +71,18 @@ else
+ vpath %.h $(srcdir) $(srcdir)/../src $(srcdir)/../include $(srcdir)/../lexlib
+@@ -75,12 +75,12 @@ else
  CTFLAGS=-DDEBUG -g $(CXXBASEFLAGS) $(THREADFLAGS)
  endif
  else
@@ -19,7 +19,6 @@
 +CTFLAGS=-DNDEBUG $(CXXBASEFLAGS) $(THREADFLAGS)
  endif
  
--CFLAGS:=$(CTFLAGS)
  CXXTFLAGS:=--std=gnu++0x $(CTFLAGS) $(REFLAGS)
  
 -CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION))
@@ -27,27 +26,20 @@
  MARSHALLER=scintilla-marshal.o
  
  .cxx.o:
-       $(CXX) $(CONFIGFLAGS) $(CXXTFLAGS) $(CXXFLAGS) -c $<
- .c.o:
--      $(CC) $(CONFIGFLAGS) $(CFLAGS) -w -c $<
-+      $(CC) $(CONFIGFLAGS) $(CTFLAGS) $(CFLAGS) -w -c $<
- 
- GLIB_GENMARSHAL = glib-genmarshal
- GLIB_GENMARSHAL_FLAGS = --prefix=scintilla_marshal
-@@ -104,7 +103,7 @@ analyze:
-       clang --analyze $(CONFIGFLAGS) $(CXXTFLAGS) $(CXXFLAGS) *.cxx 
../src/*.cxx ../lexlib/*.cxx ../lexers/*.cxx
- 
- deps:
--      $(CXX) -MM $(CONFIGFLAGS) $(CXXTFLAGS) *.cxx ../src/*.cxx 
../lexlib/*.cxx ../lexers/*.cxx | sed -e 's/\/usr.* //' | grep [a-zA-Z] 
>deps.mak
-+      $(CXX) -MM $(CONFIGFLAGS) $(CXXTFLAGS) $(CXXFLAGS) *.cxx ../src/*.cxx 
../lexlib/*.cxx ../lexers/*.cxx | sed -e 's/\/usr.* //' | grep [a-zA-Z] 
>deps.mak
+@@ -111,7 +111,7 @@ LEXSORTED=$(shell ls $(srcdir)/../lexers
+ DEPSRCS=$(srcdir)/*.cxx $(srcdir)/../src/*.cxx $(srcdir)/../lexlib/*.cxx 
$(LEXSORTED)
+ deps: deps.mak
+ deps.mak:
+-      $(CXX) -MM $(CONFIGFLAGS) $(CXXTFLAGS) $(DEPSRCS) | sed -e 's/\/usr.* 
//' | grep [a-zA-Z] > $@
++      $(CXX) -MM $(CONFIGFLAGS) $(CXXTFLAGS) $(CXXFLAGS) $(DEPSRCS) | sed -e 
's/\/usr.* //' | grep [a-zA-Z] > $@
  
  $(COMPLIB): Accessor.o CharacterSet.o LexerBase.o LexerModule.o LexerSimple.o 
StyleContext.o WordList.o \
        CharClassify.o Decoration.o Document.o PerLine.o Catalogue.o CallTip.o 
CaseConvert.o CaseFolder.o \
-@@ -113,8 +112,7 @@ $(COMPLIB): Accessor.o CharacterSet.o Le
-       KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o 
CharacterCategory.o ViewStyle.o \
+@@ -120,8 +120,7 @@ $(COMPLIB): Accessor.o CharacterSet.o Le
+       KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o 
ScintillaGTKAccessible.o CellBuffer.o CharacterCategory.o ViewStyle.o \
        RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o 
UniConversion.o XPM.o \
        $(MARSHALLER) $(LEXOBJS)
--      $(AR) rc $@ $^
+-      $(AR) $(ARFLAGS) $@ $^
 -      $(RANLIB) $@
 +      libtool --mode=link gcc $(CONFIGFLAGS) -o $@ $^ -rpath $(LIBDIR) 
$(CONFIGLDFLAGS) -version-info $(VERSION)
  

++++++ scintilla366.tgz -> scintilla375.tgz ++++++
++++ 43265 lines of diff (skipped)


Reply via email to