commit geany-plugins for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2020-10-29 09:22:37

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new.3463 (New)


Package is "geany-plugins"

Thu Oct 29 09:22:37 2020 rev:31 rq:844557 version:1.37

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2020-04-23 18:30:13.492063313 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new.3463/geany-plugins.changes
2020-10-29 09:22:43.478711822 +0100
@@ -1,0 +2,20 @@
+Tue Oct 27 13:07:55 UTC 2020 - Paolo Stivanin 
+
+- Update to version 1.37:
+  * Addons: Improve sizes of color calltip
+  * Autoclose: Remove all pairing quotes
+  * GeanyVC: Add support for Fossil SCM
+  * GeanyVC: Allow to toggle single files with Space and Return
+keys in commit dialog
+  * GitChangebar: Add compatibility with libgit2 0.99
+  * LaTeX: Indent line in new environment
+  * PairTagHighligher: Allow to select a matching tag
+  * ProjectOrganizer: Make showing empty directories in the
+sidebar configurable
+  * ProjectOrganizer: Add a keybinding for focusing the sidebar
+  * ProjectOrganizer: Re-read base path when updating project
+  * Vimmode: Don't use word navigation from Scintilla
+  * Vimmode: Make o/O respect auto indentation
+- Remove deprecated geany-plugins-Make-libgit2-compatible.patch 
+
+---

Old:

  geany-plugins-1.36.tar.bz2
  geany-plugins-Make-libgit2-compatible.patch

New:

  geany-plugins-1.37.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.VUXzBA/_old  2020-10-29 09:22:43.998712321 +0100
+++ /var/tmp/diff_new_pack.VUXzBA/_new  2020-10-29 09:22:43.998712321 +0100
@@ -20,7 +20,7 @@
 # On next update, try enabling each of the disabled libs (in the %%else 
section) and check if they build with gtk3 or not. When all of them compile 
against gtk3, remove the macro and conditional.
 %define gtk3_ready 1
 Name:   geany-plugins
-Version:1.36
+Version:1.37
 Release:0
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
 Summary:A collection of different plugins for Geany
@@ -29,9 +29,6 @@
 URL:https://plugins.geany.org/geany-plugins/
 Source: 
http://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.bz2
 
-# PATCH-FIX-UPSTREAM geany-plugins-Make-libgit2-compatible.patch -- Make 
libgit2 version preprocessor conditionals compatible with libgit2-0.99
-Patch0: geany-plugins-Make-libgit2-compatible.patch
-
 BuildRequires:  devhelp-devel
 BuildRequires:  fdupes
 BuildRequires:  gettext

++ geany-plugins-1.36.tar.bz2 -> geany-plugins-1.37.tar.bz2 ++
 41263 lines of diff (skipped)




commit geany-plugins for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2020-04-23 18:30:05

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new.2738 (New)


Package is "geany-plugins"

Thu Apr 23 18:30:05 2020 rev:30 rq:795148 version:1.36

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2020-02-29 21:25:04.514583081 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new.2738/geany-plugins.changes
2020-04-23 18:30:13.492063313 +0200
@@ -1,0 +2,8 @@
+Thu Apr 16 23:11:48 UTC 2020 - Bjørn Lie 
+
+- Add geany-plugins-Make-libgit2-compatible.patch: Make libgit2
+  version preprocessor conditionals compatible with libgit2-0.99.
+- Drop long disabled downstream patch, geany-plugins-lua-5_2.patch:
+  We will move to lua 5.2 when upstream does.
+
+---

Old:

  geany-plugins-lua-5_2.patch

New:

  geany-plugins-Make-libgit2-compatible.patch



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.gECf4K/_old  2020-04-23 18:30:14.808065830 +0200
+++ /var/tmp/diff_new_pack.gECf4K/_new  2020-04-23 18:30:14.808065830 +0200
@@ -29,9 +29,8 @@
 URL:https://plugins.geany.org/geany-plugins/
 Source: 
http://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.bz2
 
-# PATCH-FIX-UPSTREAM geany-plugins-lua-5_2.patch sf#3476581 
dims...@opensuse.org -- Fix build with lua 5.2.
-# FIXME: the patch breaks GeanyLua building with lua 5.1.5
-Patch0: geany-plugins-lua-5_2.patch
+# PATCH-FIX-UPSTREAM geany-plugins-Make-libgit2-compatible.patch -- Make 
libgit2 version preprocessor conditionals compatible with libgit2-0.99
+Patch0: geany-plugins-Make-libgit2-compatible.patch
 
 BuildRequires:  devhelp-devel
 BuildRequires:  fdupes
@@ -69,9 +68,9 @@
 a lightweight IDE.
 
 %lang_package
+
 %prep
-%setup -q
-#patch0 -p1
+%autosetup -p1
 
 %build
 %configure \

++ geany-plugins-Make-libgit2-compatible.patch ++
>From 9497d829e1b207eb83575dc6f617feecfb89bc16 Mon Sep 17 00:00:00 2001
From: Dominik Schmidt 
Date: Sun, 23 Feb 2020 19:15:30 +0100
Subject: [PATCH] Make libgit2 version preprocessor conditionals compatible
 with libgit2-0.99

LIBGIT2_SOVERSION is defined as string literal, e.g. "0.99",
from libgit2-0.99 and beyond. Arithmetic checks against this
variable whill hence fail. This patch switches the checks to
compare against the LIBGIT2_VER_* family, which should be more stable.
---
 git-changebar/src/gcb-plugin.c | 6 +++---
 workbench/src/plugin_main.c| 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/git-changebar/src/gcb-plugin.c b/git-changebar/src/gcb-plugin.c
index b7083199..a911815f 100644
--- a/git-changebar/src/gcb-plugin.c
+++ b/git-changebar/src/gcb-plugin.c
@@ -32,11 +32,11 @@
 #include 
 #include 
 
-#if ! defined (LIBGIT2_SOVERSION) || LIBGIT2_SOVERSION < 22
+#if ! defined (LIBGIT2_VER_MINOR) || ( (LIBGIT2_VER_MAJOR == 0) && 
(LIBGIT2_VER_MINOR < 22) )
 # define git_libgit2_init git_threads_init
 # define git_libgit2_shutdown git_threads_shutdown
 #endif
-#if ! defined (LIBGIT2_SOVERSION) || LIBGIT2_SOVERSION < 23
+#if ! defined (LIBGIT2_VER_MINOR) || ( (LIBGIT2_VER_MAJOR == 0) && 
(LIBGIT2_VER_MINOR < 23) )
 /* 0.23 added @p binary_cb */
 # define git_diff_buffers(old_buffer, old_len, old_as_path, \
   new_buffer, new_len, new_as_path, options, \
@@ -45,7 +45,7 @@
 new_buffer, new_len, new_as_path, options, \
 file_cb, hunk_cb, line_cb, payload)
 #endif
-#if ! defined (LIBGIT2_SOVERSION) || LIBGIT2_SOVERSION < 28
+#if ! defined (LIBGIT2_VER_MINOR) || ( (LIBGIT2_VER_MAJOR == 0) && 
(LIBGIT2_VER_MINOR < 28) )
 # define git_buf_dispose  git_buf_free
 # define git_error_last   giterr_last
 #endif
diff --git a/workbench/src/plugin_main.c b/workbench/src/plugin_main.c
index 6fa6fc84..25ecdf6d 100644
--- a/workbench/src/plugin_main.c
+++ b/workbench/src/plugin_main.c
@@ -36,7 +36,7 @@
 #include "tm_control.h"
 
 
-#if ! defined (LIBGIT2_SOVERSION) || LIBGIT2_SOVERSION < 22
+#if ! defined (LIBGIT2_VER_MINOR) || ( (LIBGIT2_VER_MAJOR == 0) && 
(LIBGIT2_VER_MINOR < 22))
 # define git_libgit2_init git_threads_init
 # define git_libgit2_shutdown git_threads_shutdown
 #endif




commit geany-plugins for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2020-02-29 21:24:47

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new.26092 (New)


Package is "geany-plugins"

Sat Feb 29 21:24:47 2020 rev:29 rq:780394 version:1.36

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2020-02-06 13:09:12.188368069 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new.26092/geany-plugins.changes   
2020-02-29 21:25:04.514583081 +0100
@@ -1,0 +2,5 @@
+Fri Feb 21 15:41:39 CET 2020 - Matej Cepl 
+
+- Switch off building with PyGtk (as it is Python 2-based).
+
+---



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.u69dfk/_old  2020-02-29 21:25:05.234584506 +0100
+++ /var/tmp/diff_new_pack.u69dfk/_new  2020-02-29 21:25:05.234584506 +0100
@@ -43,7 +43,11 @@
 BuildRequires:  libwnck2-devel
 BuildRequires:  lua51-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python-gtk-devel
+BuildRequires:  python-rpm-macros
+# We cannot use pygtk anymore, as it is Python 2-based.
+# Unless geany-plugins switches to PyGObject, we cannot have Gnome
+# plugins here.
+# BuildRequires:  python-gtk-devel
 BuildRequires:  vala
 BuildRequires:  pkgconfig(enchant) >= 1.3
 BuildRequires:  pkgconfig(geany) >= 1.26
