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 "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/scite/scite.changes 2012-01-25 10:41:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2012-02-28 14:16:05.000000000 +0100 @@ -1,0 +2,59 @@ +Thu Feb 23 16:34:14 UTC 2012 - [email protected] + +- 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.000000000 +0100 +++ /var/tmp/diff_new_pack.KdYuEq/_new 2012-02-28 14:16:06.000000000 +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 [email protected] -- Drop desktop file icon extension. -Patch0: scite-fix-desktop-icon.patch -# PATCH-FIX-UPSTREAM scite-fix-scite-optflags.patch sf#3476149 [email protected] -- Add CXXFLAGS to makefiles. -Patch1: scite-fix-scite-optflags.patch -# PATCH-FIX-UPSTREAM scite-fix-missing-gmodule-reference.patch sf#3469056 [email protected] -- Add linker flag for gmodule-no-export-2.0. -Patch2: scite-fix-missing-gmodule-reference.patch +Url: http://www.scintilla.org/SciTE.html +Source0: http://voxel.dl.sourceforge.net/project/scintilla/SciTE/3.0.3/scite303.tgz +# PATCH-FIX-UPSTREAM scite-fix-desktop-categories.patch sf#3491187 [email protected] -- Update desktop catgories. +Patch0: scite-fix-desktop-categories.patch BuildRequires: gcc-c++ %if 0%{?favor_gtk2} BuildRequires: gtk2-devel @@ -48,13 +44,12 @@ %prep %setup -q -c %patch0 -p1 -%patch1 -p1 -%patch2 -p1 -#FIXME MANUAL UPDATE OF DATE REQUIRED HERE!!!! # Fix "Your file uses __DATE and __TIME__ this causes the package to rebuild when not needed warning" # http://sourceforge.net/tracker/?func=detail&atid=102439&aid=3314371&group_id=2439 is WONTFIX. -sed -i 's/wsci, \" \" \_\_DATE\_\_ \" \" \_\_TIME\_\_ \"\\n"/wsci, \"Released December 2011\\n\"/g' scite/src/Credits.cxx +# We use the date from the changes file +set_date_time=`date --date "@\`stat --format %Y %{_sourcedir}/%{name}.changes\`" +"%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}' @@ -75,16 +70,11 @@ # Add the man page mkdir -p %{buildroot}%{_mandir}/man1 install -m 0644 scite/doc/scite.1 %{buildroot}%{_mandir}/man1/SciTE.1 -# Update desktop categories -%suse_update_desktop_file -r SciTE Utility TextEditor - -%if 0%{?suse_version} > 1130 +%suse_update_desktop_file SciTE +%if !0%{?sles_version} %post %desktop_database_post -%endif - -%if 0%{?suse_version} > 1130 %postun %desktop_database_postun ++++++ scite-fix-desktop-categories.patch ++++++ diff -Naur a/scite/gtk/SciTE.desktop b/scite/gtk/SciTE.desktop --- a/scite/gtk/SciTE.desktop 2012-01-27 17:57:49.000000000 -0600 +++ b/scite/gtk/SciTE.desktop 2012-02-22 11:52:40.236020519 -0600 @@ -15,5 +15,5 @@ Icon=Sci48M Terminal=false StartupNotify=true -Categories=TextEditor;Development;GTK;Application; +Categories=GTK;Development;Utility;Building;TextEditor; MimeType=text/plain; ++++++ scite302.tgz -> scite303.tgz ++++++ ++++ 5542 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
