commit geany for openSUSE:Factory
Hello community, here is the log from the commit of package geany for openSUSE:Factory checked in at 2014-05-05 21:17:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geany (Old) and /work/SRC/openSUSE:Factory/.geany.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "geany" Changes: -------- --- /work/SRC/openSUSE:Factory/geany/geany.changes 2013-05-28 11:44:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.geany.new/geany.changes 2014-05-05 21:18:51.000000000 +0200 @@ -1,0 +2,115 @@ +Fri Apr 25 20:51:53 UTC 2014 - zaitor@opensuse.org + +- Update to version 1.24.1: + + Fix distribution of custom GTK style files (sf#1037). + +------------------------------------------------------------------- +Mon Apr 14 08:17:46 UTC 2014 - zaitor@opensuse.org + +- Update to version 1.24: + + General: + - Add experimental support for GTK3. + - Add support for loading CTags and Vi tags files. + - Save configuration when plugin manager dialog is closed. + + Bug fixes: + - Fix many small memory leaks. + - Fix stopping of some spawned commands. + - Fix cursor position and selection after comment toggling + (sf#3576431). + - Fix truncated output of ``--list-documents`` command-line + option. + - Fix launching a new instance when ``--list-documents`` is + passed and no other instance is running. + - Fix crash if a Custom Command returns after its related + document has been closed. + - Fix typo in "deque" C++ include name (sf#1027). + - Fix replacing a selection starting with "0x" by a color if + the selection is not 8 bytes long. + - Fix a possible crash on quit. + + Interface: + - Fix custom GTK styles under KDE (sf#3607935). + - Add Find entries in the Symbol List popup menu (sf#3608278). + - Flatten-out the View menu. + - Add a button to directly configure a plugin's keybindings in + the plugin manager. + - Add an Apply button to the color chooser dialog (FR#686). + - Use a non-cropped 16x16 application icon (sf#1010). + - Fix "leaks" of geany_run_script (sf#975). + + Editor: + - Update Scintilla to version 3.3.6 (sf#962, sf#995). + - Fix Reflow to follow Line breaking behavior (sf#382, sf#412, + sf#464). + - Fix unfolding the very last line in a level (sf#1007). + - Fix commenting the very last line in some situations. + + Search: + - Fix bulk Search & Replace not to match replacements. + - Fix finding start of word when performing whole word + matching. + - Search when activating the Replace dialog find entry. + + Filetypes: + - Add CUDA filetype (PR#147). + - Add Rust filetype (PR#181). + - Add Batch filetype. + - Add Graphviz filetype (PR#125). + - Add PowerShell filetype. + - Add Clojure filetype (PR#92). + - Many improvements to the PHP tag parser. + - Update PHP global tags file (PR#137). + - Improve shebang detection for mksh and tcsh shells (PR#126). + - Fix Asciidoc parser recognition of open block as underline. + - Fix symbol list entry for Asciidoc headers containing a dot. + - Fix Asciidoc title parsing. + - SQL parsing improvements. + - Extend list of recognized keywords for SQL. + - Fix SQL single-line comment marker (sf#997). + - Fix parsing of some JavaScript constructors (sf#966). + - Fix parsing a JavaScript regular expression in a return + statement. + - Fix parsing JavaScript files with a shebang. + - Parse Java annotations with parameters (sf#924). + - Display Java enums in the symbol list. + - Add "strictfp" Java keyword and fix annotation parsing + (sf#936, sf#924). + - Fix parsing of C++ static_assert. + - Fix parsing of typed enums in C# and C++. + - Mitigate parsing errors on C++ generics containing an + expression. + - Add C++ member pointer operator to scope autocomplete + operators (sf#907). + - Fix parsing of Fortran "forall" blocks and procedure + pointers. + - Fix parsing of complex Cython types. + - Fix re-parsing Objective-C code. + - Fix parsing of Verilog initializers. + - Fix displaying of quoted Bash HereDoc delimiters (sf#952). + - Add some HTML5 keywords (Duncan de Wet). + - Add Erlang snippets and a template (PR#157). + - Haskell highlighting improvements. + - Add Matlab class keywords (PR#136). + - Fix argument list on some Python constructors. + - Fix R indenting to use braces. + - Display R sources and libraries in the symbol list. + - Many improvements to the Fortran tag parser (sf#1023, + sf#1030). + - Put Makefile comments at start of line. + - Add some missing Pascal keywords (sf#1033, PR#144). + - Add default build command for Bibtex in the Latex filetype + (PR#227). + - Ignore Python imports when going to a tag's definition. + - Add some more Ruby extensions. + + Plugins: + - Save Actions: add autosave when the editor lose focus + (FR#683). + - Export: fix exporting a document not ending with a newline. + - Export: fix including random, unused styles in the output. + - Export: fix HTML title if the file name contains control + characters. + - Export: fix LaTeX export with many consecutive '-', '<' or + '>'. + + API: Add plugin_builder_connect_signals(). + + Windows fixes. + + Updated translations. +- Introduce a prefer_gtk2 defines (currently set to 1) so we can + easily switch to gtk3 once it's deemed stable by upstream. + +------------------------------------------------------------------- Old: ---- geany-1.23.1.tar.bz2 New: ---- geany-1.24.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geany.spec ++++++ --- /var/tmp/diff_new_pack.dbSHdU/_old 2014-05-05 21:18:52.000000000 +0200 +++ /var/tmp/diff_new_pack.dbSHdU/_new 2014-05-05 21:18:52.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package geany # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,10 @@ # +%define prefer_gtk2 1 + Name: geany -Version: 1.23.1 +Version: 1.24.1 Release: 0 Summary: Small and lightweight IDE License: GPL-2.0+ @@ -27,7 +29,11 @@ Source1: %{name}-rpmlintrc BuildRequires: fdupes BuildRequires: gcc-c++ +%if %{prefer_gtk2} BuildRequires: gtk2-devel +%else +BuildRequires: gtk3-devel +%endif BuildRequires: intltool BuildRequires: update-desktop-files Recommends: %{name}-lang @@ -45,7 +51,11 @@ Summary: Small and lightweight IDE -- Development Files Group: Development/Libraries/C and C++ Requires: %{name} = %{version} +%if %{prefer_gtk2} Requires: gtk2-devel +%else +Requires: gtk3-devel +%endif %description devel Geany is a small and lightweight integrated development environment. @@ -60,7 +70,11 @@ %setup -q %build -%configure --docdir=%{_defaultdocdir}/%{name} +%configure \ +%if !(0%{?prefer_gtk2}) + --enable-gtk3 \ +%endif + --docdir=%{_defaultdocdir}/%{name} make %{?jobs:-j%jobs} %install ++++++ geany-1.23.1.tar.bz2 -> geany-1.24.1.tar.bz2 ++++++ ++++ 338599 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de