@@ -79,10 +83,6 @@
 %make_install
 install -d -m755 %{buildroot}%{python_sitearch}
 
-pushd %{buildroot}%{python_sitearch}
-%py_compile .
-popd
-
 find %{buildroot} -type f -name "*.la" -delete -print
 find %{buildroot} -size 0 -delete
 %fdupes %{buildroot}%{_docdir}/%{name}




commit geany-plugins for openSUSE:Factory

2020-02-06 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2020-02-06 13:09:02

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new.26092 (New)


Package is "geany-plugins"

Thu Feb  6 13:09:02 2020 rev:28 rq:770459 version:1.36

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2019-10-03 14:09:00.748169297 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new.26092/geany-plugins.changes   
2020-02-06 13:09:12.188368069 +0100
@@ -1,0 +2,7 @@
+Tue Feb  4 19:00:17 UTC 2020 - Bjørn Lie 
+
+- Drop geany-plugins-lang Requires: It should have been a
+  Recommends, and those are not needed anymore as Supplements: are
+  in place to take care of it.
+
+---



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.eY1TdU/_old  2020-02-06 13:09:13.408368732 +0100
+++ /var/tmp/diff_new_pack.eY1TdU/_new  2020-02-06 13:09:13.412368735 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geany-plugins
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -56,7 +56,6 @@
 # Leaving it in place to remind us to enable for newer versions if upstream 
ports it.
 # See https://github.com/geany/geany-plugins/issues/655
 #BuildRequires:  pkgconfig(webkit-1.0) >= 1.1.18
-Requires:   %{name}-lang = %{version}
 Requires:   geany >= 1.26
 Requires:   lua
 Enhances:   geany
@@ -74,7 +73,7 @@
 %configure \
 --docdir=%{_docdir}/%{name} \
 %{nil}
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install




commit geany-plugins for openSUSE:Factory

2019-10-03 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2019-10-03 14:08:58

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new.2352 (New)


Package is "geany-plugins"

Thu Oct  3 14:08:58 2019 rev:27 rq:734668 version:1.36

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2019-02-15 10:04:41.371581406 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new.2352/geany-plugins.changes
2019-10-03 14:09:00.748169297 +0200
@@ -1,0 +2,56 @@
+Sat Sep 28 17:48:43 UTC 2019 - Michael Ströder 
+
+- Update to version 1.36:
+  + Addons: Add additional color format used at Arduino.
+  + Improve support for GTK+3-support in many plugins.
+  + Lineoperations:
+- Remove every n-th line.
+- Add support for locale-aware sorting.
+  + Scope: Improve evaluation on-hover.
+  + Updatechecker: Update URL for new geany.org-homepage.
+  + VimMode:
+- Allow browsing command history using arrows.
+- Add going to beginning/end of command line.
+- Separate command and search history.
+  + Workbench:
+- Save settings immediately.
+- Give sidebar a name to enable dedicated CSS styling.
+- Auto-save project on changes.
+- Add new feature "Search projects".
+- Add option to let Git decide which files to display.
+- Changes from version 1.35:
+  + General:
+- Windows: Install dependency translations only if selected.
+- Build: Don't rely on a pkg-config output formatting detail.
+  + Addons: Update to use new plugin API.
+  + Autoclose: Update to use new plugin API.
+  + Automark: Update to use new plugin API.
+  + Codenav: Update to use new plugin API.
+  + Debugger:
+- Update to use new plugin API.
+- Fix a compiler warning.
+  + Defineformat: Update to use new plugin API.
+  + DevHelp: Update to use new plugin API.
+  + GeanyCTags: Update to use new plugin API.
+  + GeanyExtraSel: Undo workaround for rectange selection cancel
+bug (Fixed with 1.34+ Geany core release).
+  + GeanyLua:
+- Fix build warnings.
+- Update to match latest Geany's Scintilla API.
+  + GeanyNumberedBookmarks: Fix crash on re-unload.
+  + GeanyVC: Add a commit message history.
+  + GitChangebar: Fix compatibility with libgit2 0.28 API.
+  + Project Organizer: Add file operations to Project Organizer.
+  + Scope:
+- Correct height of "Environment" GtkTextView.
+- Show error message if no executable is set.
+- Fix "Modify" menu item being active without selection.
+  + Spellcheck: Improve documentation where to put translation
+dictionaries.
+  + Treebrowser: Use xdg-open for external open command.
+  + Vimmode: Fix repeated commands like 10dd not working.
+  + Webhelper: Update README.
+  + Updated translations.
+- Removed obsolete geany-plugins-fix-compat-libgit2_0.28.patch.
+
+---

Old:

  geany-plugins-1.34.tar.bz2
  geany-plugins-fix-compat-libgit2_0.28.patch

New:

  geany-plugins-1.36.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.a3B8fq/_old  2019-10-03 14:09:01.476167424 +0200
+++ /var/tmp/diff_new_pack.a3B8fq/_new  2019-10-03 14:09:01.476167424 +0200
@@ -20,7 +20,7 @@
 # On next update, try enabling each of the disabled libs (in the %%else 
section) and check if they build with gtk3 or not. When all of them compile 
against gtk3, remove the macro and conditional.
 %define gtk3_ready 1
 Name:   geany-plugins
-Version:1.34
+Version:1.36
 Release:0
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
 Summary:A collection of different plugins for Geany
@@ -32,8 +32,6 @@
 # PATCH-FIX-UPSTREAM geany-plugins-lua-5_2.patch sf#3476581 
dims...@opensuse.org -- Fix build with lua 5.2.
 # FIXME: the patch breaks GeanyLua building with lua 5.1.5
 Patch0: geany-plugins-lua-5_2.patch
-# PATCH-FIX-UPSTREAM geany-plugins-fix-compat-libgit2_0.28.patch -- Fix build 
with new libgit2 0.28 api
-Patch1: geany-plugins-fix-compat-libgit2_0.28.patch
 
 BuildRequires:  devhelp-devel
 BuildRequires:  fdupes
@@ -71,7 +69,6 @@
 %prep
 %setup -q
 #patch0 -p1
-%patch1 -p1
 
 %build
 %configure \

++ geany-plugins-1.34.tar.bz2 -> geany-plugins-1.36.tar.bz2 ++
 69079 lines of diff (skipped)




commit geany-plugins for openSUSE:Factory

2019-02-15 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2019-02-15 10:04:03

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new.28833 (New)


Package is "geany-plugins"

Fri Feb 15 10:04:03 2019 rev:26 rq:676260 version:1.34

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2019-01-21 10:28:19.253555249 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new.28833/geany-plugins.changes   
2019-02-15 10:04:41.371581406 +0100
@@ -1,0 +2,6 @@
+Wed Feb 13 22:19:04 UTC 2019 - bjorn@gmail.com
+
+- Add geany-plugins-fix-compat-libgit2_0.28.patch: Fix build with
+  new libgit2 0.28 api.
+
+---

New:

  geany-plugins-fix-compat-libgit2_0.28.patch



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.SzBmK9/_old  2019-02-15 10:04:42.491581043 +0100
+++ /var/tmp/diff_new_pack.SzBmK9/_new  2019-02-15 10:04:42.491581043 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geany-plugins
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -32,6 +32,8 @@
 # PATCH-FIX-UPSTREAM geany-plugins-lua-5_2.patch sf#3476581 
dims...@opensuse.org -- Fix build with lua 5.2.
 # FIXME: the patch breaks GeanyLua building with lua 5.1.5
 Patch0: geany-plugins-lua-5_2.patch
+# PATCH-FIX-UPSTREAM geany-plugins-fix-compat-libgit2_0.28.patch -- Fix build 
with new libgit2 0.28 api
+Patch1: geany-plugins-fix-compat-libgit2_0.28.patch
 
 BuildRequires:  devhelp-devel
 BuildRequires:  fdupes
@@ -69,6 +71,7 @@
 %prep
 %setup -q
 #patch0 -p1
+%patch1 -p1
 
 %build
 %configure \

++ geany-plugins-fix-compat-libgit2_0.28.patch ++
>From e18cc0c97f6a2098cd070765e5705fe293fe4e25 Mon Sep 17 00:00:00 2001
From: maxice8 
Date: Mon, 11 Feb 2019 23:50:28 -0200
Subject: [PATCH] git-changebar: fix compatibility with libgit2 0.28 API

Namely rename the deprecated git_buf_free to git_buf_dispose and change
giterr calls to git_error.
---
 git-changebar/src/gcb-plugin.c | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/git-changebar/src/gcb-plugin.c b/git-changebar/src/gcb-plugin.c
index 532a99aa..b7083199 100644
--- a/git-changebar/src/gcb-plugin.c
+++ b/git-changebar/src/gcb-plugin.c
@@ -45,6 +45,10 @@
 new_buffer, new_len, new_as_path, options, \
 file_cb, hunk_cb, line_cb, payload)
 #endif
+#if ! defined (LIBGIT2_SOVERSION) || LIBGIT2_SOVERSION < 28
+# define git_buf_dispose  git_buf_free
+# define git_error_last   giterr_last
+#endif
 
 
 GeanyPlugin  *geany_plugin;
