diff -Nru scite-4.1.0/debian/changelog scite-4.1.2/debian/changelog --- scite-4.1.0/debian/changelog 2018-06-19 21:02:30.000000000 +0000 +++ scite-4.1.2/debian/changelog 2018-10-02 12:50:26.000000000 +0000 @@ -1,3 +1,22 @@ +scite (4.1.2-1) unstable; urgency=medium + + [ Andreas Rönnquist ] + * New upstream version 4.1.2 + - Fixes povray syntax on Linux (Closes: #587229) + + [ Ondřej Nový ] + * d/watch: Use https protocol + + -- Andreas Rönnquist Tue, 02 Oct 2018 14:50:26 +0200 + +scite (4.1.1-1) unstable; urgency=medium + + * New upstream version 4.1.1 + * Update standards version to 4.2.1, no changes required + * Remove empty tests (Closes: #907597) + + -- Andreas Rönnquist Sun, 09 Sep 2018 13:35:49 +0200 + scite (4.1.0-1) unstable; urgency=medium * New upstream version 4.1.0 diff -Nru scite-4.1.0/debian/control scite-4.1.2/debian/control --- scite-4.1.0/debian/control 2018-06-19 15:10:47.000000000 +0000 +++ scite-4.1.2/debian/control 2018-10-02 12:50:26.000000000 +0000 @@ -8,7 +8,7 @@ libgtk-3-dev, libglib2.0-dev, liblua5.3-dev -Standards-Version: 4.1.4 +Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/debian/scite Vcs-Git: https://salsa.debian.org/debian/scite.git Homepage: http://scintilla.org/SciTE.html diff -Nru scite-4.1.0/debian/tests/control scite-4.1.2/debian/tests/control --- scite-4.1.0/debian/tests/control 2018-06-19 13:50:34.000000000 +0000 +++ scite-4.1.2/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -# Test installability -Depends: @ -Test-Command: /bin/true diff -Nru scite-4.1.0/debian/watch scite-4.1.2/debian/watch --- scite-4.1.0/debian/watch 2018-06-19 13:50:34.000000000 +0000 +++ scite-4.1.2/debian/watch 2018-10-02 12:50:26.000000000 +0000 @@ -2,4 +2,4 @@ # qa.debian.org runs a redirector which allows a simpler form of URL # for SourceForge based projects. The format below will automatically # be rewritten to use the redirector. -http://sf.net/scintilla/scite(\d)(\d)(\d)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://sf.net/scintilla/scite(\d)(\d)(\d)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) diff -Nru scite-4.1.0/scintilla/cocoa/ScintillaFramework/Info.plist scite-4.1.2/scintilla/cocoa/ScintillaFramework/Info.plist --- scite-4.1.0/scintilla/cocoa/ScintillaFramework/Info.plist 2018-06-18 23:05:58.000000000 +0000 +++ scite-4.1.2/scintilla/cocoa/ScintillaFramework/Info.plist 2018-10-02 01:35:40.000000000 +0000 @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.0 + 4.1.2 CFBundleSignature ???? CFBundleVersion - 4.1.0 + 4.1.2 NSPrincipalClass diff -Nru scite-4.1.0/scintilla/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj scite-4.1.2/scintilla/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj --- scite-4.1.0/scintilla/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj 2018-04-10 01:38:39.000000000 +0000 +++ scite-4.1.2/scintilla/cocoa/ScintillaFramework/ScintillaFramework.xcodeproj/project.pbxproj 2018-09-09 09:00:12.000000000 +0000 @@ -227,6 +227,8 @@ 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; }; 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; F437405F9F32C7DEFCA38C11 /* LexIndent.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 282E41F3B9E2BFEDD6A05BE7 /* LexIndent.cxx */; }; + FDC7442CAD70B9A67EF1639D /* LexSAS.cxx in Sources */ = {isa = PBXBuildFile; fileRef = A95147A1AB7CADB00DAFE724 /* LexSAS.cxx */; }; + 5F804AA6B60FE695863A39FE /* LexStata.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 7623427695416AB1270EE023 /* LexStata.cxx */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -457,6 +459,8 @@ 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 8DC2EF5B0486A6940098B216 /* Scintilla.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Scintilla.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = ""; }; + A95147A1AB7CADB00DAFE724 /* LexSAS.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexSAS.cxx; path = ../../lexers/LexSAS.cxx; sourceTree = SOURCE_ROOT; }; + 7623427695416AB1270EE023 /* LexStata.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexStata.cxx; path = ../../lexers/LexStata.cxx; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -640,6 +644,7 @@ 28A7D6041995E47D0062D204 /* LexRegistry.cxx */, 114B6EFB11FA7526004FB6AB /* LexRuby.cxx */, 1160E0371803651C00BCEBCB /* LexRust.cxx */, + A95147A1AB7CADB00DAFE724 /* LexSAS.cxx */, 114B6EFC11FA7526004FB6AB /* LexScriptol.cxx */, 114B6EFD11FA7526004FB6AB /* LexSmalltalk.cxx */, 114B6EFE11FA7526004FB6AB /* LexSML.cxx */, @@ -647,6 +652,7 @@ 114B6F0011FA7526004FB6AB /* LexSpecman.cxx */, 114B6F0111FA7526004FB6AB /* LexSpice.cxx */, 114B6F0211FA7526004FB6AB /* LexSQL.cxx */, + 7623427695416AB1270EE023 /* LexStata.cxx */, 11FDAEB6174E1A9700FA161B /* LexSTTXT.cxx */, 114B6F0311FA7526004FB6AB /* LexTACL.cxx */, 114B6F0411FA7526004FB6AB /* LexTADS3.cxx */, @@ -1112,6 +1118,8 @@ 11FF3FE21810EB3900E13F13 /* LexDMAP.cxx in Sources */, F437405F9F32C7DEFCA38C11 /* LexIndent.cxx in Sources */, 3D994BD7A5EAC4FA5B3CFBDF /* LexMaxima.cxx in Sources */, + FDC7442CAD70B9A67EF1639D /* LexSAS.cxx in Sources */, + 5F804AA6B60FE695863A39FE /* LexStata.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff -Nru scite-4.1.0/scintilla/cocoa/ScintillaView.mm scite-4.1.2/scintilla/cocoa/ScintillaView.mm --- scite-4.1.0/scintilla/cocoa/ScintillaView.mm 2018-06-18 23:05:58.000000000 +0000 +++ scite-4.1.2/scintilla/cocoa/ScintillaView.mm 2018-09-09 09:00:12.000000000 +0000 @@ -1195,7 +1195,7 @@ path = [bundle pathForResource: @"mac_cursor_flipped" ofType: @"tiff" inDirectory: nil]; image = [[NSImage alloc] initWithContentsOfFile: path]; - reverseArrowCursor = [[NSCursor alloc] initWithImage: image hotSpot: NSMakePoint(12, 2)]; + reverseArrowCursor = [[NSCursor alloc] initWithImage: image hotSpot: NSMakePoint(15, 2)]; } } diff -Nru scite-4.1.0/scintilla/cppcheck.suppress scite-4.1.2/scintilla/cppcheck.suppress --- scite-4.1.0/scintilla/cppcheck.suppress 2018-04-20 03:39:38.000000000 +0000 +++ scite-4.1.2/scintilla/cppcheck.suppress 2018-10-02 01:35:40.000000000 +0000 @@ -30,6 +30,7 @@ variableScope:scintilla/lexers/LexGui4Cli.cxx variableScope:scintilla/lexers/LexInno.cxx variableScope:scintilla/lexers/LexLaTeX.cxx +copyCtorAndEqOperator:scintilla/lexers/LexLaTeX.cxx variableScope:scintilla/lexers/LexMetapost.cxx variableScope:scintilla/lexers/LexModula.cxx variableScope:scintilla/lexers/LexNimrod.cxx diff -Nru scite-4.1.0/scintilla/doc/index.html scite-4.1.2/scintilla/doc/index.html --- scite-4.1.0/scintilla/doc/index.html 2018-06-18 23:05:58.000000000 +0000 +++ scite-4.1.2/scintilla/doc/index.html 2018-10-02 01:35:40.000000000 +0000 @@ -9,7 +9,7 @@ - +