commit scite for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2020-05-11 13:44:15

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new.2738 (New)


Package is "scite"

Mon May 11 13:44:15 2020 rev:28 rq:802544 version:4.3.3

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2020-04-16 
23:03:33.947691455 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new.2738/scite.changes2020-05-11 
13:44:21.645502331 +0200
@@ -1,0 +2,6 @@
+Thu May  7 11:57:29 UTC 2020 - Paolo Stivanin 
+
+- Update to version 4.3.3:
+  * improves Assembler, Batch, and Perl lexers
+
+---

Old:

  scite432.tgz

New:

  scite433.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.QqcGNm/_old  2020-05-11 13:44:25.101509665 +0200
+++ /var/tmp/diff_new_pack.QqcGNm/_new  2020-05-11 13:44:25.105509673 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define tar_ver 432
+%define tar_ver 433
 Name:   scite
-Version:4.3.2
+Version:4.3.3
 Release:0
 Summary:Source Code Editor based on Scintilla
 License:MIT

++ scite432.tgz -> scite433.tgz ++
 13270 lines of diff (skipped)




commit scite for openSUSE:Factory

2020-04-16 Thread root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2020-04-16 23:03:32

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new.2738 (New)


Package is "scite"

Thu Apr 16 23:03:32 2020 rev:27 rq:794458 version:4.3.2

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2020-02-05 
19:44:56.419360226 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new.2738/scite.changes2020-04-16 
23:03:33.947691455 +0200
@@ -1,0 +2,7 @@
+Thu Apr 16 06:37:07 UTC 2020 - Martin Pluskal 
+
+- Update to version 4.3.2:
+  * Add default argument for StyleContext::GetRelative.
+  * Automatically scroll while dragging text.
+
+---

Old:

  scite430.tgz

New:

  scite432.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.lXXLu9/_old  2020-04-16 23:03:35.079692463 +0200
+++ /var/tmp/diff_new_pack.lXXLu9/_new  2020-04-16 23:03:35.079692463 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define tar_ver 430
+%define tar_ver 432
 Name:   scite
-Version:4.3.0
+Version:4.3.2
 Release:0
 Summary:Source Code Editor based on Scintilla
 License:MIT

++ scite430.tgz -> scite432.tgz ++
 4122 lines of diff (skipped)




commit scite for openSUSE:Factory

2020-02-05 Thread root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2020-02-05 19:44:19

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new.26092 (New)


Package is "scite"

Wed Feb  5 19:44:19 2020 rev:26 rq:770250 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2017-07-29 
09:02:35.298818997 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new.26092/scite.changes   2020-02-05 
19:44:56.419360226 +0100
@@ -1,0 +2,7 @@
+Wed Feb  5 09:37:59 UTC 2020 - Ondřej Súkup 
+
+- update to 4.3.0
+- drop gtk2 support
+ * big upstream changelog -> https://www.scintilla.org/ScintillaHistory.html
+
+---

Old:

  scite375.tgz

New:

  scite430.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.4KwHP2/_old  2020-02-05 19:44:57.239360616 +0100
+++ /var/tmp/diff_new_pack.4KwHP2/_new  2020-02-05 19:44:57.243360618 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scite
 #
-# Copyright (c) 2016-2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2012-2017 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,28 +13,32 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define tar_ver 430
 Name:   scite
-Version:3.7.5
+Version:4.3.0
 Release:0
-%define tar_ver 375
 Summary:Source Code Editor based on Scintilla
 License:MIT
-Group:  Productivity/Text/Editors
-Url:http://www.scintilla.org/SciTE.html
+URL:https://www.scintilla.org/SciTE.html
 Source0:http://download.sourceforge.net/scintilla/%{name}%{tar_ver}.tgz
 Source1:%{name}.changes
 BuildRequires:  gcc-c++
-%if 0%{?favor_gtk2}
-BuildRequires:  gtk2-devel
-%else
-BuildRequires:  gtk3-devel
-%endif
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(gail-3.0)
+BuildRequires:  pkgconfig(gdk-3.0)
+BuildRequires:  pkgconfig(gdk-broadway-3.0)
+BuildRequires:  pkgconfig(gdk-wayland-3.0)
+BuildRequires:  pkgconfig(gdk-x11-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-broadway-3.0)
+BuildRequires:  pkgconfig(gtk+-unix-print-3.0)
+BuildRequires:  pkgconfig(gtk+-wayland-3.0)
+BuildRequires:  pkgconfig(gtk+-x11-3.0)
 
 %description
 SciTE is a SCIntilla based Text Editor. Originally built to demonstrate
@@ -44,46 +48,22 @@
 %prep
 %setup -q -c
 
-# Fix "Your file uses  __DATE and __TIME__ this causes the package to rebuild 
when not needed warning"
-# 
http://sourceforge.net/tracker/?func=detail=102439=3314371_id=2439
 is WONTFIX.
-# We use the date from the changes file
-set_date_time=`date --date "@\`stat --format %Y %{S:1}\`" +"%B %Y %H:%M"`
-sed -i 's/wsci, \"\" \_\_DATE\_\_ \" \" \_\_TIME\_\_ \"\\n"/wsci, 
\"'"$set_date_time"'\\n\"/g' scite/src/Credits.cxx
-
 %build
 export CXXFLAGS='%{optflags}'
 export CFLAGS='%{optflags}'
-
-%if 0%{?favor_gtk2}
-make %{?_smp_mflags} -C scintilla/gtk
-make %{?_smp_mflags} -C scite/gtk
-%else
-make GTK3=1 %{?_smp_mflags} -C scintilla/gtk
-make GTK3=1 %{?_smp_mflags} -C scite/gtk
-%endif
+%make_build GTK3=1 -C scintilla/gtk
+%make_build GTK3=1 -C scite/gtk
 
 %install
-%if 0%{?favor_gtk2}
-make DESTDIR=%{buildroot} -C scite/gtk install
-%else
 make GTK3=1 DESTDIR=%{buildroot} -C scite/gtk install
-%endif
 # Add the man page
 mkdir -p %{buildroot}%{_mandir}/man1
 install -m 0644 scite/doc/scite.1 %{buildroot}%{_mandir}/man1/SciTE.1
 %suse_update_desktop_file -r SciTE GTK Development Utility Building TextEditor
 
-%if !0%{?sles_version}
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-%endif
-
 %files
-%defattr(-,root,root)
-%doc scite/README scite/License.txt
+%license scite/License.txt
+%doc scite/README
 %{_bindir}/SciTE
 %{_datadir}/scite/
 %{_datadir}/pixmaps/Sci48M.png

++ scite375.tgz -> scite430.tgz ++
 190029 lines of diff (skipped)




commit scite for openSUSE:Factory

2017-07-29 Thread root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2017-07-29 09:01:58

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is "scite"

Sat Jul 29 09:01:58 2017 rev:25 rq:512887 version:3.7.5

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2017-05-31 
12:20:16.743853170 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2017-07-29 
09:02:35.298818997 +0200
@@ -1,0 +2,16 @@
+Thu Jul 27 20:24:19 UTC 2017 - badshah...@gmail.com
+
+- Update to version 3.7.5:
+  * SciTE adds "Select All Bookmarks" command.
+  * SciTE adds a save.path.suggestion setting to suggest a file
+name when saving an unnamed buffer. 
+  * 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. 
+- Drop reproducible.patch: incorporated upstream.
+
+---

Old:

  reproducible.patch
  scite374.tgz

New:

  scite375.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.qGDty8/_old  2017-07-29 09:02:38.034432509 +0200
+++ /var/tmp/diff_new_pack.qGDty8/_new  2017-07-29 09:02:38.034432509 +0200
@@ -18,17 +18,15 @@
 
 
 Name:   scite
-Version:3.7.4
+Version:3.7.5
 Release:0
-%define tar_ver 374
+%define tar_ver 375
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors
 Url:http://www.scintilla.org/SciTE.html
 Source0:http://download.sourceforge.net/scintilla/%{name}%{tar_ver}.tgz
 Source1:%{name}.changes
-# PATCH-FIX-UPSTREAM https://sourceforge.net/p/scintilla/bugs/1946/
-Patch0: reproducible.patch
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 BuildRequires:  gtk2-devel
@@ -45,7 +43,6 @@
 
 %prep
 %setup -q -c
-%patch0 -p1
 
 # Fix "Your file uses  __DATE and __TIME__ this causes the package to rebuild 
when not needed warning"
 # 
http://sourceforge.net/tracker/?func=detail=102439=3314371_id=2439
 is WONTFIX.

++ scite374.tgz -> scite375.tgz ++
 28188 lines of diff (skipped)




commit scite for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2017-05-31 12:19:40

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is "scite"