@@ -238,7 +242,7 @@ static void
 clear_cached_blob_contents (void)
 {
   if (G_blob_contents.ptr) {
-git_buf_free (_blob_contents);
+git_buf_dispose (_blob_contents);
 buf_zero (_blob_contents);
   }
   G_blob_contents_tag = 0;
@@ -293,7 +297,7 @@ free_job (gpointer data)
   
   /* unlikely, but if we still have the buffer, free it */
   if (job->buf.ptr) {
-git_buf_free (>buf);
+git_buf_dispose (>buf);
   }
   g_free (job->path);
   g_slice_free1 (sizeof *job, job);
@@ -463,7 +467,7 @@ worker_thread (gpointer data)
   
   if (relpath) {
 if (! repo_get_file_blob_contents (repo, relpath, >buf, 0)) {
-  git_buf_free (>buf);
+  git_buf_dispose (>buf);
   buf_zero (>buf);
 }
 
@@ -1481,7 +1485,7 @@ plugin_init (GeanyData *data)
   G_queue = NULL;
   
   if (git_libgit2_init () < 0) {
-const git_error *err = giterr_last ();
+const git_error *err = git_error_last ();
 g_warning ("Failed to initialize libgit2: %s", err ? err->message : "?");
 return;
   }




commit geany-plugins for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2019-01-21 10:28:15

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new.28833 (New)


Package is "geany-plugins"

Mon Jan 21 10:28:15 2019 rev:25 rq:659063 version:1.34

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2018-03-07 10:36:11.711194150 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new.28833/geany-plugins.changes   
2019-01-21 10:28:19.253555249 +0100
@@ -1,0 +2,37 @@
+Sun Dec 16 19:29:45 UTC 2018 - Michael Ströder 
+
+- Update to version 1.34:
+  + General:
+- New plugin: vimode: A Vim Mode for Geany (PR #735)
+- Improve Travis testsuite to run also "make distcheck"
+  + Geanyctags:
+- Use base path as relative to the project file path (#698, PR #755)
+- Add apostrophes around generated tags file (PR #739)
+  + GeanyLua:
+- Update Scintilla symbols for Geany 1.34 (PR #776)
+- Update glspi_keycmd.h from geany-master (PR #759)
+  + Markdown:
+- Port plugin to Webkit2GTK (PR #746)
+  + PoHelper:
+- Consider dash a separator when rewrapping messages (PR #696)
+- Do not leave spaces at the start of a line when rewrapping (PR #696)
+- Make sure to only replace header fields in the actual header (PR #696)
+- Update X-Generator header if present (PR #696)
+- Use Geany-Plugins version for the plugin (PR #696)
+- Fix: for locating line breaks (PR #696)
+- Fix: Properly break all multiline strings on multiple lines (PR #696)
+- Fix: regular expression replacement when no matches are found
+  + Scope:
+- Add GTK3 support (#PR #750)
+  + Updatechecker:
+- On Windows, the common ca-certificates bundle is included in
+- the installer for proper SSL certificate verification (PR #768)
+  + Workbench:
+- Add option "Expand on hover" (PR #727)
+- Import base path on "Add project..."
+- Allow to remove files or directories
+- Support live update (PR #695, #659)
+  + Internationalization:
+- Updated translations: de, es, pt
+
+---

Old:

  geany-plugins-1.33.tar.bz2

New:

  geany-plugins-1.34.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.YpIi0r/_old  2019-01-21 10:28:19.845554600 +0100
+++ /var/tmp/diff_new_pack.YpIi0r/_new  2019-01-21 10:28:19.849554596 +0100
@@ -20,7 +20,7 @@
 # On next update, try enabling each of the disabled libs (in the %%else 
section) and check if they build with gtk3 or not. When all of them compile 
against gtk3, remove the macro and conditional.
 %define gtk3_ready 1
 Name:   geany-plugins
-Version:1.33
+Version:1.34
 Release:0
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
 Summary:A collection of different plugins for Geany
@@ -123,6 +123,7 @@
 %{_libdir}/geany/geniuspaste.so
 %{_libdir}/geany/git-changebar.so
 %{_libdir}/geany/lineoperations.so
+%{_libdir}/geany/markdown.so
 %{_libdir}/geany/overview.so
 %{_libdir}/geany/pairtaghighlighter.so
 %{_libdir}/geany/pohelper.so
@@ -140,6 +141,7 @@
 %{_libdir}/geany/geanyprj.so
 %{_libdir}/geany/geanydoc.so
 %{_libdir}/geany/keyrecord.so
+%{_libdir}/geany/vimode.so
 %{_libdir}/geany/workbench.so
 
 %else

++ geany-plugins-1.33.tar.bz2 -> geany-plugins-1.34.tar.bz2 ++
 75273 lines of diff (skipped)




commit geany-plugins for openSUSE:Factory

2018-03-07 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2018-03-07 10:36:07

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is "geany-plugins"

Wed Mar  7 10:36:07 2018 rev:24 rq:583113 version:1.33

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2017-09-20 17:10:41.674417003 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2018-03-07 10:36:11.711194150 +0100
@@ -1,0 +2,77 @@
+Mon Mar  5 14:34:43 UTC 2018 - badshah...@gmail.com
+
+- Update to version 1.33:
+  + General:
+- Rename plugin geanylatex to latex
+- utils lib: added new function
+  'gp_filelist_scan_directory_full()
+  (gh#geany/geany-plugins#681)
+  + Addons: Show color tip and start Color Chooser with double
+click (gh#geany/geany-plugins#664)
+  + GeanyLua:
+- Add filetype to set in geany.newfile()
+  (gh#geany/geany-plugins#652)
+- Add function geany.reloadconf() (gh#geany/geany-plugins#653)
+- Fix right-trim.lua (gh#geany/geany-plugins#670)
+- Update glspi_keycmd.h to match latest Geany version
+  (gh#geany/geany-plugins#662)
+- Update to match latest Geany's Scintilla API
+  (gh#geany/geany-plugins#685)
+  + PrettyPrinter: Allow to pretty print a selection only
+(gh#geany/geany-plugins#683)
+  + Spellcheck:
+- Remember 'Check while typing' setting between sessions
+  (gh#geany/geany-plugins#667, gh#geany/geany-plugins#680)
+- Support Enchant 2.0 and later (gh#geany/geany-plugins#674)
+  + Treebrowser: Fallback to "text-x-generic" icon if info lookup
+fails (gh#geany/geany-plugins#682)
+  + VC: Remember the commit dialog size
+(gh#geany/geany-plugins#679)
+  + Workbench:
+- Add "Create file here..."/"Create directory here..."
+  (gh#geany/geany-plugins#681)
+- Renamed "folder" to "sub-directory"
+  (gh#geany/geany-plugins#678)
+  + Updated translations.
+
+---
+Wed Feb 28 16:26:10 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner.
+
+---
+Tue Dec 19 00:22:07 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 1.32:
+  + General:
+- New plugin: Workbench (gh#geany/geany-plugins#460).
+- Add a common utils library (gh#geany/geany-plugins#622).
+  + Addons - Mark Word: Deselect when the selection changes
+(gh#geany/geany-plugins#614).
+  + GeniusPaste - Enable HTTPS for pastebin.geany.org
+(gh#geany/geany-plugins#635).
+  + GitChangebar - Add the possibility to undo hunk at cursor
+position (gh#geany/geany-plugins#531).
+  + PrettyPrinter - Add saving and loading of preferences in/from a
+file (gh#geany/geany-plugins#494, gh#geany/geany-plugins#581).
+  + ProjectOrganizer:
+- Close dir created with g_dir_open() in some special cases as
+  well as don't keep directories open when enumerating their
+  children (gh#geany/geany-plugins#605).
+- Use stock icons instead of the ones provided by the plugin
+  (gh#geany/geany-plugins#625).
+  + Scope:
+- Only allow selection of folders for "working dir"
+  (gh#geany/geany-plugins#623).
+- Add tooltips to toolbar buttons (gh#geany/geany-plugins#617).
+  + XmlSnippets - Activate unit tests for the plugin.
+  + Updated translations.
+- Adopt the use of %make_build macro rather than raw make command,
+  following the best practices.
+- Pass --docdir=%{_docdir}/%{name} to configure, fixing the
+  documentation location.
+- Reflecting the above change, point fdupes to this new location.
+- Add ldconfig post/postun scriptlets now that the package shipps a
+  shared library.
+
+---

Old:

  geany-plugins-1.31.tar.bz2

New:

  geany-plugins-1.33.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.WjhYmC/_old  2018-03-07 10:36:12.503165583 +0100
+++ /var/tmp/diff_new_pack.WjhYmC/_new  2018-03-07 10:36:12.507165440 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geany-plugins
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,21 +16,23 @@
 #
 
 
-# FIXME: Files listed inside the conditional "%%if %%{gtk3_ready}" are enabled 
because they do build when compiled against gtk3. On next update, try enabling 
each of the disabled libs (in 

commit geany-plugins for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2017-09-20 17:10:41

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is "geany-plugins"

Wed Sep 20 17:10:41 2017 rev:23 rq:527243 version:1.31

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2017-07-17 09:10:16.427411423 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2017-09-20 17:10:41.674417003 +0200
@@ -1,0 +2,53 @@
+Sat Sep 16 19:25:52 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 1.31:
+  + General:
+- New plugin: keyrecord (gh#geany/geany-plugins#460).
+- Add a note to plugins which are currently orphaned and might
+  not receive further fixes (gh#geany/geany-plugins#540).
+  Affected plugins:
+  . Geanydoc.
+  . GeanyExtrasel.
+  . GeanyInsertNum.
+  . GeanyLua.
+  . GeanyPG.
+  . GeanyPrj.
+  . GeanyVC.
+  . PrettyPrinter.
+  . Scope.
+  . Shiftcolumn.
+  . Treebrowser.
+  + Addons: Enable Mark Word also for newly opened documents
+(gh#geany/geany-plugins#563).
+  + Automark: Extend documentation (gh#geany/geany-plugins#582).
+  + GeanyDoc: Make OK the default button in interactive mode
+(gh#geany/geany-plugins#566).
+  + GeanyExtrasel: Fix issues related to Scintilla Rectancle select
+(gh#geany/geany-plugins#568).
+  + GeanyLua, GeanyMacro, GeanyNumbersBookmarks: Pass a GdkKeymap
+to gdk_keymap_* functions to prevent crashes on Windows and
+critical warnings on other platforms
+(gh#geany/geany-plugins#586).
+  + GeniusPaste: Update configuration for shipped pastebins
+(gh#geany/geany-plugins#551).
+  + GitChangebar: Fix spurious line wrapping
+(gh#geany/geany-plugins#564).
+  + LineOperations: Add a feature to keep unique lines
+(gh#geany/geany-plugins#560).
+  + PrettyPrinter: Add missing README, COPYING, NEWS and AUTHORS
+files (gh#geany/geany-plugins#580).
+  + ProjectOrganizer: Fix a crash by ensuring project is open
+before trying to expand the tree (gh#geany/geany-plugins#555,
+gh#geany/geany-plugins#557, gh#geany/geany-plugins#559).
+  + Scope: Correct a misleading error message
+(gh#geany/geany-plugins#561).
+  + Spellcheck:
+- Stop processing if the document gets invalid to prevent
+  crashes while file gets closed during long check runs
+  (gh#geany/geany-plugins#547).
+- Add style mappings for Rust and PHPSCRIPT.
+  + Updatechecker: Remove deprecated soup call
+(gh#geany/geany-plugins#541).
+  + Updated translations.
+
+---

Old:

  geany-plugins-1.30.tar.bz2

New:

  geany-plugins-1.31.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.BvbdCN/_old  2017-09-20 17:10:42.454307218 +0200
+++ /var/tmp/diff_new_pack.BvbdCN/_new  2017-09-20 17:10:42.458306654 +0200
@@ -20,7 +20,7 @@
 %define gtk3_ready 1
 
 Name:   geany-plugins
-Version:1.30
+Version:1.31
 Release:0
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
 Summary:A collection of different plugins for Geany
@@ -130,6 +130,7 @@
 %{_libdir}/geany/geanynumberedbookmarks.so
 %{_libdir}/geany/geanyprj.so
 %{_libdir}/geany/geanydoc.so
+%{_libdir}/geany/keyrecord.so
 
 %else
 # These plugins are not compatible with gtk3

++ geany-plugins-1.30.tar.bz2 -> geany-plugins-1.31.tar.bz2 ++
 50208 lines of diff (skipped)




commit geany-plugins for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2017-07-17 09:10:15

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is "geany-plugins"

Mon Jul 17 09:10:15 2017 rev:22 rq:509994 version:1.30

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2017-03-10 21:46:32.244477710 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2017-07-17 09:10:16.427411423 +0200
@@ -1,0 +2,8 @@
+Tue Jul 11 10:50:07 UTC 2017 - badshah...@gmail.com
+
+- Rename misleadingly named macro %%{gtk3_enable} to
+  %%{gtk3_ready} and set it to true (1). Used to distinguish
+  between gtk-ready plugins and those that are not yet so in the
+  file-list.
+
+---



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.VKFcB4/_old  2017-07-17 09:10:18.563110614 +0200
+++ /var/tmp/diff_new_pack.VKFcB4/_new  2017-07-17 09:10:18.563110614 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define gtk3_enable 0
+# FIXME: Files listed inside the conditional "%%if %%{gtk3_ready}" are enabled 
because they do build when compiled against gtk3. On next update, try enabling 
each of the disabled libs (in the %%else section) and check if they build with 
gtk3 or not. When all of them compile against gtk3, remove the macro and 
conditional.
+%define gtk3_ready 1
 
 Name:   geany-plugins
 Version:1.30
 Release:0
-# FIXME: Files listed inside the conditional "%if %%{gtk3_enable}" are 
disabled because they do not build when compiled against gtk3. On next update, 
try enabling each of these disabled libs and check if they build with gtk3 or 
not. When all of them compile against gtk3, remove the macro and conditional.
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
 Summary:A collection of different plugins for Geany
 License:GPL-2.0+ and GPL-3.0+
@@ -93,6 +93,8 @@
 %{_datadir}/geany-plugins/
 %{_datadir}/icons/hicolor/16x16/apps/prjorg*.png
 
+%if %{gtk3_ready}
+# List of gtk3 compatible plugins
 %{_libdir}/geany/addons.so
 %{_libdir}/geany/autoclose.so
 %{_libdir}/geany/automark.so
@@ -129,7 +131,8 @@
 %{_libdir}/geany/geanyprj.so
 %{_libdir}/geany/geanydoc.so
 
-%if %{gtk3_enable}
+%else
+# These plugins are not compatible with gtk3
 %{_libdir}/geany/debugger.so
 %{_libdir}/geany/devhelp.so
 %{_libdir}/geany/markdown.so




commit geany-plugins for openSUSE:Factory

2017-03-10 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2017-03-10 21:46:29

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is "geany-plugins"

Fri Mar 10 21:46:29 2017 rev:21 rq:478473 version:1.30

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2017-02-03 17:37:28.858570683 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2017-03-10 21:46:32.244477710 +0100
@@ -1,0 +2,62 @@
+Wed Mar  8 23:17:44 UTC 2017 - badshah...@gmail.com
+
+- Update to version 1.30:
+  + Automark:
+- Fix a possible crash if nothing is selected for automarking.
+- Replace internal usage of deprecated functions.
+  + Commander:
+- Fix a possible crash on startup with latest GTK3.
+  + Debugger: Fix a possible crash if debug-modus is enabled
+(gh#geany/geany-plugins#511).
+  + Geanyctags:Show online help via help button
+(gh#geany/geany-plugins#521).
+  + GeanyDoc:
+- Improve compatibility with Gtk3.
+- Allow to use current word as initial text in interactive
+  mode (gh#geany/geany-plugins#457).
+  + GeanyLua:
+- Remove deprecated GeanyFunctions from interface provided by
+  this plugin (gh#geany/geany-plugins#439).
+- Fix build with latest Scintilla
+  (gh#geany/geany-plugins#510).
+  + GeanyPy: Sync with upstream GeanyPy version
+(gh#geany/geany-plugins#527).
+  + Lineoperations: Add support for selections
+(gh#geany/geany-plugins#378).
+  + Lipsum: Add a space before restarting Lorem Ipsum text
+(gh#geany/geany-plugins#513).
+  + Markdown:
+- Allow exporting Markdown as HTML
+  (gh#geany/geany-plugins#502).
+- Fix relative paths (gh#geany/geany-plugins#501).
+  + PairTagHighlighter:
+- Add keybinding for jumping to matching tag
+  (gh#geany/geany-plugins#466).
+- Improve compatibility with Gtk3
+  (gh#geany/geany-plugins#466).
+  + ProjectOrganizer:
+- Show online help via help button
+  (gh#geany/geany-plugins#521).
+- Remember expanded directories in the sidebar when reloading
+  (gh#geany/geany-plugins#528).
+  + Spellcheck: Treat underscore as word separator
+(gh#geany/geany-plugins#512).
+  + Tableconvert: Fix markup of documentation.
+  + Treebrowser:
+- Fix a possible memory leak (gh#geany/geany-plugins#478).
+- Add a keybinding to follow current file
+  (gh#geany/geany-plugins#524).
+- Allow to show menu also with Shift+F10
+  (gh#geany/geany-plugins#523).
+- Fix a bug addding files to file list again and again when
+  using refresh-function and no file is selected.
+  (gh#geany/geany-plugins#525)
+- Don't change directory on project save
+  (gh#geany/geany-plugins#536).
+  + Updated translations.
+- Bump the version of libgeany0 in BuildRequires to 1.29
+  (following configure.ac changes).
+- geanydoc now builds with gtk3, so restore it to the allowed
+  file-list.
+
+---

Old:

  geany-plugins-1.29.tar.bz2

New:

  geany-plugins-1.30.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.B0LBOW/_old  2017-03-10 21:46:33.056362559 +0100
+++ /var/tmp/diff_new_pack.B0LBOW/_new  2017-03-10 21:46:33.056362559 +0100
@@ -19,7 +19,7 @@
 %define gtk3_enable 0
 
 Name:   geany-plugins
-Version:1.29
+Version:1.30
 Release:0
 # FIXME: Files listed inside the conditional "%if %%{gtk3_enable}" are 
disabled because they do not build when compiled against gtk3. On next update, 
try enabling each of these disabled libs and check if they build with gtk3 or 
not. When all of them compile against gtk3, remove the macro and conditional.
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
@@ -35,7 +35,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  intltool
-BuildRequires:  libgeany0 >= 1.26
+BuildRequires:  libgeany0 >= 1.29
 BuildRequires:  libgpgme-devel
 BuildRequires:  libtool
 BuildRequires:  libwnck2-devel
@@ -127,6 +127,7 @@
 %{_libdir}/geany/geanymacro.so
 %{_libdir}/geany/geanynumberedbookmarks.so
 %{_libdir}/geany/geanyprj.so
+%{_libdir}/geany/geanydoc.so
 
 %if %{gtk3_enable}
 %{_libdir}/geany/debugger.so
@@ -135,7 +136,6 @@
 %{_libdir}/geany/multiterm.so
 %{_libdir}/geany/scope.so
 %{_libdir}/geany/webhelper.so
-%{_libdir}/geany/geanydoc.so
 
 %dir %{_libdir}/geany/geanypy
 %dir %{_libdir}/geany/geanypy/geany

++ geany-plugins-1.29.tar.bz2 -> geany-plugins-1.30.tar.bz2 ++
 19581 lines of diff (skipped)




commit geany-plugins for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2017-02-01 09:53:01

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is "geany-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2016-09-23 11:38:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2017-02-03 17:37:28.858570683 +0100
@@ -1,0 +2,33 @@
+Thu Jan 26 00:56:44 UTC 2017 - firebird...@gmail.com
+
+- Update to version 1.29 (boo#102):
+  + General:
+- Rename plugin GeanyLipsum to Lipsum
+  (gh#geany/geany-plugins#472).
+  + Addons:
+- Add a function to deselect marked words with one click
+  (gh#geany/geany-plugins#481).
+  + Commander:
+- Add keybindings for triggering a particular filter type
+  (gh#geany/geany-plugins#468).
+  + GeanyGenDoc:
+- Fix typos in README (gh#geany/geany-plugins#476).
+  + Git-Changebar:
+- Fix an issue access the git repository in combination with
+  libgit2 0.24.2.
+- Fix an off-by-one issue in tooltip hunk width calculation
+  cropping 1px on the right.
+- Fix handling of documents starting with a BOM
+  (gh#geany/geany-plugins#483, gh#geany/geany-plugins#482).
+  + Spellcheck:
+- Strip single quotes from words' beginning and end
+  (gh#geany/geany-plugins#484).
+- Fix a memory leak on duplicate dictionaries
+  (gh#geany/geany-plugins#480).
+  + Treebrowser:
+- Fix a typo in configuration parsing causing option for
+  "open new files" have not being save/restored correctly
+  (gh#geany/geany-plugins/#469, gh#geany/geany-plugins#473).
+  + Updated translations.
+
+---

Old:

  geany-plugins-1.28.tar.bz2

New:

  geany-plugins-1.29.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.X6Oyni/_old  2017-02-03 17:37:29.542473884 +0100
+++ /var/tmp/diff_new_pack.X6Oyni/_new  2017-02-03 17:37:29.546473318 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geany-plugins
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define gtk3_enable 0
 
 Name:   geany-plugins
-Version:1.28
+Version:1.29
 Release:0
 # FIXME: Files listed inside the conditional "%if %%{gtk3_enable}" are 
disabled because they do not build when compiled against gtk3. On next update, 
try enabling each of these disabled libs and check if they build with gtk3 or 
not. When all of them compile against gtk3, remove the macro and conditional.
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
@@ -102,7 +102,7 @@
 %{_libdir}/geany/geanyctags.so
 %{_libdir}/geany/geanyextrasel.so
 %{_libdir}/geany/geanyinsertnum.so
-%{_libdir}/geany/geanylipsum.so
+%{_libdir}/geany/lipsum.so
 %{_libdir}/geany/geanylua.so
 %{_libdir}/geany-plugins/geanylua/libgeanylua.so
 %{_libdir}/geany/geanyminiscript.so

++ geany-plugins-1.28.tar.bz2 -> geany-plugins-1.29.tar.bz2 ++
 17296 lines of diff (skipped)




commit geany-plugins for openSUSE:Factory

2016-09-23 Thread h_root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2016-09-23 11:38:39

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is "geany-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2016-08-03 11:43:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2016-09-23 11:38:47.0 +0200
@@ -1,0 +2,9 @@
+Mon Sep 19 11:55:08 UTC 2016 - dims...@opensuse.org
+
+- Drop pkgconfig(vte) BuildRequires: geany-plugins still uses vte2
+  which is not compatible with the GTK3 build of geany. This change
+  does not result in any difference, since the package switched to
+  GTK3 a while ago and the GTK2/VTE2 based plugins have not been
+  shipped since then anyway.
+
+---



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.Gysebd/_old  2016-09-23 11:38:49.0 +0200
+++ /var/tmp/diff_new_pack.Gysebd/_new  2016-09-23 11:38:49.0 +0200
@@ -49,7 +49,6 @@
 BuildRequires:  pkgconfig(gtkspell3-3.0)
 BuildRequires:  pkgconfig(libgit2) >= 0.21
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.27
-BuildRequires:  pkgconfig(vte) >= 0.24
 # Disable this as we do not want to use this unsupported version of webkit - 
Leaving it in place to remind us to enable for newer versions if upstream ports 
it.
 #BuildRequires:  pkgconfig(webkit-1.0) >= 1.1.18
 Requires:   %{name}-lang = %{version}




commit geany-plugins for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2016-08-03 11:43:35

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is "geany-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2016-02-22 08:57:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2016-08-03 11:43:38.0 +0200
@@ -1,0 +2,50 @@
+Wed Jul 20 00:02:03 UTC 2016 - badshah...@gmail.com
+
+- Update to version 1.28:
+  + General:
+- Rename plugin GeanySendMail to SendMail
+  (gh#geany/geany-plugins#43).
+- Fix some inconsistency in plugins' READMEs
+  (gh#geany/geany-plugins#453).
+  + Windows build: Update dependencies shipped with the package.
+  + Addons:
+- tasks: Strip comment-closing sequence from task text
+  (gh#geany/geany-plugins#416).
+- tasks: Do not extract tokens from non-comments
+  (gh#geany/geany-plugins#416).
+  + Debugger: Fix escaping target executable path if it contains
+non-ASCII (gh#geany/geany-plugins#416,
+gh#geany/geany-plugins#451).
+  + GeanyGenDoc: Fix build with old rst2html
+(gh#geany/geany-plugins#414).
+  + GeanyLaTeX:
+- Fix a conditional end of undo action. Without an undo-action
+  might run forever (gh#geany/geany-plugins#416).
+- Improve support for GTK3 (gh#geany/geany-plugins#410).
+  + GeanyLipsum: Add ellipsis to menu item requiring further user
+input (gh#geany/geany-plugins#452).
+  + GeanyMacro: Fix GTK3 support (gh#geany/geany-plugins#410).
+  + GeanyNumberedBookmarks: Fix GTK3 support
+(gh#geany/geany-plugins#410).
+  + GeanyPrj: Fix GTK3 support (gh#geany/geany-plugins#410).
+  + GeanyPy: Fix build with current Geany
+(gh#geany/geany-plugins#363).
+  + PairTagHighlighter: Fix a crash when the tag name is missing
+(gh#geany/geany-plugins#442, gh#geany/geany-plugins#446,
+gh#geany/geany-plugins#447).
+  + Prettyprinter: Fix several memory leaks
+(gh#geany/geany-plugins#364).
+  + ProjectOrganizer: Fix duplicated tab in Project Properties.
+  + Scope: Fix dependency checks on Windows
+(gh#geany/geany-plugins#409).
+  + Shiftcolumn: Fix handling of end-to-start selections
+(gh#geany/geany-plugins#366).
+- Changes from version 1.27: See
+  /usr/share/doc/packages/geany-plugins/NEWS or online at
+  https://github.com/geany/geany-plugins/blob/1.27.0/NEWS.
+- Update file list:
+  + geanylatex, geanymacro, geanynumberedbookmarks, geanyprj
+are GTK3 compatible now.
+  + New plugin: lineoperations.
+
+---

Old:

  geany-plugins-1.26.tar.bz2

New:

  geany-plugins-1.28.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.YexX8U/_old  2016-08-03 11:43:39.0 +0200
+++ /var/tmp/diff_new_pack.YexX8U/_new  2016-08-03 11:43:39.0 +0200
@@ -19,7 +19,7 @@
 %define gtk3_enable 0
 
 Name:   geany-plugins
-Version:1.26
+Version:1.28
 Release:0
 # FIXME: Files listed inside the conditional "%if %%{gtk3_enable}" are 
disabled because they do not build when compiled against gtk3. On next update, 
try enabling each of these disabled libs and check if they build with gtk3 or 
not. When all of them compile against gtk3, remove the macro and conditional.
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
@@ -108,10 +108,11 @@
 %{_libdir}/geany-plugins/geanylua/libgeanylua.so
 %{_libdir}/geany/geanyminiscript.so
 %{_libdir}/geany/geanypg.so
-%{_libdir}/geany/geanysendmail.so
+%{_libdir}/geany/sendmail.so
 %{_libdir}/geany/geanyvc.so
 %{_libdir}/geany/geniuspaste.so
 %{_libdir}/geany/git-changebar.so
+%{_libdir}/geany/lineoperations.so
 %{_libdir}/geany/overview.so
 %{_libdir}/geany/pairtaghighlighter.so
 %{_libdir}/geany/pohelper.so
@@ -123,14 +124,14 @@
 %{_libdir}/geany/treebrowser.so
 %{_libdir}/geany/updatechecker.so
 %{_libdir}/geany/xmlsnippets.so
-
-%if %{gtk3_enable}
-%{_libdir}/geany/debugger.so
-%{_libdir}/geany/devhelp.so
 %{_libdir}/geany/geanylatex.so
 %{_libdir}/geany/geanymacro.so
 %{_libdir}/geany/geanynumberedbookmarks.so
 %{_libdir}/geany/geanyprj.so
+
+%if %{gtk3_enable}
+%{_libdir}/geany/debugger.so
+%{_libdir}/geany/devhelp.so
 %{_libdir}/geany/markdown.so
 %{_libdir}/geany/multiterm.so
 %{_libdir}/geany/scope.so

++ geany-plugins-1.26.tar.bz2 -> geany-plugins-1.28.tar.bz2 ++
 135001 lines of diff (skipped)




commit geany-plugins for openSUSE:Factory

2016-02-21 Thread h_root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2016-02-22 08:57:21

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is "geany-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2014-12-16 14:48:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2016-02-22 08:57:29.0 +0100
@@ -1,0 +2,109 @@
+Tue Feb 16 22:03:53 UTC 2016 - zai...@opensuse.org
+
+- Disable pkgconfig(webkit-1.0), as we do not want to use this as
+  it is unsupported by upstream.
+
+---
+Tue Jan 12 00:34:48 UTC 2016 - badshah...@gmail.com
+
+- Geany was switched to build against gtk3, so also switch
+  this -plugins package to gtk3 too:
+  + Disable the following plugins because they do not build 
+against gtk3: Debugger, DevHelp, GeanyDoc, GeanyGenDoc, 
+GeanyLaTeX, GeanyMacro, GeanyNumberedBookmarks, GeanyPrj,
+Geanypy, Markdown, MultiTerm, Scope, WebHelper.
+  + Update BuildRequires:
+- Update geany version to 1.26.
+- Replace pkgconfig(gtk+-2.0) by pkgconfig(gtk+-3.0).
+- Replace pkgconfig(gtkspell-2.0) by pkgconfig(gtkspell3-3.0).
+- Remove gconf2-devel, no longer required after the switch to
+  gtk3.
+
+---
+Thu Dec 31 02:50:10 UTC 2015 - badshah...@gmail.com
+
+- Update to version 1.26:
+  + General: Add a note about deprecating Waf build system --
+will be removed with 1.27.
+  + Addons:
+- Add new feature to copy path of current file into clipboard
+  (#291).
+- Update bookmark list also on any line changes in the
+  document (SF#129, SF#39, #284).
+- Add GTK3 support (#271).
+  + GeanyPy: Fix Python library loading on Debian based systems.
+  + GeanyVC:
+- Add GTK3 support (#300).
+- Little improvements on commit dialog (#300).
+  + GitChangeBar: Add support for libgit2 0.23 (#283).
+  + Multiterm: Make a lot of strings translatable (#254).
+  + Pohelper: Fix untranslated and fuzzy count in the stats
+dialog (#292).
+  + ProjectOrganizer: Fix some features when the sidebar was
+never visible.
+  + Scope: Use Geany spawn: maximum GDB line length fixed to
+1MB, no CPU time wasted when IDLE under Windows, 3
+preferences deleted.
+  + Spellcheck: Add an option to show spelling suggestion on top
+of the context menu instead of in a submenu (still default)
+(#287, #290).
+  + Updated translations.
+- Update requied libgeany version in BuildRequires.
+- Remove conditional from pkgconfig(libgit2) BuildRequires: Now
+  builds with the version in factory.
+
+---
+Sun Jul 26 22:14:15 UTC 2015 - t...@gmx.com
+
+- Update to version 1.25:
+  + removed geany-plugins-GCond-usage.patch, fixed upstream
+  + removed geany-plugins-gdb-7_7.patch, fixed upstream
+  + disabled geany-plugins-lua-5_2.patch: it breaks GeanyLua build
+  + General:
+- GProject is renamed to ProjectOrganizer
+- New plugin Automark
+- New plugin GeanyCtags
+- New plugin GitChangeBar
+- New plugin Overview
+  + Addons:
+- Improve URI selection
+  + Autoclose:
+- Add Whitesmith style bracket formatting support
+  + CodeNav:
+- Implement Go to File feature
+  + Commander:
+- Improve sorting algorithm
+  + Debugger:
+- Fix crash with GDB 7.7
+  + GeanyLaTeX:
+- Fix automatic capitalization of multi-byte characters
+  + GeanyVC:
+- Add support for WinMerge external diff viewer
+  + ProjectOrganizer:
+- Add an "external directory" feature
+- Add find tag by name
+- Add ignored file patterns
+- Performance improvements in tag generation using updated Geany 
+  API
+  + MultiTerm:
+- Fix build with recent Vala versions
+  + PairTagHighlighter:
+- Fix clearing previous indicators (PR #200)
+  + PoHelper:
+- Add a statistics dialog
+- Fix handling of plural forms
+  + Scope:
+- Fix building on GNU/Hurd (PR #146)
+  + Spellcheck:
+- Don't check code of scripting languages embedded in HTML
+- Add option to perform a spell check on document open (closes 
+  SF #137)
+  + Tableconvert:
+- Improve handling of non-LF line ends
+- Add support for DokuWiki syntax
+  + WebHelper:
+- Add support for basic bookmarks
+  + Internationalization:
+- Update translations: de, fr, pt, ru
+
+---

Old:

  geany-plugins-1.24.tar.bz2
  geany-plugins-GCond-usage.patch
  geany-plugins-gdb-7_7.patch

New:

  geany-plugins-1.26.tar.bz2


commit geany-plugins for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2014-12-16 14:48:32

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is geany-plugins

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2014-05-05 21:18:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2014-12-16 14:48:18.0 +0100
@@ -1,0 +2,9 @@
+Wed Nov 19 11:39:21 UTC 2014 - nick.schra...@mailbox.org
+
+- Debugger
+  + Add geany-plugins-GCond-usage.patch: Fixed bug SF#116
+that made the whole application crash because of GLib (bnc#906659).
+  + Add geany-plugins-gdb-7_7.patch: Fixed bug SF#112 that
+made the whole application crash because of GDB (bnc#906659).
+
+---

New:

  geany-plugins-GCond-usage.patch
  geany-plugins-gdb-7_7.patch



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.ICbvGu/_old  2014-12-16 14:48:19.0 +0100
+++ /var/tmp/diff_new_pack.ICbvGu/_new  2014-12-16 14:48:19.0 +0100
@@ -27,6 +27,10 @@
 Source: 
http://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM geany-plugins-lua-5_2.patch sf#3476581 
dims...@opensuse.org -- Fix build with lua 5.2.
 Patch0: geany-plugins-lua-5_2.patch
+# PATCH-FIX-UPSTREAM geany-plugins-GCond-usage.patch SF bug #116 -- Fix 
mutex-Problem with GLib = 2.42
+Patch1:geany-plugins-GCond-usage.patch
+# PATCH-FIX-UPSTREAM geany-plugins-GCond-usage.patch SF bug #112 -- Fix new 
GDB-7.7-Commands
+Patch2:geany-plugins-gdb-7_7.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libgpgme-devel
@@ -53,6 +57,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %configure

++ geany-plugins-GCond-usage.patch ++
diff --git a/debugger/src/dconfig.c b/debugger/src/dconfig.c
index 97e7bab..e5bb55c 100644
--- a/debugger/src/dconfig.c
+++ b/debugger/src/dconfig.c
@@ -270,11 +270,9 @@
 static gpointer saving_thread_func(gpointer data)
 {
GTimeVal interval;
-   GMutex *m = g_mutex_new();
+   g_mutex_lock(change_config_mutex);
do
{
-   g_mutex_lock(change_config_mutex);
-   
if (
panel_config_changed ||
(debug_config_changed  DEBUG_STORE_PLUGIN == dstore)
@@ -309,14 +307,12 @@

debug_config_changed = FALSE;
}
-   
-   g_mutex_unlock(change_config_mutex);
 
g_get_current_time(interval);
g_time_val_add(interval, SAVING_INTERVAL);
}
-   while (!g_cond_timed_wait(cond, m, interval));
-   g_mutex_free(m);
+   while (!g_cond_timed_wait(cond, change_config_mutex, interval));
+   g_mutex_unlock(change_config_mutex);

return NULL;
 }
@@ -471,7 +467,7 @@
 void config_destroy(void)
 {
g_cond_signal(cond);
-   /* ??? g_thread_join(saving_thread); */ 
+   g_thread_join(saving_thread);

g_mutex_free(change_config_mutex);
g_cond_free(cond);
++ geany-plugins-gdb-7_7.patch ++
diff --git a/debugger/src/dbm_gdb.c b/debugger/src/dbm_gdb.c
index 09a483a..b51b8a8 100644
--- a/debugger/src/dbm_gdb.c
+++ b/debugger/src/dbm_gdb.c
@@ -369,7 +369,7 @@ static gboolean on_read_async_output(GIO
update_files();
 
/* -exec-run */
-   exec_async_command(-exec-run );
+   exec_async_command(-exec-run);
}
}
else
@@ -895,7 +895,7 @@ static gboolean run(const gchar* file, c
 static void restart(void)
 {
dbg_cbs-clear_messages();
-   exec_async_command(-exec-run );
+   exec_async_command(-exec-run);
 }

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



commit geany-plugins for openSUSE:Factory

2013-04-03 Thread h_root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2013-04-03 12:50:40

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is geany-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2012-08-23 16:03:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2013-04-03 12:50:44.0 +0200
@@ -1,0 +2,49 @@
+Sun Mar 24 14:21:38 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.23:
+  + Add new plugin Commander
+  + Add new plugin markdown
+  + Add new plugin Scope
+  + Removing plugin geanyGDB
+  + Improvement of error handling in autogen.sh
+  + Improvement of general documentation
+  + Buildfix with waf on Windows-Systems
+  + Addons:
+- Fixing of memory leaks
+- Little rewordings
+  + Devhelp:
+- Fix API-calls for older GTK-versions
+- Fix a signal to avoid crash on closing of Geany
+  + GeanyGenDoc: Improvement of waf-build.
+  + GeanyLaTeX: Fix installation path for documentation.
+  + GeanyLua:
+- Update of Scintilla bindings to 3.2.0
+- Improve pointer-int casts
+- Revisiting mechanism to find Lua-package on configuration-time
+  + GeanyMacro: Fix some typos.
+  + GeanyPG: Fix adding of \0 when encryption a selection
+(sf#3557458)
+  + GeanyPrj: Buildfix for function not marked as external.
+  + GeniusPaste:
+- Fixing of memory leaks
+- Fixing of a invalid memory free
+  + Spellcheck: Perform a recheck/clear when toggling 'check while
+typing' (sf#3495051)
+  + Tableconvert:
+- Rework to be more generic.
+- Improvement of LaTeX-tables being created.
+  + Treebrowser:
+- Added backspace to browse up a directory.
+- Eexpand/collapse with spacebar.
+  + Webhelper:
+- Show the currently hovered link in the statusbar.
+- Don't use deprecated GTK API.
+- No longer pass --enable-geanygdb to configure, as the geanygdb
+  plugin has been dropped by upstream.
+
+---
+Wed Mar 20 20:52:49 UTC 2013 - dims...@opensuse.org
+
+- Spec-cleanup using format_spec_file service.
+
+---

Old:

  geany-plugins-1.22.tar.bz2

New:

  geany-plugins-1.23.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.NGaMCM/_old  2013-04-03 12:50:48.0 +0200
+++ /var/tmp/diff_new_pack.NGaMCM/_new  2013-04-03 12:50:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package geany-plugins
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,11 +17,11 @@
 
 
 Name:   geany-plugins
-Version:1.22
+Version:1.23
 Release:0
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
 Summary:A collection of different plugins for Geany
-License:GPL-2.0+ ; GPL-3.0+
+License:GPL-2.0+ and GPL-3.0+
 Group:  Development/Tools/IDE
 Url:http://plugins.geany.org/geany-plugins/
 Source: 
http://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.bz2
@@ -31,7 +31,7 @@
 BuildRequires:  intltool
 BuildRequires:  libgpgme-devel
 BuildRequires:  pkgconfig(enchant) = 1.3
-BuildRequires:  pkgconfig(geany) = 1.22
+BuildRequires:  pkgconfig(geany) = 1.23
 BuildRequires:  pkgconfig(glib-2.0) = 2.16
 BuildRequires:  pkgconfig(gtk+-2.0) = 2.16
 BuildRequires:  pkgconfig(gtkspell-2.0)
@@ -40,7 +40,7 @@
 BuildRequires:  pkgconfig(vte) = 0.24
 BuildRequires:  pkgconfig(webkit-1.0) = 1.1.18
 Requires:   %{name}-lang = %{version}
-Requires:   geany = 1.22
+Requires:   geany = 1.23
 Requires:   lua
 Enhances:   geany
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,8 +55,7 @@
 %patch0 -p1
 
 %build
-%configure \
---enable-geanygdb
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -71,17 +70,14 @@
 %files
 %defattr(-,root,root)
 %doc NEWS README
-%if %{_libdir} != %{_libexecdir}
-%{_libexecdir}/geany-plugins/
-%endif
 %{_libdir}/geany-plugins/
 # Explicitly list plugins, so we don't lose any by accident
 %{_libdir}/geany/addons.so
 %{_libdir}/geany/codenav.so
+%{_libdir}/geany/commander.so
 %{_libdir}/geany/debugger.so
 %{_libdir}/geany/geanydoc.so
 %{_libdir}/geany/geanyextrasel.so
-%{_libdir}/geany/geanygdb.so
 %{_libdir}/geany/geanyinsertnum.so
 %{_libdir}/geany/geanylatex.so
 

commit geany-plugins for openSUSE:Factory

2012-08-23 Thread h_root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2012-08-23 16:03:34

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is geany-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2012-01-20 20:23:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2012-08-23 16:03:36.0 +0200
@@ -1,0 +2,58 @@
+Wed Aug 15 11:12:54 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.22:
+  + General:
+- Autotools build system improvements
+- Add new plugin GeanyMiniScript
+- Add new plugin GeniusPaste
+- Add new plugin MultiTerm
+- Disable GeanyGDB by default on build with autotools
+  + Addons:
+- Add word wrapping addon
+  + Debugger:
+- Fix build with --as-needed
+- Fix crash on 64 bit platform (sf#3449480)
+- Use asynchronous methods when possible not to freeze the UI
+- Display thread information in the stack window
+- Properly handle spaces in filenames
+- Various other bugfixes and improvements
+  + Devhelp:
+- Bundle libdevhelp 2.32
+- Remove support for Google Code Search
+  + GeanyLaTeX:
+- Fix crash with recent Geany versions
+- Ignore files autogenerated by biblatex in suggestions for
+  cite
+  + GeanyLua:
+- Fix build with recent GLib
+  + GeanyMacro:
+- Add support for editing macros events
+- Support search next/search prev
+  + GeanyNumberedBookmarks:
+- Only save file status if non-empty
+- Add support for saving file status next to the file itself
+- Save non-numbered bookmarks too
+  + GeanyPG:
+- Fix build with --as-needed
+- Fix encryption to an untrusted key
+  + GeanyPrj:
+- Add find in project keybinding
+- Add a setting to hide the sidebar
+  + GeanyVC:
+- Go to the selected line upon blame
+- Add support for displaying the VC menu in the menubar
+  + GProject:
+- Fix a crash when a project file is missing
+- Support Geany 1.22
+  + Tableconvert:
+- Fix SQL tables generation
+  + TreeBrowser:
+- Fix permissions on new files (sf#3415045)
+- Add create new file and create new directory keybindings
+  + WebHelper:
+- Fix crash with recent versions of WebKitGTK
+- Save and restore inspector docking state
+  + Updated translations.
+- Pass --enable-geanygdb to configure to enable the gdb plugin.
+
+---

Old:

  geany-plugins-0.21.1.tar.bz2

New:

  geany-plugins-1.22.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.SLGWa7/_old  2012-08-23 16:03:38.0 +0200
+++ /var/tmp/diff_new_pack.SLGWa7/_new  2012-08-23 16:03:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   geany-plugins
-Version:0.21.1
+Version:1.22
 Release:0
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
 Summary:A collection of different plugins for Geany
@@ -31,7 +31,7 @@
 BuildRequires:  intltool
 BuildRequires:  libgpgme-devel
 BuildRequires:  pkgconfig(enchant) = 1.3
-BuildRequires:  pkgconfig(geany) = 0.21
+BuildRequires:  pkgconfig(geany) = 1.22
 BuildRequires:  pkgconfig(glib-2.0) = 2.16
 BuildRequires:  pkgconfig(gtk+-2.0) = 2.16
 BuildRequires:  pkgconfig(gtkspell-2.0)
@@ -40,7 +40,7 @@
 BuildRequires:  pkgconfig(vte) = 0.24
 BuildRequires:  pkgconfig(webkit-1.0) = 1.1.18
 Requires:   %{name}-lang = %{version}
-Requires:   geany = 0.21
+Requires:   geany = 1.22
 Requires:   lua
 Enhances:   geany
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,7 +55,8 @@
 %patch0 -p1
 
 %build
-%configure
+%configure \
+--enable-geanygdb
 make %{?_smp_mflags}
 
 %install
@@ -86,13 +87,15 @@
 %{_libdir}/geany/geanylipsum.so
 %{_libdir}/geany/geanylua.so
 %{_libdir}/geany/geanymacro.so
+%{_libdir}/geany/geanyminiscript.so
 %{_libdir}/geany/geanynumberedbookmarks.so
 %{_libdir}/geany/geanypg.so
 %{_libdir}/geany/geanyprj.so
 %{_libdir}/geany/geanysendmail.so
 %{_libdir}/geany/geanyvc.so
+%{_libdir}/geany/geniuspaste.so
 %{_libdir}/geany/gproject.so
-%{_libdir}/geany/pretty-print.so
+%{_libdir}/geany/pretty-printer.so
 %{_libdir}/geany/shiftcolumn.so
 %{_libdir}/geany/spellcheck.so
 %{_libdir}/geany/tableconvert.so

++ geany-plugins-0.21.1.tar.bz2 - geany-plugins-1.22.tar.bz2 ++
 148537 lines of diff (skipped)

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



commit geany-plugins for openSUSE:Factory

2012-01-20 Thread h_root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2012-01-20 20:23:27

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is geany-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2012-01-05 19:10:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2012-01-20 20:23:29.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 10 21:42:26 UTC 2012 - dims...@opensuse.org
+
+- Use versioned BuildRequires where they are specified in the build
+  system.
+- Add geany-plugins-lua-5_2.patch: Fix build with lua 5.2.
+
+---

New:

  geany-plugins-lua-5_2.patch



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.2OZ1Cd/_old  2012-01-20 20:23:30.0 +0100
+++ /var/tmp/diff_new_pack.2OZ1Cd/_new  2012-01-20 20:23:30.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   geany-plugins
 Version:0.21.1
 Release:0
@@ -24,20 +25,22 @@
 Group:  Development/Tools/IDE
 Url:http://plugins.geany.org/geany-plugins/
 Source: 
http://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM geany-plugins-lua-5_2.patch sf#3476581 
dims...@opensuse.org -- Fix build with lua 5.2.
+Patch0: geany-plugins-lua-5_2.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libgpgme-devel
-BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(geany)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(enchant) = 1.3
+BuildRequires:  pkgconfig(geany) = 0.21
+BuildRequires:  pkgconfig(glib-2.0) = 2.16
+BuildRequires:  pkgconfig(gtk+-2.0) = 2.16
 BuildRequires:  pkgconfig(gtkspell-2.0)
-BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(lua)
-BuildRequires:  pkgconfig(vte)
-BuildRequires:  pkgconfig(webkit-1.0)
+BuildRequires:  pkgconfig(libxml-2.0) = 2.6.27
+BuildRequires:  pkgconfig(lua) = 5.1
+BuildRequires:  pkgconfig(vte) = 0.24
+BuildRequires:  pkgconfig(webkit-1.0) = 1.1.18
 Requires:   %{name}-lang = %{version}
-Requires:   geany = 0.19
+Requires:   geany = 0.21
 Requires:   lua
 Enhances:   geany
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,6 +52,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ geany-plugins-lua-5_2.patch ++
diff -ur geany-plugins-0.21.1/geanylua/glspi_app.c 
geany-plugins-0.21.1.patch/geanylua/glspi_app.c
--- geany-plugins-0.21.1/geanylua/glspi_app.c   2011-01-04 14:15:31.0 
+0100
+++ geany-plugins-0.21.1.patch/geanylua/glspi_app.c 2012-01-18 
23:55:27.494668050 +0100
@@ -603,7 +603,7 @@
 
 
 
-static const struct luaL_reg glspi_app_funcs[] = {
+static const struct luaL_Reg glspi_app_funcs[] = {
{pluginver, glspi_pluginver},
{appinfo,   glspi_appinfo},
{xsel,  glspi_xsel},
diff -ur geany-plugins-0.21.1/geanylua/glspi_dlg.c 
geany-plugins-0.21.1.patch/geanylua/glspi_dlg.c
--- geany-plugins-0.21.1/geanylua/glspi_dlg.c   2010-06-10 18:46:27.0 
+0200
+++ geany-plugins-0.21.1.patch/geanylua/glspi_dlg.c 2012-01-18 
23:55:27.494668050 +0100
@@ -130,7 +130,7 @@
arg1=lua_tostring(L, 1);
}
 
-   n=lua_objlen(L,2);
+   n=lua_rawlen(L,2);
for (i=1;i=n; i++) {
lua_rawgeti(L,2,i);
if (!lua_isstring(L, -1)) {
@@ -539,7 +539,7 @@
 
 
 
-static const struct luaL_reg glspi_dlg_funcs[] = {
+static const struct luaL_Reg glspi_dlg_funcs[] = {
{choose,   glspi_choose},
{confirm,  glspi_confirm},
{input,glspi_input},
diff -ur geany-plugins-0.21.1/geanylua/glspi_doc.c 
geany-plugins-0.21.1.patch/geanylua/glspi_doc.c
--- geany-plugins-0.21.1/geanylua/glspi_doc.c   2010-06-10 18:46:27.0 
+0200
+++ geany-plugins-0.21.1.patch/geanylua/glspi_doc.c 2012-01-18 
23:55:27.498668099 +0100
@@ -325,7 +325,7 @@
 
 
 
-static const struct luaL_reg glspi_doc_funcs[] = {
+static const struct luaL_Reg glspi_doc_funcs[] = {
{filename,  glspi_filename},
{fileinfo,  glspi_fileinfo},
{documents, glspi_documents},
diff -ur geany-plugins-0.21.1/geanylua/glspi.h 
geany-plugins-0.21.1.patch/geanylua/glspi.h
--- geany-plugins-0.21.1/geanylua/glspi.h   2011-10-02 06:17:30.0 
+0200
+++ geany-plugins-0.21.1.patch/geanylua/glspi.h 2012-01-18 23:51:04.043495617 
+0100
@@ -9,6 +9,7 @@
 #ifdef HAVE_CONFIG_H
 # 

commit geany-plugins for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2012-01-05 19:10:54

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is geany-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2011-09-23 01:59:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2012-01-05 19:10:56.0 +0100
@@ -1,0 +2,71 @@
+Wed Nov 16 16:44:34 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.21.1:
+  + Add geanylatex/doc/ to autotools build system.
+- Changes from version 0.21:
+  + General:
+- Renew autotools build system
+- Add new plugin Debugger
+- Add new plugin Devhelp
+- Add new plugin GeanyPG
+- Add new plugin GeanyMacro
+- Add new plugin GeanyNumberedBookmarks
+- Add new plugin Tableconvert
+- Add new plugin XMLSnippets
+  + Addons:
+- DocList addon: Add preference to define the order of the
+  documents in the list (sf#3204573)
+- Tasks addon: Activate and update the task list when the Tasks
+  addon is enabled
+  + GeanyLaTeX:
+- Moved LaTeX-menu to a separate menu inside Geany main menu
+- Added a feature to autocapetlise letters on typing on begin
+  of a sentence
+- Added a way to put a icon for \LaTeX{}-wizard into Geany's
+  main toolbar
+- Added a dialog for inserting BibTeX references based on
+  available *.bib-files
+- Upgrade plugin API to version 199
+- Ensure to not insert {} after \^ and \_
+- Adding a keystroke to toggle inserting {} after ^ and _
+- Fix an issue with wrong inserted formating using a keybinding
+- Small update to enable i18n also on Geany = 0.21
+- Various bugfixes and memory leak fixes.
+  + GeanyLipsum:
+- Small update to enable i18n also on Geany = 0.21
+  + GeanySendMail:
+- Some minor cleaning up of code
+- Fix for an isue with replacing of command string in case of
+  %r has not being used
+- Don't double free a variable which might ended up inside a
+  segmentation fault when using plugin function more than once.
+- Small update to enable i18n also on Geany = 0.21
+  + GeanyVC:
+- Some smaller fixes for compiler warnings and memory leaks
+- Small update to enable i18n also on Geany = 0.21
+  + Spell Check:
+- Reduce artifacts on partially checked words
+- Improve 'Check as you type' feature, make it more reliably
+  + Tableconvert:
+- Adding new plugin, helping on converting tabulator separated
+  list into table supporting LaTeX, HTML and SQL so far.
+- Small update to enable i18n also on Geany = 0.21
+  + Updatechecker:
+- Fix an issue with init threads for older GTK/glib versions by
+  updating to Geany API version 203.
+- Small update to enable i18n also on Geany = 0.21
+- Fix a typo inside waf-build system
+  + WebHelper:
+- Fix creation of configuration directory in some cases.
+- Fix missing update of navigation buttons on anchor links.
+- Fix thread initialization problem.
+- Fix some issues with keybingins on secondary windows.
+- Add a keybinding to show/hide web view's window (sf#3156262).
+- Allow for better configuration of secondary windows.
+  + Updated translations.
+- Re-enable webhelper plugin by uncommenting pkgconfig(webkit-1.0)
+  BuildRequires.
+- Add pkgconfig(vte) BuildRequires for the new debugger plugin.
+- Add libgpgme-devel BuildRequires for the new GeanyPG plugin.
+
+---

Old:

  geany-plugins-0.20.tar.bz2

New:

  geany-plugins-0.21.1.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.rHmwxx/_old  2012-01-05 19:10:57.0 +0100
+++ /var/tmp/diff_new_pack.rHmwxx/_new  2012-01-05 19:10:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geany-plugins
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,20 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   geany-plugins
-Version:0.20
-Release:1
+Version:0.21.1
+Release:0
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
-# FIXME: check if webhelper plugin builds (last checked: 0.20)
-License:GPLv2+ ; GPLv3+
 Summary:A collection of different plugins for