12 Commits

Author SHA256 Message Date
6f7230f22b Accepting request 1288595 from editors
OBS-URL: https://build.opensuse.org/request/show/1288595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scite?expand=0&rev=56
2025-06-26 09:39:52 +00:00
841689e0a8 - Update to version 5.5.7:
* Improve view position restoration when switching documents. Bug #1395.
  * Allow two '|' in abbreviations to place caret and currently selected text
    at different locations. Feature #1552.
  * Skip context when going to diff message in output pane. Feature #1554.
  * Split bash settings out from perl.properties to new bash.properties
    Feature #1555.

OBS-URL: https://build.opensuse.org/package/show/editors/scite?expand=0&rev=44
2025-06-25 17:58:00 +00:00
9fb8f351ce Accepting request 1272166 from editors
OBS-URL: https://build.opensuse.org/request/show/1272166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scite?expand=0&rev=55
2025-04-23 16:39:57 +00:00
1ce276caeb Update to version 5.5.6.
OBS-URL: https://build.opensuse.org/package/show/editors/scite?expand=0&rev=43
2025-04-23 12:01:52 +00:00
1a601aff8d Accepting request 1254180 from editors
OBS-URL: https://build.opensuse.org/request/show/1254180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scite?expand=0&rev=54
2025-03-19 21:32:52 +00:00
2bb7dee915 - Update to version 5.5.5:
* Remember selection with undo and redo. Controlled with property
    undo.selection.history 
  * Remember multiple and rectangular selction when switching buffers
    (Bug #2018)

OBS-URL: https://build.opensuse.org/package/show/editors/scite?expand=0&rev=42
2025-03-18 15:36:27 +00:00
d768b04eff Accepting request 1233048 from editors
Remove old source package.

OBS-URL: https://build.opensuse.org/request/show/1233048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scite?expand=0&rev=53
2024-12-23 15:49:15 +00:00
12994638d2 OBS-URL: https://build.opensuse.org/package/show/editors/scite?expand=0&rev=41 2024-12-22 16:16:04 +00:00
83481dd329 Version 5.5.4
OBS-URL: https://build.opensuse.org/package/show/editors/scite?expand=0&rev=40
2024-12-22 15:37:52 +00:00
415d83885b Accepting request 1223090 from editors
Update to v5.5.3

OBS-URL: https://build.opensuse.org/request/show/1223090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scite?expand=0&rev=52
2024-11-11 12:44:05 +00:00
4e03da17bc OBS-URL: https://build.opensuse.org/package/show/editors/scite?expand=0&rev=39 2024-11-09 22:19:10 +00:00
5a5413588c - Update to version 5.5.3:
* Fix find and replace of regular expression like ^.*$ that may match empty 
    range. Find Next previously failed on subsequent searches.
  * Fix marking each match of a regular expression like ^$ for an empty line 
    so it doesn't get stuck, time out, then stop after one segment.
- Update to version 5.5.2:
  * Add stretch attribute to style settings.
  * Add load.session.always to open both previous session and command line
    files. Bug #2440.

OBS-URL: https://build.opensuse.org/package/show/editors/scite?expand=0&rev=38
2024-11-09 22:18:12 +00:00
4 changed files with 54 additions and 8 deletions

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Wed Jun 25 14:06:02 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 5.5.7:
* Improve view position restoration when switching documents. Bug #1395.
* Allow two '|' in abbreviations to place caret and currently selected text
at different locations. Feature #1552.
* Skip context when going to diff message in output pane. Feature #1554.
* Split bash settings out from perl.properties to new bash.properties
Feature #1555.
-------------------------------------------------------------------
Wed Apr 23 06:01:11 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.5.6:
* Sync with scintilla 5.5.6; so scite specific code changes.
-------------------------------------------------------------------
Tue Mar 18 15:02:27 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 5.5.5:
* Remember selection with undo and redo. Controlled with property
undo.selection.history
* Remember multiple and rectangular selction when switching buffers
(Bug #2018)
-------------------------------------------------------------------
Sat Dec 21 11:31:57 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.5.4:
* No Linux specific changes.
-------------------------------------------------------------------
Sat Nov 9 14:59:59 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 5.5.3:
* Fix find and replace of regular expression like ^.*$ that may
match empty range. Find Next previously failed on subsequent
searches.
* Fix marking each match of a regular expression like ^$ for an
empty line so it doesn't get stuck, time out, then stop after
one segment.
- Changes from version 5.5.2:
* Add stretch attribute to style settings.
* Add load.session.always to open both previous session and
command line files. Bug #2440.
-------------------------------------------------------------------
Fri Aug 2 05:38:04 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package scite
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2012-2021 Malcolm J Lewis <malcolmlewis@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -17,10 +17,9 @@
#
%define tar_ver 551
%define tar_ver 557
Name: scite
Version: 5.5.1
Version: 5.5.7
Release: 0
Summary: Source Code Editor based on Scintilla
License: MIT
@@ -29,8 +28,8 @@ Source0: https://www.scintilla.org/%{name}%{tar_ver}.tgz
# PATCH-FEATURE-OPENSUSE scite-use-system-scintilla.patch badshah400@gmail.com -- Compile against system scintilla library
Patch0: scite-use-system-scintilla.patch
BuildRequires: gcc-c++ >= 11.2
BuildRequires: pkgconfig
BuildRequires: libscintilla-devel >= 5.5.0
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gail-3.0)
BuildRequires: pkgconfig(gdk-3.0)

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5e18298c870a79a24e254bda05bd51182b7bbaa4fd4436423141040743455b3
size 4789488

3
scite557.tgz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ff51c7871858056f350fbdcd9505e8575c9366c32c8fc017e0c6fbafdd5c6ef
size 4898844