Wed May 31 12:19:40 2017 rev:24 rq:499598 version:3.7.4

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2017-04-20 
20:57:01.156469403 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2017-05-31 
12:20:16.743853170 +0200
@@ -1,0 +2,6 @@
+Tue May 30 07:01:03 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to sort input files to make build reproducible
+  (boo#1041090)
+
+---

New:

  reproducible.patch



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.Qd5bim/_old  2017-05-31 12:20:17.883692265 +0200
+++ /var/tmp/diff_new_pack.Qd5bim/_new  2017-05-31 12:20:17.887691700 +0200
@@ -27,6 +27,8 @@
 Url:http://www.scintilla.org/SciTE.html
 Source0:http://download.sourceforge.net/scintilla/%{name}%{tar_ver}.tgz
 Source1:%{name}.changes
+# PATCH-FIX-UPSTREAM https://sourceforge.net/p/scintilla/bugs/1946/
+Patch0: reproducible.patch
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 BuildRequires:  gtk2-devel
@@ -43,6 +45,7 @@
 
 %prep
 %setup -q -c
+%patch0 -p1
 
 # Fix "Your file uses  __DATE and __TIME__ this causes the package to rebuild 
when not needed warning"
 # 
http://sourceforge.net/tracker/?func=detail=102439=3314371_id=2439
 is WONTFIX.

++ reproducible.patch ++
Index: scite-3.7.4/scintilla/gtk/makefile
===
--- scite-3.7.4.orig/scintilla/gtk/makefile
+++ scite-3.7.4/scintilla/gtk/makefile
@@ -96,7 +96,7 @@ GLIB_GENMARSHAL_FLAGS = --prefix=scintil
 .list.c:
$(GLIB_GENMARSHAL) --body $(GLIB_GENMARSHAL_FLAGS) $< > $@
 
-LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard 
$(srcdir)/../lexers/Lex*.cxx
+LEXOBJS:=$(addsuffix .o,$(basename $(sort $(notdir $(wildcard 
$(srcdir)/../lexers/Lex*.cxx)
 
 all: $(COMPLIB)
 



commit scite for openSUSE:Factory

2017-04-20 Thread root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2017-04-20 20:56:57

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is "scite"

Thu Apr 20 20:56:57 2017 rev:23 rq:488071 version:3.7.4

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2017-02-14 
00:42:12.386708427 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2017-04-20 
20:57:01.156469403 +0200
@@ -1,0 +2,84 @@
+Sat Apr 15 03:05:21 UTC 2017 - luke.nukem.jo...@gmail.com
+
+- Update to 3.7.4
+  + Requires a C++11 compiler. GCC 4.8 and MSVC 2015 are supported.
+  + Support dropped for Windows NT 4.
+  + Accessibility support may be queried with SCI_GETACCESSIBILITY.
+On GTK+, accessibility may be disabled by calling
+SCI_SETACCESSIBILITY.
+  + Lexer added for "indent" language which is styled as plain text
+but folded by indentation level.
+  + The Progress ABL lexer handles nested comments where comment
+starts or ends are adjacent like "/*/*" or "*/*/".
+  + In the Python lexer, improve f-string support. Add support for
+multiline expressions in triple quoted f-strings. Handle nested
+"()", "[]", and "{}" in f-string expressions and terminate
+expression coloring at ":" or "!". End f-string if ending quote
+is seen in a "{}" expression. Fix terminating single quoted
+f-string at EOL, (sf#1918).
+  + The VHDL folder folds an "entity" on the first line of the file.
+  + For IMEs, do not clear selected text when there is no
+composition text to show.
+  + Fix to crash with fold tags where line inserted at start.
+  + Fix to stream selection mode when moving caret up or down,
+sf(#1905).
+  + Drawing fixes for fold tags include fully drawing lines and not
+overlapping some drawing and ensuring edges and mark underlines
+are visible.
+  + Fix Cocoa failure to display accented character chooser for
+European languages by partially reverting a change made to
+prevent a crash with Chinese input by special-casing the
+Cangjie input source. (sf#1881).
+  + Fix potential problems with IME on Cocoa when document contains
+invalid UTF-8.
+  + Fix crash on Cocoa with OS X 10.9 due to accessibility API not
+available, (sf#1915).
+  + Improved speed of accessibility code on GTK+ by using
+additional memory as a cache, (sf#1910).
+  + Fix crash in accessibility code on GTK+ < 3.3.6 caused by
+previous bug fix, (sf#1907).
+  + Fix to prevent double scrolling on GTK+ with X11, (sf#1901).
+  + SciTE on GTK+ adds an "accessibility" property to allow
+disabling accessibility on GTK+ as an optimization.
+  + SciTE on GTK+ has changed file chooser behaviour for some
+actions: overwriting an existing file shows a warning; the
+default session file name "SciTE.session" is shown and a
+"*.session" filter is applied; appropriate filters are
+applied when exporting; the current file name is displayed in
+"Save As" even when that file no longer exists.
+  + SciTE fixed a bug where, on GTK+, when the output pane had
+focus, menu commands performed by mouse were sent instead to
+the edit pane.
+  + SciTE on Windows 8+ further restricts the paths searched for
+DLLs to the application and system directories which may
+prevent some binary planting attacks.
+  + Fix failure to load Direct2D on Windows when used on old
+versions of Windows, (sf#1653).
+
+- Changes in version 3.7.3
+  + Display block caret over the character at the end of a
+selection to be similar to other editors.
+  + In SciTE can choose colours for fold markers, (sf#1172).
+  + In SciTE can hide buffer numbers in tabs, (sf#1173).
+  + The Diff lexer recognizes deleted lines that start with "--- ".
+  + The Lua lexer requires the first line to start with "#!" to be
+treated as a shebang comment, not just "#", (sf#1900).
+  + The Matlab lexer requires block comment start and end to be
+alone on a line, (sf#1902).
+  + The Python lexer supports f-strings with new styles, allows
+Unicode identifiers, and no longer allows @1 to be a decorator,
+(sf#1848).
+  + Fix folding inconsistency when fold header added above a folded
+part. Avoid unnecessary unfolding when a deletion does not
+include a line end, (sf#1896).
+  + Fix finalization crash on Cocoa, (sf#1909).
+  + SciTE on GTK+ can have a wide divider between the panes with
+the split.wide property.
+  + Fix display of autocompletion lists and calltips on GTK+ 3.22
+on Wayland. Newer APIs used on GTK+ 3.22 as older APIs were
+deprecated.
+  + Fix crash in accessibility code on GTK+ due to signal receipt
+after destruction, (sf#1907).
+  + Make trackpad scrolling work on Wayland, (sf#1901). 
+

commit scite for openSUSE:Factory

2017-02-13 Thread root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2017-02-14 00:42:11

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is "scite"

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2016-09-20 
13:26:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2017-02-14 
00:42:12.386708427 +0100
@@ -1,0 +2,100 @@
+Tue Feb  7 15:35:15 UTC 2017 - malcolmle...@opensuse.org
+
+- Updated to version 3.7.2:
+  + Minimize redrawing for SCI_SETSELECTIONN* APIs, (sf#1888).
+  + Use more precision to allow selecting individual lines in files
+with more than 16.7 million lines.
+  + Fix crash on GTK+ <3.8 due to incorrect lifetime of
+accessibility object. More accurate reporting of attribute
+ranges and deletion lengths for accessibility.
+  + In SciTE, if a Lua script causes a Scintilla failure exception,
+display error message in output pane instead of exiting,
+(sf#1773).
+- Changes from version 3.7.1:
+  + The Scintilla namespace is no longer applied to struct
+definitions in Scintilla.h even when SCI_NAMESPACE defined.
+Client code should not define SCI_NAMESPACE.
+  + Structure names in Scintilla.h without prefixes are deprecated
+and will now only be usable with INCLUDE_DEPRECATED_FEATURES
+defined. Use the newer names with the "Sci_" prefix:
+* CharacterRange → Sci_CharacterRange.
+* TextRange → Sci_TextRange.
+* TextToFind → Sci_TextToFind.
+* RangeToFormat → Sci_RangeToFormat.
+* NotifyHeader → Sci_NotifyHeader.
+  + Previously deprecated features SC_CP_DBCS, SCI_SETUSEPALETTE
+and SCI_GETUSEPALETTE have been removed and can no longer be
+used in client code.
+  + Accessibility support allowing screen readers to work added on
+GTK+.
+  + Textual tags may be displayed to the right on folded lines with
+SCI_TOGGLEFOLDSHOWTEXT. This is commonly something like
+"{ ... }" or "...". It is displayed with the
+STYLE_FOLDDISPLAYTEXT style and may have a box drawn around it
+with SCI_FOLDDISPLAYTEXTSETSTYLE.
+  + A mouse right-click over the margin may send an
+SCN_MARGINRIGHTCLICK event. This only occurs when popup menus
+are turned off. SCI_USEPOPUP now has three states:
+SC_POPUP_NEVER, SC_POPUP_ALL, or SC_POPUP_TEXT.
+  + INDIC_POINT and INDIC_POINTCHARACTER indicators added to
+display small arrows underneath positions or characters.
+  + Added alternate appearance for visible tabs which looks like a
+horizontal line. Controlled with SCI_SETTABDRAWMODE,
+Feature #1165.
+  + Baan folder accommodates sections and lexer fixes definition of
+SCE_BAAN_FUNCDEF.
+  + EDIFACT lexer and folder added, Feature #1166.
+  + JSON folder fixed where it didn't resume folding with the
+correct fold level.
+  + Matlab folder based on syntax instead of indentation so more
+accurate (sf#1692).
+  + YAML lexer fixed style of references and keywords when followed
+by a comment, (sf#1872).
+  + Margin click to select line now clears rectangular and
+additional selections.
+  + Fixed a NULL access bug on GTK+ where the scrollbars could be
+used during destruction, (sf#1873).
+  + A potential bug on GTK+ fixed where asynchronous clipboard
+could be delivered after its target Scintilla instance was
+destroyed.
+  + SciTE on GTK+ allows localising tool bar tool tips,
+Feature #1167.
+  + SciTE measures files larger that 2 GB which allows it to refuse
+to open huge files more consistently and to show better warning
+messages.
+- Changes from version 3.7.0:
+  + Word selection, navigation, and manipulation is now performed
+on characters instead of bytes leading to more natural
+behaviour for multi-byte encodings like UTF-8. For UTF-8
+characters 0x80 and above, classification into word;
+punctuation; space; or line-end is based on the Unicode general
+category of the character and is not customizable, (sf#1832).
+  + Two enums changed in Scintilla.iface which may lead to changed
+bindings. There were 2 FontQuality enums and the first is now
+PhasesDraw. The prefix for FoldAction was SC_FOLDACTION and is
+now SC_FOLDACTION_ which is similar to other enums. These
+changes do not affect the standard C/C++ binding.
+  + EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow
+displaying multiple vertical edges simultaneously.
+  + The number of margins can be changed with SCI_SETMARGINS.
+  + Margin type SC_MARGIN_COLOUR added so that the application may
+choose any colour for a margin with SCI_SETMARGINBACKN.
+  + The WordList class in lexlib used by lexers adds an
+InListAbridged method for matching keywords that have
+particular prefixes and/or 

commit scite for openSUSE:Factory

2016-09-20 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2016-09-20 13:26:10

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is "scite"

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2016-03-26 
15:24:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2016-09-20 
13:26:12.0 +0200
@@ -1,0 +2,61 @@
+Fri Sep 16 00:03:38 UTC 2016 - malcolmle...@opensuse.org
+
+- Updated to version 3.6.7:
+  + C++11 range-based for loops used in SciTE so GCC 4.6 is now the
+minimum supported version.
+  + SCVS_NOWRAPLINESTART option stops left arrow from wrapping to
+the previous line. Most commonly wanted when virtual space is
+used, (sf#1648).
+  + The C++ lexer can fold on #else and #elif with the
+fold.cpp.preprocessor.at.else property, (sf#210).
+  + The HTML lexer no longer treats " support built by default. Can be disabled by
+defining NO_CXX11_REGEX.
+  + SciTE_USERHOME environment variable allows separate location
+for writeable properties files, Feature #965.
+  + GObject introspection supports notify and command events.
+  + The Progress lexer now allows comments preceded by a tab.
+  + Scripts reading Scintilla.iface file include comments for enu
+and lex definitions, (sf#1829).
+  + Fix crashes on GTK+ if idle work active when destroyed,
+(sf#1827).
+  + Fixed bugs when used on GTK+ 3.20, (sf#1825 and sf#1831).
+  + Fix SciTE search field background with dark theme on GTK+
+2.x,(sf#1826).
+- Changes from version 3.6.5:
+  + JSON lexer added, Feature #1140.
+  + The C++ lexer fixes a bug with multi-line strings with line
+continuation where the string style overflowed after an edit,
+(sf#1824).
+  + The Python lexer treats '@' as an operator except when it is
+the first visible character on a line. This is for Python 3.5.
+  + The Rust lexer allows '?' as an operator, Feature #1146.
+  + Doubled size of compiled regex buffer, (sf#1822).
+  + For GTK+, the Super modifier key can be used in key bindings,
+Feature #1142.
+  + For GTK+, fix some crashes when using multiple threads.
+  + Platform layer font cache removed on GTK+ as platform-
+independent caches are used. This avoids the use of thread
+locking and initialisation of threads so any GTK+ applications
+that rely on Scintilla initialising threads will have to do
+that themselves.
+  + SciTE bug fixed with exported HTML where extra line shown,
+(sf#1816).
+
+---

Old:

  scite364.tgz

New:

  scite367.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.sAwQwM/_old  2016-09-20 13:26:13.0 +0200
+++ /var/tmp/diff_new_pack.sAwQwM/_new  2016-09-20 13:26:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scite
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2016 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,9 +18,9 @@
 
 
 Name:   scite
-Version:3.6.4
+Version:3.6.7
 Release:0
-%define tar_ver 364
+%define tar_ver 367
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors

++ scite364.tgz -> scite367.tgz ++
 22531 lines of diff (skipped)




commit scite for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2016-03-26 15:24:19

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is "scite"

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2016-02-08 
09:48:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2016-03-26 
15:24:24.0 +0100
@@ -1,0 +2,26 @@
+Fri Mar 18 14:06:08 UTC 2016 - malcolmle...@opensuse.org
+
+- Update to version 3.6.4:
+  + SciTE allows setting the autocompletion type separator
+character.
+  + The C++ folder folds code on '(' and ')' to allow multi-line
+calls to be folded, Feature #1138.
+  + For the HTML lexer, limit the extent of Mako line comments to
+finish before the line end characters.
+  + Folds unfolded when two fold regions are merged by either
+deleting an intervening line or changing its fold level by
+adding characters. This was fixed both in Scintilla and in
+SciTE's equivalent code, (sf#1799).
+  + The Progress lexer supports hexadecimal numeric literals,
+single-line comments, abbreviated keywords and extends nested
+comments to unlimited levels.
+  + Ruby lexer treats alternate hash key syntax "key:" as a symbol,
+(sf#1810).
+  + Rust lexer handles bracketed Unicode string escapes like
+"\u{123abc}", (sf#1809).
+  + For Qt, release builds have assertions turned off.
+  + For SciTE, more descriptive error messages are displayed when
+there are problems loading the Lua startup script,
+Feature #1139.
+
+---

Old:

  scite363.tgz

New:

  scite364.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.r91eOy/_old  2016-03-26 15:24:25.0 +0100
+++ /var/tmp/diff_new_pack.r91eOy/_new  2016-03-26 15:24:25.0 +0100
@@ -18,9 +18,9 @@
 
 
 Name:   scite
-Version:3.6.3
+Version:3.6.4
 Release:0
-%define tar_ver 363
+%define tar_ver 364
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors

++ scite363.tgz -> scite364.tgz ++
 1677 lines of diff (skipped)




commit scite for openSUSE:Factory

2016-02-08 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2016-02-08 09:48:15

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is "scite"

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2016-01-07 
00:24:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2016-02-08 
09:48:36.0 +0100
@@ -1,0 +2,50 @@
+Fri Feb  5 22:07:41 UTC 2016 - malcolmle...@opensuse.org
+
+- Update to version 3.6.3:
+  + Allow painting without first styling all visible text then
+styling in the background using idle-time. This helps
+performance when scrolling down in very large documents. Can
+also incrementally style after the visible area to the end of
+the document so that the document is already styled when the
+user scrolls to it.
+  + Support GObject introspection on GTK+.
+  + SciTE supports pasting to each selection with the
+selection.multipaste setting, Feature #1123.
+  + SciTE can optionally display a read-only indicator on tabs and
+in the Buffers menu.
+  + Bash lexer flags incomplete here doc delimiters as syntax
+errors (sf#1789).
+  + Support added for using '#' in non-comment ways as is possible
+with zsh (sf#1794).
+  + Recognize more characters as here-doc delimiters (sf#1778).
+  + Errorlist lexer fixes bug with final line in escape sequence
+recognition mode.
+  + Lua lexer includes '&' and '|' bitwise operators for Lua 5.3
+(sf#1790).
+  + Perl lexer updated for Perl 5.20 and 5.22.
+  + Allow '_' for subroutine prototypes (sf#1791).
+  + Double-diamond operator <<>>.
+  + Hexadecimal floating point literals.
+  + Repetition in list assignment (sf#1793).
+  + Highlight changed subroutine prototype syntax for Perl 5.20
+(sf#1797).
+  + Fix module ::-syntax when special characters such as 'x' are
+used.
+  + Added ' and " detection as prefix chars for x repetition
+operator (sf#1800).
+  + Visual Prolog lexer recognizes numbers more accurately and
+allows non-ASCII verbatim quoting characters, Feature #1130.
+  + Send SCN_UPDATEUI with SC_UPDATE_SELECTION when the application
+changes multiple selection.
+  + Expand folded areas before deleting fold header line
+(sf#1796).
+  + Treat Unicode line ends like common line ends when maintaining
+fold state.
+  + Highlight whole run for hover indicator when wrapped (sf#1784).
+  + On GTK+ and Qt, Korean input by word fixed.
+  + On GTK+, Qt, and Win32 block IME input when document is
+read-only or any selected text is protected.
+  + On GTK+ on OS X, fix warning during destruction (sf#1777).
+  + Fix SciTE crashes when using LPEG lexers.
+
+---

Old:

  scite362.tgz

New:

  scite363.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.lDnpg2/_old  2016-02-08 09:48:37.0 +0100
+++ /var/tmp/diff_new_pack.lDnpg2/_new  2016-02-08 09:48:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scite
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2016 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,9 +18,9 @@
 
 
 Name:   scite
-Version:3.6.2
+Version:3.6.3
 Release:0
-%define tar_ver 362
+%define tar_ver 363
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors

++ scite362.tgz -> scite363.tgz ++
 6942 lines of diff (skipped)




commit scite for openSUSE:Factory

2016-01-06 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2016-01-07 00:24:46

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is "scite"

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2015-10-08 
08:25:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2016-01-07 
00:24:54.0 +0100
@@ -1,0 +2,37 @@
+Fri Jan  1 01:05:55 UTC 2016 - malcolmle...@opensuse.org
+
+- Update to version 3.6.2:
+  + Whitespace may be made visible just in indentation.
+  + Whitespace dots are centred when larger than 1 pixel.
+  + The Scintilla framework on Cocoa now contains version numbers.
+  + SciTE's standard properties collect values from all active
+.properties file to produce the Language menu and the file
+types pull-down in the File open dialog.
+  + The single executable version of SciTE, Sc1, uses 'module'
+statements within its embedded properties. This makes it act
+more like the full distribution allowing languages to be turned
+on and off by setting imports.include and imports.exclude. The
+default imports.exclude property adds eiffel, erlang, ps, and
+pov so these languages are turned off by default.
+  + SciTE adds an output.blank.margin.left property to allow
+setting the output pane margin to a different width than the
+edit pane.
+  + Markdown lexer treats line starts consistently to always
+highlight *foo* or similar at line start (sf#1766).
+  + Optimise marker redrawing by only drawing affected lines when
+markers shown in the text.
+  + On GTK+ 2.x, fix height of lines in autocompletion lists
+(sf#1774).
+  + Fix bug with SCI_LINEENDDISPLAY where the caret moved to the
+next document line instead of the end of the display line
+(sf#1772).
+  + Report error (SC_STATUS_FAILURE) when negative length passed to
+SCI_SETSTYLING (sf#1768).
+  + When SC_MARK_UNDERLINE is not assigned to a margin, stop
+drawing the whole line.
+  + When reverting an untitled document in SciTE, just clear it
+with no message about a file (sf#1764).
+  + SciTE on GTK+ allows use of Ctrl+A (Select All) inside find and
+replace strips (sf#1769).
+
+---

Old:

  scite361.tgz

New:

  scite362.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.zp8y9h/_old  2016-01-07 00:24:56.0 +0100
+++ /var/tmp/diff_new_pack.zp8y9h/_new  2016-01-07 00:24:56.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package scite
 #
 # Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2012-2015 Malcolm J Lewis 
+# Copyright (c) 2012-2016 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
 
 
 Name:   scite
-Version:3.6.1
+Version:3.6.2
 Release:0
-%define tar_ver 361
+%define tar_ver 362
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors

++ scite361.tgz -> scite362.tgz ++
 39635 lines of diff (skipped)




commit scite for openSUSE:Factory

2015-10-08 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2015-10-08 08:25:21

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is "scite"

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2015-08-10 
09:15:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2015-10-08 
08:25:22.0 +0200
@@ -1,0 +2,32 @@
+Sun Oct  4 14:29:33 UTC 2015 - malcolmle...@opensuse.org
+
+- Update to version 3.6.1:
+  + The oldest version of GTK+ supported now is 2.18 and for glib
+it is 2.22.
+  + On GTK+, SC_CHARSET_OEM866 added to allow editing Russian files
+encoded in code page 866, Feature #1019.
+  + The errorlist lexer understands some ANSI escape sequences to
+change foreground colour and intensity. This is sufficient to
+colour diagnotic output from gcc and clang when
+-fdiagnostics-color set.
+  + The errorlist lexer allows the line number to be 0 in GCC
+errors as some tools report whole file errors as line 0.
+  + MySql lexer fixes empty comments /**/ so the comment state does
+not continue.
+  + VHDL folder supports "protected" keyword.
+  + Treat CRLF line end as two characters in SCI_COUNTCHARACTERS
+(sf#1757).
+  + On GTK+ 3.x, fix height of lines in autocompletion lists to
+match the font. Switch from deprecated style calls to CSS
+styling. Removed setting list colours on GTK+ 3.16+ as no
+longer appears needed.
+  + On GTK+, avoid "Invalid rectangle passed" warning messages by
+never reporting the client rectangle with a negative width or
+height.
+  + Fix SciTE disk exhaustion bug by reporting failures when
+writing files (sf#1760).
+  + On GTK+ the keyboard command for View | End of Line was changed
+to Ctrl+Shift+N to avoid clash with Search | Selection Add
+Next (sf#1750).
+
+---

Old:

  scite360.tgz

New:

  scite361.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.ybWZkQ/_old  2015-10-08 08:25:23.0 +0200
+++ /var/tmp/diff_new_pack.ybWZkQ/_new  2015-10-08 08:25:23.0 +0200
@@ -18,9 +18,9 @@
 
 
 Name:   scite
-Version:3.6.0
+Version:3.6.1
 Release:0
-%define tar_ver 360
+%define tar_ver 361
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors

++ scite360.tgz -> scite361.tgz ++
 6089 lines of diff (skipped)




commit scite for openSUSE:Factory

2015-08-10 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2015-08-10 09:15:57

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is scite

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2015-06-24 
20:54:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2015-08-10 
09:15:58.0 +0200
@@ -1,0 +2,44 @@
+Wed Aug  5 21:04:53 UTC 2015 - malcolmle...@opensuse.org
+
+- Update to version 3.6.0:
+  + External interfaces use the Sci_Position and Sci_PositionU
+typedefs instead of int and unsigned int to allow for changes
+to a 64-bit interface on 64-bit plactforms in the future.
+Applications and external lexers should start using the new
+type names so that they will be compatible when the 64-bit
+change occurs. There is also Sci_PositionCR (long) for use in 
+the Sci_CharacterRange struct which will also eventually become
+64-bit.
+  + Multiple selection now works over more key commands. The new
+multiple-selection handling commands include horizontal
+movement and selection commands, line up and down movement and
+selection commands, word and line deletion commands, and line
+end insertion. This change in behaviours is conditional on
+setting the SCI_SETADDITIONALSELECTIONTYPING property.
+  + Autocompletion lists send an SCN_AUTOCCOMPLETED notification
+after the text has been inserted.
+  + The case mode style attribute can now be SC_CASE_CAMEL.
+  + The Python lexer supports substyles for identifiers.
+  + SciTE adds support for substyles.
+  + SciTE's Export as RTF and Copy as RTF commands support UTF-8.
+  + SciTE can display autocompletion on all IME input with
+ime.autocomplete property.
+  + SciTE properties files now discard trailing white space on
+variable names.
+  + Calling SCI_SETIDENTIFIERS resets styling to ensure any added
+identifier are highlighted.
+  + Avoid candidate box randomly popping up away from edit pane
+with (especially Japanese) IME input.
+  + Fix drawing problem when control characters are in a hidden
+style as they then have a zero width rectangle to draw but
+modify that rectangle in a way that clears some pixels.
+  + Report error when attempt to resize buffer to more than 2GB
+with SC_STATUS_FAILURE.
+  + Fix bug on GTK+ with scroll bars leaking (sf#1742).
+  + LexOthers.cxx file split into one file per lexer: LexBatch,
+LexDiff, LexErrorList, LexMake, LexNull, and LexProps.
+  + SciTE exporters handle styles  127 correctly now.
+  + SciTE implements find.in.files.close.on.find on all platforms.
+- Add optflags to build to remove warning in rpmlint.
+
+---

Old:

  scite357.tgz

New:

  scite360.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.mmgQ1c/_old  2015-08-10 09:15:59.0 +0200
+++ /var/tmp/diff_new_pack.mmgQ1c/_new  2015-08-10 09:15:59.0 +0200
@@ -18,9 +18,9 @@
 
 
 Name:   scite
-Version:3.5.7
+Version:3.6.0
 Release:0
-%define tar_ver 357
+%define tar_ver 360
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors
@@ -52,6 +52,8 @@
 
 %build
 export CXXFLAGS='%{optflags}'
+export CFLAGS='%{optflags}'
+
 %if 0%{?favor_gtk2}
 make %{?_smp_mflags} -C scintilla/gtk
 make %{?_smp_mflags} -C scite/gtk

++ scite357.tgz - scite360.tgz ++
 24147 lines of diff (skipped)




commit scite for openSUSE:Factory

2015-06-24 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2015-06-24 20:54:27

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is scite

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2015-06-02 
10:04:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2015-06-24 
20:54:28.0 +0200
@@ -1,0 +2,28 @@
+Sat Jun 20 23:34:04 UTC 2015 - malcolmle...@opensuse.org
+
+- Update to version 3.5.7:
+  + Added SCI_MULTIPLESELECTADDNEXT to add the next occurrence of
+the main selection within the target to the set of selections
+as main. If the current selection is empty then select word
+around caret. SCI_MULTIPLESELECTADDEACH adds each occurrence of
+the main selection within the target to the set of selections.
+  + SciTE adds Selection Add Next and Selection Add Each
+commands to the Search menu.
+  + Added SCI_ISRANGEWORD to determine if the parameters are at the
+start and end of a word.
+  + Added SCI_TARGETWHOLEDOCUMENT to set the target to the whole
+document.
+  + Verilog lexer recognises protected regions and the folder folds
+protected regions.
+  + A performance problem with markers when deleting many lines was
+fixed (sf#1733).
+  + On GTK+ 3.4+, when there are both horizontal and vertical
+scrollbars, draw the lower-right corner so that it does not
+appear black when text selected (sf#1611).
+  + Fixed most calls deprecated in GTK+ 3.16. Does not fix style
+override calls as they are more complex.
+  + SciTE on GTK+ 3.x uses a different technique for highlighting
+the search strip when there is no match which is more
+compatible with future and past versions and different themes.
+
+---

Old:

  scite356.tgz

New:

  scite357.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.XhzEio/_old  2015-06-24 20:54:29.0 +0200
+++ /var/tmp/diff_new_pack.XhzEio/_new  2015-06-24 20:54:29.0 +0200
@@ -18,9 +18,9 @@
 
 
 Name:   scite
-Version:3.5.6
+Version:3.5.7
 Release:0
-%define tar_ver 356
+%define tar_ver 357
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors

++ scite356.tgz - scite357.tgz ++
 2249 lines of diff (skipped)




commit scite for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2015-06-02 10:04:39

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is scite

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2015-03-25 
10:01:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2015-06-02 
10:04:40.0 +0200
@@ -1,0 +2,44 @@
+Sun May 31 02:08:08 UTC 2015 - malcolmle...@opensuse.org
+
+- Update to version 3.5.6:
+  + On Qt, use fractional positioning calls and avoid rounding to
+ensure consistency.
+  + SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 implemented on GTK+
+  + C++ lexer fixes empty backquoted string (sf#1711).
+  + C++ lexer fixes #undef directive (sf#1719).
+  + Fortran folder fixes handling of selecttype and selectcase
+(sf#1724).
+  + Verilog folder folds interface definitions.
+  + VHDL folder folds units declarations and fixes a case
+insensitivity bug with not treating IS the same as is.
+  + Fix bug when drawing text margins in buffered mode which would
+use default encoding instead of chosen encoding (sf#1703).
+  + Fix for reading a UTF-16 file in SciTE where a non-BMP
+character is split over a read buffer boundary (sf#1710).
+  + Fix exporting from SciTE when using Scintillua for lexing.
+  + SciTE does not report twice that a search string can not be
+found when Replace pressed (sf#1716).
+  + SciTE on GTK+ 3.x disables arrow in search combo when no
+entries (sf#1717).
+- Changes from version 3.5.5:
+  + The wxWidgets-specific ascent member of Font has been removed
+which breaks compatibility with current wxStyledTextCtrl
+(sf#1682).
+  + IME on Qt supports multiple carets and behaves more like other
+platforms.
+  + Always use inline IME on GTK+ for Korean.
+  + SQL lexer fixes handling of '+' and '-' in numbers so the '-'
+in '1-1' is seen as an operator and for '1--comment' the
+comment is recognized.
+  + TCL lexer reverts change to string handling (sf#1642).
+  + Verilog lexer fixes bugs with macro styling. Verilog folder
+fixes bugs with `end completing an `if* instead of `endif and
+fold.at.else, and implements folding at preprocessor `else.
+  + VHDL lexer supports extended identifiers.
+  + Fix SciTE bug with missing file open filters and add hex to
+excluded set of properties files so that its settings don't
+appear (sf#1707).
+  + Fix SciTE bug where files without extensions like makefile
+were not highlighted correctly.
+
+---

Old:

  scite354.tgz

New:

  scite356.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.aMNZOc/_old  2015-06-02 10:04:41.0 +0200
+++ /var/tmp/diff_new_pack.aMNZOc/_new  2015-06-02 10:04:41.0 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package scite
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2012-2014 Malcolm J Lewis malcolmle...@opensuse.org
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-2015 Malcolm J Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
 
 
 Name:   scite
-Version:3.5.4
+Version:3.5.6
 Release:0
-%define tar_ver 354
+%define tar_ver 356
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors

++ scite354.tgz - scite356.tgz ++
 4548 lines of diff (skipped)




commit scite for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2015-03-25 10:01:10

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is scite

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2014-08-06 
15:31:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2015-03-25 
10:01:23.0 +0100
@@ -1,0 +2,15 @@
+Mon Mar 23 15:52:59 UTC 2015 - dims...@opensuse.org
+
+- Drop scite-fix-desktop-categories.patch: adjust the .desktop
+  categories using suse_update_desktop_file instead of a patch.
+- Add scite.changes as source, as it's used during build to inject
+  the last change date / time into the build.
+
+---
+Sun Mar 22 22:11:25 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.5.4:
+  + Adds minor features.
+  + Bug fixes.
+
+---

Old:

  scite-fix-desktop-categories.patch
  scite344.tgz

New:

  scite354.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.hEHZVS/_old  2015-03-25 10:01:24.0 +0100
+++ /var/tmp/diff_new_pack.hEHZVS/_new  2015-03-25 10:01:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scite
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2014 Malcolm J Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,15 +18,15 @@
 
 
 Name:   scite
-Version:3.4.4
+Version:3.5.4
 Release:0
+%define tar_ver 354
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors
 Url:http://www.scintilla.org/SciTE.html
-Source0:http://download.sourceforge.net/scintilla/%{name}344.tgz
-# PATCH-FIX-UPSTREAM scite-fix-desktop-categories.patch sf#3491187 
malcolmle...@opensuse.org -- Update desktop catgories.
-Patch0: scite-fix-desktop-categories.patch
+Source0:http://download.sourceforge.net/scintilla/%{name}%{tar_ver}.tgz
+Source1:%{name}.changes
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 BuildRequires:  gtk2-devel
@@ -43,12 +43,11 @@
 
 %prep
 %setup -q -c
-%patch0 -p1
 
 # Fix Your file uses  __DATE and __TIME__ this causes the package to rebuild 
when not needed warning
 # 
http://sourceforge.net/tracker/?func=detailatid=102439aid=3314371group_id=2439
 is WONTFIX.
 # We use the date from the changes file
-set_date_time=`date --date @\`stat --format %Y 
%{_sourcedir}/%{name}.changes\` +%B %Y %H:%M`
+set_date_time=`date --date @\`stat --format %Y %{S:1}\` +%B %Y %H:%M`
 sed -i 's/wsci, \\ \_\_DATE\_\_ \ \ \_\_TIME\_\_ \\\n/wsci, 
\'$set_date_time'\\n\/g' scite/src/Credits.cxx
 
 %build
@@ -70,7 +69,7 @@
 # Add the man page
 mkdir -p %{buildroot}%{_mandir}/man1
 install -m 0644 scite/doc/scite.1 %{buildroot}%{_mandir}/man1/SciTE.1
-%suse_update_desktop_file SciTE
+%suse_update_desktop_file -r SciTE GTK Development Utility Building TextEditor
 
 %if !0%{?sles_version}
 %post

++ scite344.tgz - scite354.tgz ++
 34410 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scite for openSUSE:Factory

2014-08-06 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2014-08-06 15:31:56

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is scite

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2014-02-18 
14:46:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2014-08-06 
15:31:58.0 +0200
@@ -1,0 +2,102 @@
+Tue Aug  5 02:01:09 UTC 2014 - malcolmle...@opensuse.org
+
+- Updated to version 3.4.4:
+  + Style byte indicators removed. They were deprecated in 2007.
+Standard indicators should be used instead. Some elements used
+by lexers no longer take number of bits or mask arguments so
+lexers may need to be updated for LexAccessor::StartAt,
+LexAccessor::SetFlags (removed), LexerModule::LexerModule.
+  + When multiple selections are active, autocompletion text may be
+inserted at each selection with new SCI_AUTOCSETMULTI method.
+  + C++ lexer fixes crash for #define x( (sf#1614).
+  + C++ lexer fixes raw string recognition so that Rxxx(blah)xxx
+is styled as SCE_C_STRINGRAW.
+  + The Postscript lexer no longer marks token edges with
+indicators as this used style byte indicators.
+  + The Scriptol lexer no longer displays indicators for poor
+indentation as this used style byte indicators.
+  + TCL lexer fixes names of keyword sets (sf#1615).
+  + Shell lexer fixes fold matching problem caused by 
+(sf#1605).
+  + Fix bug where indicators were not removed when fold
+highlighting on (sf#1604).
+  + Fix crash on GTK+ with Ubuntu 12.04 and overlay scroll bars.
+  + Avoid creating a Cairo context when measuring text on GTK+ as
+future versions of GTK+ may prohibit calling gdk_cairo_create
+except inside drawing handlers. This prohibition may be
+required on Wayland.
+  + Fix crash in SciTE when stream comment performed at line end
+(sf#1610).
+  + For SciTE on GTK+ fix bug with initialisation of toggle buttons
+in find and replace strips (sf#1612).
+- Changes from version 3.4.3:
+  + N/A for linux.
+- Changes from version 3.4.2:
+  + Insertions can be filtered or modified by calling
+SCI_CHANGEINSERTION inside a handler for SC_MOD_INSERTCHECK.
+  + DMIS lexer added. DMIS is a language for coordinate measuring
+machines, Feature #1049.
+  + Line state may be displayed in the line number margin to aid in
+debugging lexing and folding with SC_FOLDFLAG_LINESTATE (128).
+  + C++ lexer understands more preprocessor statements. #if defined
+SYMBOL is understood. Some macros with arguments can be
+understood and these may be predefined in keyword set 4
+(keywords5 for SciTE) with syntax similar to
+CHECKVERSION(x)=(x3), Feature #1051.
+  + C++ lexer can highlight task marker keywords in comments as
+SCE_C_TASKMARKER.
+  + C++ lexer can optionally highlight escape sequences in strings
+as SCE_C_ESCAPESEQUENCE.
+  + C++ lexer supports Go back quoted raw string literals with
+lexer.cpp.backquoted.strings option, Feature #1047.
+  + SciTE performs word and search match highlighting as an idle
+task to improve interactivity and allow use of these features
+on large files.
+  + Bug fixed where caret remained invisible when period set to 0
+(sf#1592).
+  + Fixed display flashing when scrolling with GTK+ 3.10 (sf#1567).
+  + Fixed calls and constants deprecated in GTK+ 3.10.
+  + For SciTE, protect access to variables used by threads with a
+mutex to prevent data races.
+  + For SciTE on GTK+ fix thread object leaks. Display the version
+of GTK+ compiled against in the about box.
+  + For SciTE on GTK+ 3.10, fix the size of the tab bar's content
+and use freedesktop.org standard icon names where possible.
+  + SciTE's highlight current word feature no longer matches the
+selection when it contains space.
+- Changes from version 3.4.1:
+  + Display Unicode line ends as [LS], [PS], and [NEL] blobs.
+  + Bug fixed where cursor down failed on wrapped lines (sf#1585).
+  + Caret positioning changed a little to appear inside characters
+less often by rounding the caret position to the pixel grid
+instead of truncating (sf#1588).
+  + Bug fixed where automatic indentation wrong when caret in
+virtual space (sf#1586).
+  + Crash fixed in SciTE with recursive properties files (sf#1507).
+  + Bug fixed with SciTE where Ctrl+E before an unmatched end brace
+jumps to file start (sf#315).
+- Changes from version 3.4.0:
+  + The Unicode line ends and substyles features added as
+provisional in 3.2.5 are now finalised. There are now no
+provisional features.
+  + Added wrap mode SC_WRAP_WHITESPACE which only wraps on
+whitespace, not on style changes.
+  + SciTE find and replace strips can 

commit scite for openSUSE:Factory

2014-02-18 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2014-02-18 14:46:42

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is scite

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2013-11-07 
14:48:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2014-02-18 
14:46:44.0 +0100
@@ -1,0 +2,67 @@
+Wed Feb 12 22:45:51 UTC 2014 - malcolmle...@opensuse.org
+
+- Update to version 3.3.9:
+  + Fix 3.3.8 bug where external lexers became inaccessible
+(sf#1574).
+- Updates from 3.3.8:
+  + DropSelectionN API added to drop a selection from a multiple
+selection.
+  + CallTipSetPosStart API added to change the position at which
+backspacing removes the calltip.
+  + SC_MARK_BOOKMARK marker symbol added which looks like bookmark
+ribbons used in book reading applications.
+  + C++ lexer fixes bug where keyword followed immediately by
+quoted string continued keyword style (sf#1564).
+  + Matlab lexer treats '!' differently for Matlab and Octave
+ languages (sf#1571).
+  + Rust lexer improved with nested comments, more compliant
+doc-comment detection, octal literals, NUL characters treated
+as valid, and highlighting of raw string literals and float
+literals fixed, Feature #1038 (sf#1570).
+  + On Qt expose the EOLMode on the document object.
+  + Fix hotspot clicking where area was off by half a character
+width (sf#1562).
+  + Tweaked scroll positioning by either 2 pixels or 1 pixel when
+caret is at left or right of view to ensure caret is inside
+visible area.
+  + Send SCN_UPDATEUI with SC_UPDATE_SELECTION for Shift+Tab inside
+text.
+  + SciTE uses a bookmark ribbon symbol for bookmarks as it scales
+better to higher resolutions than the previous blue gem bitmap.
+  + SciTE will change the width of margins while running when the
+margin.width and fold.margin.width properties are changed.
+  + SciTE displays a warning message when asked to open a
+directory (sf#1568).
+- Updates from 3.3.7:
+  + Lexer added for DMAP language. Feature #1026.
+  + Bash lexer allows '#' inside words (sf#1553).
+  + C++ lexer recognizes C++11 user-defined lierals and applies
+lexical class SCE_C_USERLITERAL.
+  + C++ lexer allows single quote characters as digit separators in
+numeric literals like 123'456 as this is included in C++14.
+  + C++ lexer fixes bug with #include statements without 
+or  terminating filename (sf#1538).
+  + C++ lexer fixes split of Doxygen keywords @code{.fileExtension}
+and @param[in,out] (sf#1551).
+  + C++ lexer styles Doxygen keywords at end of document.
+  + Cmake lexer fixes bug with empty comments (sf#1550).
+  + Fortran folder improved. Treats else as fold header.
+Feature #962.
+  + Fix bug with adjacent instances of the same indicator with
+different values where only the first was drawn (sf#1560).
+  + When scroll width is tracked, take width of annotation lines
+into account.
+  + On GTK+, chain up to superclass finalize so that all
+finalization is performed (sf#1549).
+  + On GTK+, fix horizontal scroll bar range to not be double the
+needed width (sf#1546).
+  + On Qt, bug fixed with drawing of scrollbars, where previous
+contents were not drawn over with some themes.
+  + On Qt, bug fixed with finding monitor rectangle which could
+lead to autocomplete showing at wrong location.
+  + SciTE fix for multiple message boxes when failing to save a
+file with save.on.deactivate (sf#1540).
+  + SciTE on GTK+ fixes SIGCHLD handling so that Lua scripts can
+determine the exit status of processes they start (sf#1557).
+
+---

Old:

  scite336.tgz

New:

  scite339.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.bW2qT2/_old  2014-02-18 14:46:45.0 +0100
+++ /var/tmp/diff_new_pack.bW2qT2/_new  2014-02-18 14:46:45.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package scite
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2012-2013 Malcolm J Lewis malcolmle...@opensuse.org
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-2014 Malcolm J Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 
 Name:   scite
-Version:3.3.6
+Version:3.3.9
 Release:0
 Summary:Source Code Editor based on Scintilla
 License:

commit scite for openSUSE:Factory

2013-11-07 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2013-11-07 14:48:05

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is scite

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2013-03-21 
22:15:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2013-11-07 
14:48:06.0 +0100
@@ -1,0 +2,165 @@
+Mon Oct 28 03:41:58 UTC 2013 - malcolmle...@opensuse.org
+
+- Updated to version 3.3.6:
+  + Added functions to help convert between substyles and base
+styles and between secondary and primary styles.
+  + Lexer added for Rust language. Feature #1024.
+  + Avoid false matches in errorlist lexer which is used for the
+SciTE output pane by stricter checking of ctags lines.
+  + Perl lexer fixes bugs with multi-byte characters, including in
+HEREDOCs and PODs (sf#1528).
+  + SQL folder folds 'create view' statements. Feature #1020.
+  + Visual Prolog lexer updated with better support for string
+literals and Unicode. Feature #1025.
+  + For SCI_SETIDENTIFIERS, \t, \r, and \n are allowed as well as
+space between identifiers (sf#1521).
+  + Gaining and losing focus is now reported as a notification
+with the code set to SCN_FOCUSIN or SCN_FOCUSOUT.
+  + On Qt, turn off idle events on destruction to prevent
+repeatedly calling idle.
+  + Qt bindings in ScintillaEdit changed to use signed first
+parameter.
+  + Compilation errors fixed on GTK+ with SCI_NAMESPACE.
+  + Avoid attempts to redraw empty areas when lexing beyond the
+currently visible lines.
+  + Control more attributes of indicators in SciTE with
+find.mark.indicator and highlight.current.word.indicator
+properties.
+  + Fix SciTE bug with buffers becoming read-only (sf#1525).
+  + Fix SciTE on GTK+ 3.x incremental search to change foreground
+colour when no match as changing background colour is
+difficult.
+- Updates from 3.3.5:
+  + Characters may be represented by strings. In Unicode mode C1
+control characters are represented by their mnemonics.
+  + Added SCI_POSITIONRELATIVE to optimize navigation by
+character.
+  + Option to allow mouse selection to switch to rectangular by
+pressing Alt after start of gesture. Feature #1007.
+  + Lexer added for KVIrc script. Feature #1008.
+  + Bash lexer fixed quoted HereDoc delimiters (sf#1500).
+  + Structured Text lexer fixed styling of enumeration members
+(sf#1508).
+  + Fixed bug with horizontal caret position when margin changed
+(sf#1512).
+  + Ensure selection redrawn correctly in two cases. When
+switching from stream to rectangular selection with
+Alt+Shift+Up. When reducing the range of an additional
+selection by moving mouse up. Feature #1007.
+  + Initialize extended styles to the default style.
+  + Qt bindings in ScintillaEdit made to work on 64-bit Unix
+systems.
+  + Easier access to printing on Qt with formatRange method.
+  + Fixed SciTE failure to save initial buffer in single buffer
+mode (sf#1339).
+  + SciTE crash fixed for negative line.margin.width (sf#1504).
+  + SciTE fix for infinite dialog boxes when failing to
+automatically save a file (sf#1503).
+  + SciTE settings buffered.draw, two.phase.draw, and technology
+are applied to the output pane as well as the edit pane.
+- Updates from 3.3.4:
+  + Handling of UTF-8 and DBCS text in lexers improved with
+methods ForwardBytes and GetRelativeCharacter added to
+StyleContext (sf#1483).
+  + For Unicode text, case-insensitive searching and making text
+upper or lower case is now compliant with Unicode standards
+on all platforms and is much faster for non-ASCII characters.
+  + A CategoriseCharacter function was added to return the Unicode
+general category of a character which can be useful in lexers.
+  + SciTE 'immediate' subsystem added to allow scripts that work
+while tools are executed.
+  + Font quality exposed in SciTE as font.quality setting.
+  + ECL lexer regular expression code fixed (sf#1491).
+  + Haskell lexer fixed to avoid unnecessary full redraws. Don't
+highlight CPP inside comments when styling.within.preprocessor
+is on (sf#1459).
+  + Lua lexer fixes bug in labels with UTF-8 text (sf#1483).
+  + Perl lexer fixes bug in string interpolation with UTF-8 text
+(sf#1483).
+  + Fixed bugs with case conversion when the result was longer or
+shorter than the original text. Could access past end of
+string potentially crashing. Selection now updated to result
+length.
+  + Fixed bug where data being inserted and removed was not being
+reported in notification messages. Bug introduced in 3.3.2.
+  + Word wrap bug fixed where the last line could be shown twice.
+  

commit scite for openSUSE:Factory

2013-03-21 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2013-03-21 22:15:22

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is scite, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2012-09-23 
21:14:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2013-03-21 
22:15:24.0 +0100
@@ -1,0 +2,105 @@
+Wed Mar 20 00:06:52 UTC 2013 - malcolmle...@opensuse.org
+
+- Updated to version 3.2.5:
+  + To allow cooperation between different uses of extended
+(beyond 255) styles they should be allocated using
+SCI_ALLOCATEEXTENDEDSTYLES.
+  + For Unicode documents, lexers that use StyleContext will
+retrieve whole characters instead of bytes. LexAccessor
+provides a LineEnd method which can be a more efficient way to
+handle line ends and can enable Unicode line ends.
+  + The C++ lexer understands the #undef directive when
+determining preprocessor definitions. Feature #978.
+  + The errorlist lexer recognises gcc include path diagnostics
+that appear before an error.
+  + Folding implemented for GetText (PO) translation language
+(sf#1437).
+  + HTML lexer does not interrupt comment style for processing
+instructions (sf#1447).
+  + Fix SciTE forgetting caret x-position when switching
+documents (sf#1442).
+  + Fixed bug where vertical scrollbar thumb appeared at beginning
+of document when scrollbar shown (sf#1446).
+  + Provisional features are new features that may change or be
+removed if they cause problems but should become permanent if
+they work well. For this release Unicode line ends and
+substyles are provisional features.
+- Changes from version 3.4.2:
+  + Caret line highlight can optionally remain visible when window
+does not have focus. Feature #964.
+  + Delegate mechanism for notifications added on Cocoa.
+  + NUL characters in selection are copied to clipboard as spaces
+to avoid truncating at the NUL (sf#1289).
+  + C++ lexer fixes problem with showing inactive sections when
+preprocessor lines contain trailing comment (sf#1413).
+  + C++ lexer fixes problem with JavaScript regular expressions
+with '/' in character ranges (sf#1415).
+  + LaTeX folder added. Feature #970.
+  + LaTeX lexer improves styling of math environments.
+Feature #970.
+  + MySQL lexer implements hidden commands.
+  + Only produce a single undo step when autocompleting a single
+word (sf#1421).
+  + Fixed crash when printing lines longer than 8000 characters
+(sf#1430).
+  + Fixed problem in character movement extends selection mode
+where reversing direction collapsed the selection.
+  + Fixed scaling bug when printing on GTK+ (sf#1427).
+  + SciTE on GTK toolbar.detachable feature removed.
+  + Fixed some background saving bugs in SciTE (sf#1366, sf#1339).
+- Changes from version 3.2.3:
+  + Improve speed when performing multiple searches.
+  + SciTE adds definition of PLAT_UNIX for both PLAT_GTK and
+PLAT_MAC to allow consolidation of settings valid on all
+Unix variants.
+  + Signal autoCompleteCancelled added on Qt.
+  + Bash lexer supports nested delimiter pairs (sf#1515556,
+sf#3008483, sf#3512208 and sf#3515392) Feature #3569352.
+  + For C/C++, recognize exponent in floating point hexadecimal
+literals (sf#3576454).
+  + For C #include statements, do not treat // in the path as a
+comment (sf#3519260).
+  + Lexer for GetText translations (PO) improved with additional
+styles and single instance limitation fixed.
+  + Ruby for loop folding fixed (sf#3240902, sf#3567391).
+  + Ruby recognition of here-doc after class or instance variable
+fixed (sf#3567809).
+  + SQL folding of loop and case fixed (sf#3567905).
+  + SQL folding of case with assignment fixed (sf#3571820).
+  + Fix hang when removing all characters from indicator at end of
+document.
+  + Fix failure of \xhh in regular expression search for values
+greater than 0x79.
+  + On GTK+ 3 Ubuntu, fix crash when drawing margin.
+  + On ncurses, fix excessive spacing with italics line end.
+- Changes from version 3.2.2:
+  + Implement INDIC_SQUIGGLEPIXMAP as a faster version of
+INDIC_SQUIGGLE. Avoid poor drawing at right of INDIC_SQUIGGLE.
+Align INDIC_DOTBOX to pixel grid for full intensity.
+  + Implement SCI_GETSELECTIONEMPTY API (sf#3543121).
+  + Added SCI_VCHOMEDISPLAY and SCI_VCHOMEDISPLAYEXTEND key
+commands Feature #3561433.
+  + Allow specifying SciTE Find in Files directory with
+find.in.directory property Feature #3558594.
+  + Override SciTE global strip.trailing.spaces with
+strip.trailing.spaces by pattern files Feature #3556320.
+  + Fix long XML script tag 

commit scite for openSUSE:Factory

2012-09-23 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2012-09-23 21:13:59

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is scite, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2012-07-02 
11:12:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2012-09-23 
21:14:02.0 +0200
@@ -1,0 +2,60 @@
+Sun Aug 26 13:54:50 UTC 2012 - malcolmle...@opensuse.org
+
+- Updated to version 3.2.1:
+  + In Scintilla.iface, specify features as properties instead of
+functions where possible and fix some enumerations.
+  + In SciTE Lua scripts, string properties in Scintilla API can
+be retrieved as well as set using property notation.
+  + Added character class APIs: SCI_SETPUNCTUATIONCHARS,
+SCI_GETWORDCHARS, SCI_GETWHITESPACECHARS, and
+SCI_GETPUNCTUATIONCHARS. Feature #3529805.
+  + Less/Hss support added to CSS lexer. Feature #3532413.
+  + C++ lexer style SCE_C_PREPROCESSORCOMMENT added for stream
+comments in preprocessor (sf#3487406).
+  + Fix incorrect styling of inactive code in C++ lexer
+(sf#3533036).
+  + Fix incorrect styling by C++ lexer after empty lines in
+preprocessor style.
+  + C++ lexer option lexer.cpp.allow.dollars fixed so can be
+turned off after being on (sf#3541461).
+  + Fortran fixed format lexer fixed to style comments from column
+73 (sf#3540486).
+  + Fortran folder folds CRITICAL .. END CRITICAL (sf#3540486).
+  + Fortran lexer fixes styling after comment line ending with
+'' (sf#3087226).
+  + Fortran lexer styles preprocessor lines so they do not trigger
+incorrect folding (sf#2906275).
+  + Fortran folder fixes folding of nested ifs (sf#2809176).
+  + HTML folder fixes folding of CDATA when
+fold.html.preprocessor=0 (sf#3540491).
+  + On Cocoa, fix autocompletion font lifetime issue and row
+height computation.
+  + In 'choose single' mode, autocompletion will close an existing
+list if asked to display a single entry list.
+  + Fixed SCI_MARKERDELETE to only delete one marker per call
+(sf#3535806).
+  + Properly position caret after undoing coalesced delete
+operations (sf#3523326).
+  + Ensure margin is redrawn when SCI_MARGINSETSTYLE called.
+  + Fix clicks in first pixel of margins to send SCN_MARGINCLICK.
+  + Fix infinite loop when drawing block caret for a zero width
+space character at document start.
+  + Crash fixed for deleting negative range.
+  + For characters that overlap the beginning of their space such
+as italics descenders and bold serifs, allow start of text to
+draw 1 pixel into margin (sf#699587 sf#3537799).
+  + Fixed problems compiling Scintilla for Qt with GCC 4.7.1 x64.
+  + Fixed problem with determining GTK+ sub-platform caused when
+adding Qt support in 3.2.0.
+  + Fix incorrect measurement of untitled file in SciTE on Linux
+leading to message File ...' is 2147483647 bytes long
+(sf#3537764).
+  + In SciTE, fix open of selected filename with line number to go
+to that line.
+  + Fix problem with last visible buffer closing in SciTE causing
+invisible buffers to be active.
+  + Avoid blinking of SciTE's current word highlight when output
+pane changes.
+  + SciTE properties files can be longer than 60K.
+
+---

Old:

  scite320.tgz

New:

  scite321.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.gzXsvz/_old  2012-09-23 21:14:03.0 +0200
+++ /var/tmp/diff_new_pack.gzXsvz/_new  2012-09-23 21:14:03.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   scite
-Version:3.2.0
+Version:3.2.1
 Release:0
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors
 Url:http://www.scintilla.org/SciTE.html
-Source0:http://download.sourceforge.net/scintilla/%{name}320.tgz
+Source0:http://download.sourceforge.net/scintilla/%{name}321.tgz
 # PATCH-FIX-UPSTREAM scite-fix-desktop-categories.patch sf#3491187 
malcolmle...@opensuse.org -- Update desktop catgories.
 Patch0: scite-fix-desktop-categories.patch
 BuildRequires:  gcc-c++

++ scite320.tgz - scite321.tgz ++
 4659 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scite for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2012-07-02 11:12:38

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is scite, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2012-02-28 
14:16:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2012-07-02 
11:12:39.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun 25 06:32:31 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.2.0:
+  + Long list of changes since the last packaged version, see
+http://www.scintilla.org/ScintillaHistory.html for a detailed
+list.
+
+---

Old:

  scite303.tgz

New:

  scite320.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.jDCVp5/_old  2012-07-02 11:12:41.0 +0200
+++ /var/tmp/diff_new_pack.jDCVp5/_new  2012-07-02 11:12:41.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   scite
-Version:3.0.3
+Version:3.2.0
 Release:0
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors
 Url:http://www.scintilla.org/SciTE.html
-Source0:
http://voxel.dl.sourceforge.net/project/scintilla/SciTE/3.0.3/scite303.tgz
+Source0:http://download.sourceforge.net/scintilla/%{name}320.tgz
 # PATCH-FIX-UPSTREAM scite-fix-desktop-categories.patch sf#3491187 
malcolmle...@opensuse.org -- Update desktop catgories.
 Patch0: scite-fix-desktop-categories.patch
 BuildRequires:  gcc-c++

++ scite303.tgz - scite320.tgz ++
 22525 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scite for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2012-02-28 14:16:00

Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and  /work/SRC/openSUSE:Factory/.scite.new (New)


Package is scite, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2012-01-25 
10:41:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2012-02-28 
14:16:05.0 +0100
@@ -1,0 +2,59 @@
+Thu Feb 23 16:34:14 UTC 2012 - malcolmle...@opensuse.org
+
+- Updated to version 3.0.3:
+  + Printing works on GTK+ version 2.x as well as 3.x.
+  + Lexer added for the AviSynth language (sf#3475611).
+  + Lexer added for the Take Command / TCC scripting language
+(sf#3462462).
+  + CSS lexer gains support for SCSS (sf#3268017).
+  + CPP lexer fixes problems in the preprocessor structure caused
+by continuation lines (sf#3458508).
+  + Errorlist lexer handles column numbers for GCC format
+diagnostics. In SciTE, Next Message goes to column where this
+can be decoded from GCC format diagnostics (sf#3453075).
+  + HTML folder fixes spurious folds on some tags (sf#3459262).
+  + Ruby lexer fixes bug where '=' at start of file caused whole
+file to appear as a comment (sf#3452488).
+  + SQL folder folds blocks of single line comments (sf#3467425).
+  + Further support of fractional positioning. Spaces, tabs, and
+single character tokens can take fractional space and wrapped
+lines are positioned taking fractional positions into account
+(sf#3471998).
+  + For autocompletion lists Page Up and Down move by the list
+height instead of by 5 lines (sf#3455493).
+  + For SCI_LINESCROLLDOWN/UP don't select into virtual space
+(sf#3451681).
+  + Fix fold highlight not being fully drawn (sf#3469936).
+  + Fix selection margin appearing black when starting in wrap
+mode.
+  + Fix crash when changing end of document after adding an
+annotation (sf#3476637).
+  + Fix problems with building to make RPMs (sf#3476149).
+  + Fix problem with building on GTK+ where recent distributions
+could not find gmodule (sf#3469056).
+  + Fix problem with installing SciTE on GTK+ due to icon
+definition in .desktop file including an extension
+(sf#3476117).
+  + Fix SciTE bug where new buffers inherited some properties from
+previously opened file (sf#3457060).
+  + Fix focus when closing tab in SciTE with middle click. Focus
+moves to edit pane instead of staying on tab bar (sf#3440142).
+  + Fix SciTE bug where files became read-only after saving. Drop
+the * dirty marker after save completes (sf#3467432).
+  + For SciTE handling of diffs with +++ and --- lines, also
+handle case where not followed by tab. Go to correct line for
+diff +++ message (sf#3467143, sf#3467178).
+  + SciTE on GTK+ now performs threaded actions even on GTK+
+versions before 2.12.
+  + Various windows platform changes.
+- Drop scite-fix-missing-gmodule-reference.patch, scite-fix-
+  desktop-icon.patch and scite-fix-scite-optflags.patch as these
+  have been upstreamed.
+- Add scite-fix-desktop-categories.patch: update the desktop
+  categories (sf#3491187).
+- Pass date and time based on changes file instead of hardcoding a
+  date, so we don't need manual updates later on.
+- Add SLE condition for skipping post/postun macros now that
+  11.3 is dropped.
+
+---

Old:

  scite-fix-desktop-icon.patch
  scite-fix-missing-gmodule-reference.patch
  scite-fix-scite-optflags.patch
  scite302.tgz

New:

  scite-fix-desktop-categories.patch
  scite303.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.KdYuEq/_old  2012-02-28 14:16:06.0 +0100
+++ /var/tmp/diff_new_pack.KdYuEq/_new  2012-02-28 14:16:06.0 +0100
@@ -18,19 +18,15 @@
 
 
 Name:   scite
-Version:3.02
+Version:3.0.3
 Release:0
-License:MIT
 Summary:Source Code Editor based on Scintilla
-Url:http://www.scintilla.org/SciTE.html
+License:MIT
 Group:  Productivity/Text/Editors
-Source0:
http://voxel.dl.sourceforge.net/project/scintilla/SciTE/3.0.2/scite302.tgz
-# PATCH-FIX-UPSTREAM scite-fix-desktop-icon.patch sf#3476117 
malcolmle...@opensuse.org -- Drop desktop file icon extension.
-Patch0: scite-fix-desktop-icon.patch
-# PATCH-FIX-UPSTREAM scite-fix-scite-optflags.patch sf#3476149 
malcolmle...@opensuse.org -- Add CXXFLAGS to makefiles.
-Patch1: scite-fix-scite-optflags.patch
-# PATCH-FIX-UPSTREAM scite-fix-missing-gmodule-reference.patch sf#3469056 
malcolmle...@opensuse.org -- Add linker flag