commit gedit-latex for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package gedit-latex for openSUSE:Factory 
checked in at 2020-05-11 16:30:28

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


Package is "gedit-latex"

Mon May 11 16:30:28 2020 rev:16 rq:801363 version:3.20.0

Changes:

--- /work/SRC/openSUSE:Factory/gedit-latex/gedit-latex.changes  2020-01-31 
23:56:35.699629947 +0100
+++ /work/SRC/openSUSE:Factory/.gedit-latex.new.2738/gedit-latex.changes
2020-05-11 16:30:33.506424790 +0200
@@ -1,0 +2,10 @@
+Thu May  7 09:28:29 UTC 2020 - Bjørn Lie 
+
+- Replace dbus-1-python with dbus-1-python3 and python3-gobject-Gdk
+  Requires: Only python3 is now available in tw, and package
+  supports python3 just fine.
+- Modernize spec, run spec-cleaner, remove
+  glib2_gsettings_schema_post(un) macro only needed for obsolete
+  versions of openSUSE.
+
+---



Other differences:
--
++ gedit-latex.spec ++
--- /var/tmp/diff_new_pack.4WFrFR/_old  2020-05-11 16:30:34.954427837 +0200
+++ /var/tmp/diff_new_pack.4WFrFR/_new  2020-05-11 16:30:34.958427846 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit-latex
 #
-# Copyright (c) 2017 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
@@ -12,26 +12,27 @@
 # 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/
 #
 
 
 Name:   gedit-latex
 Version:3.20.0
 Release:0
-# Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 
COPYING file
 Summary:GEdit Plugin for Editing LaTeX Documents
-License:GPL-3.0+
+# Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 
COPYING file
+License:GPL-3.0-or-later
 Group:  Productivity/Text/Editors
-Url:https://live.gnome.org/Gedit/LaTeXPlugin
-Source0:
http://download.gnome.org/sources/gedit-latex/3.20/%{name}-%{version}.tar.xz
-# For directory ownership
+URL:https://live.gnome.org/Gedit/LaTeXPlugin
+Source0:
https://download.gnome.org/sources/gedit-latex/3.20/%{name}-%{version}.tar.xz
+
 BuildRequires:  fdupes
+# For directory ownership
 BuildRequires:  gedit
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This plugin turns the gedit editor into a productive environment for
@@ -40,10 +41,11 @@
 %package -n gedit-plugin-latex
 Summary:GEdit Plugin for Editing LaTeX Documents
 Group:  Productivity/Text/Editors
-Requires:   dbus-1-python
+Requires:   dbus-1-python3
 Requires:   gedit
 # For gvfs-open
 Requires:   gvfs
+Requires:   python3-gobject-Gdk
 Requires:   rubber
 # Nice, and needed to make lang package installable
 Provides:   %{name} = %{version}
@@ -54,12 +56,15 @@
 editing LaTeX documents and managing BibTeX bibliographies.
 
 %lang_package
+
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%configure
-make %{?_smp_mflags}
+%configure \
+   --disable-static \
+   %{nil}
+%make_build
 
 %install
 %make_install
@@ -67,17 +72,9 @@
 %fdupes %{buildroot}%{_libdir}
 %fdupes %{buildroot}%{_datadir}
 
-%if 0%{?suse_version} < 1330
-%post -n gedit-plugin-latex
-%glib2_gsettings_schema_post
-
-%postun -n gedit-plugin-latex
-%glib2_gsettings_schema_postun
-%endif
-
 %files -n gedit-plugin-latex
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_libdir}/gedit/plugins/latex/
 %{_libdir}/gedit/plugins/latex.plugin
 %{_datadir}/gedit/plugins/latex/




commit gedit-latex for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package gedit-latex for openSUSE:Factory 
checked in at 2020-01-31 23:55:50

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


Package is "gedit-latex"

Fri Jan 31 23:55:50 2020 rev:15 rq:768664 version:3.20.0

Changes:

--- /work/SRC/openSUSE:Factory/gedit-latex/gedit-latex.changes  2017-12-14 
10:54:35.591985657 +0100
+++ /work/SRC/openSUSE:Factory/.gedit-latex.new.26092/gedit-latex.changes   
2020-01-31 23:56:35.699629947 +0100
@@ -1,0 +2,5 @@
+Thu Jan 30 11:09:55 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ gedit-latex.spec ++
--- /var/tmp/diff_new_pack.oBCYfY/_old  2020-01-31 23:56:37.111630678 +0100
+++ /var/tmp/diff_new_pack.oBCYfY/_new  2020-01-31 23:56:37.131630688 +0100
@@ -45,7 +45,6 @@
 # For gvfs-open
 Requires:   gvfs
 Requires:   rubber
-Recommends: %{name}-lang
 # Nice, and needed to make lang package installable
 Provides:   %{name} = %{version}
 %glib2_gsettings_schema_requires




commit gedit-latex for openSUSE:Factory

2017-12-14 Thread root
Hello community,

here is the log from the commit of package gedit-latex for openSUSE:Factory 
checked in at 2017-12-14 10:54:35

Comparing /work/SRC/openSUSE:Factory/gedit-latex (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-latex.new (New)


Package is "gedit-latex"

Thu Dec 14 10:54:35 2017 rev:14 rq:554714 version:3.20.0

Changes:

--- /work/SRC/openSUSE:Factory/gedit-latex/gedit-latex.changes  2016-05-19 
12:15:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit-latex.new/gedit-latex.changes 
2017-12-14 10:54:35.591985657 +0100
@@ -1,0 +2,9 @@
+Tue Dec  5 19:54:37 UTC 2017 - dims...@opensuse.org
+
+- Drop %py_requires: this package can't know what python version
+  gedit will want to use to interpret the plugins.
+- Conditionalize %glib2_gsettings_schema_post/postun handing for
+  suse_version < 1330 only: anything newer uses file triggers for
+  the schema compilation.
+
+---



Other differences:
--
++ gedit-latex.spec ++
--- /var/tmp/diff_new_pack.o60Oqf/_old  2017-12-14 10:54:36.607936612 +0100
+++ /var/tmp/diff_new_pack.o60Oqf/_new  2017-12-14 10:54:36.611936419 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit-latex
 #
-# 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
@@ -49,7 +49,6 @@
 # Nice, and needed to make lang package installable
 Provides:   %{name} = %{version}
 %glib2_gsettings_schema_requires
-%py_requires
 
 %description -n gedit-plugin-latex
 This plugin turns the gedit editor into a productive environment for
@@ -69,11 +68,13 @@
 %fdupes %{buildroot}%{_libdir}
 %fdupes %{buildroot}%{_datadir}
 
+%if 0%{?suse_version} < 1330
 %post -n gedit-plugin-latex
 %glib2_gsettings_schema_post
 
 %postun -n gedit-plugin-latex
 %glib2_gsettings_schema_postun
+%endif
 
 %files -n gedit-plugin-latex
 %defattr(-,root,root)




commit gedit-latex for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package gedit-latex for openSUSE:Factory 
checked in at 2016-05-19 12:15:00

Comparing /work/SRC/openSUSE:Factory/gedit-latex (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-latex.new (New)


Package is "gedit-latex"

Changes:

--- /work/SRC/openSUSE:Factory/gedit-latex/gedit-latex.changes  2013-07-21 
11:48:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit-latex.new/gedit-latex.changes 
2016-05-19 12:15:03.0 +0200
@@ -1,0 +2,19 @@
+Sun May 15 08:50:07 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.0:
+  + Adapt to Gedit plugin API 3.12 and 3.14 (no later changes
+needed).
+  + Move tools in tools menu, remove menus at deactivation.
+  + Fixed "New document" dialog.
+  + Suppress warnings related to missing actions.
+  + Fix to bug in tools dialog (deb#561683).
+  + Cope with a corrupted tools.xml (bgo#680869).
+  + Increase space request in jobs treeview.
+  + Use colors from scheme for highlighting text (bgo#691757).
+  + Remove unused colors from gsettings.
+  + Updated glade files and relative API calls.
+  + Fix/translate more strings (bgo#688388 and bgo#753235).
+  + Misc bugfixes.
+  + Updated translations.
+
+---

Old:

  gedit-latex-3.8.0.tar.xz

New:

  gedit-latex-3.20.0.tar.xz



Other differences:
--
++ gedit-latex.spec ++
--- /var/tmp/diff_new_pack.nzWayq/_old  2016-05-19 12:15:04.0 +0200
+++ /var/tmp/diff_new_pack.nzWayq/_new  2016-05-19 12:15:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit-latex
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,14 +17,14 @@
 
 
 Name:   gedit-latex
-Version:3.8.0
+Version:3.20.0
 Release:0
 # Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 
COPYING file
 Summary:GEdit Plugin for Editing LaTeX Documents
 License:GPL-3.0+
 Group:  Productivity/Text/Editors
 Url:https://live.gnome.org/Gedit/LaTeXPlugin
-Source0:
http://download.gnome.org/sources/gedit-latex/3.8/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gedit-latex/3.20/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  fdupes
 BuildRequires:  gedit

++ gedit-latex-3.8.0.tar.xz -> gedit-latex-3.20.0.tar.xz ++
 20695 lines of diff (skipped)




commit gedit-latex for openSUSE:Factory

2013-07-21 Thread h_root
Hello community,

here is the log from the commit of package gedit-latex for openSUSE:Factory 
checked in at 2013-07-21 11:48:07

Comparing /work/SRC/openSUSE:Factory/gedit-latex (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-latex.new (New)


Package is gedit-latex

Changes:

--- /work/SRC/openSUSE:Factory/gedit-latex/gedit-latex.changes  2012-06-25 
12:27:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit-latex.new/gedit-latex.changes 
2013-07-21 11:48:08.0 +0200
@@ -1,0 +2,20 @@
+Fri Jul 19 09:09:49 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Port to python 3.
+  + Fixes to insert table / listing dialogs.
+  + Outline connect to editor now requires Double click.
+  + Remove some unused code, collapse some abstractions.
+  + Force the symbol sidebar to 4 items, least it be visible.
+  + Use Gtk.show_uri instead of system.
+  + Do not mark unused labels as warnings (bgo#691758).
+  + Fix New Latex Document dialog.
+  + Use snippets format for the autocompletion of builtin commands.
+  + Fix RadioMenuItem inizialization  (bgo#667096).
+  + Remove some useless imports.
+  + Prevent a crash when no job command is present.
+  + Don't create bottom panels every time when switching between
+files.
+  + Updated translations.
+
+---

Old:

  gedit-latex-3.4.1.tar.xz

New:

  gedit-latex-3.8.0.tar.xz



Other differences:
--
++ gedit-latex.spec ++
--- /var/tmp/diff_new_pack.dv0LiU/_old  2013-07-21 11:48:09.0 +0200
+++ /var/tmp/diff_new_pack.dv0LiU/_new  2013-07-21 11:48:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit-latex
 #
-# 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,14 +17,14 @@
 
 
 Name:   gedit-latex
-Version:3.4.1
+Version:3.8.0
 Release:0
 # Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 
COPYING file
 Summary:GEdit Plugin for Editing LaTeX Documents
 License:GPL-3.0+
 Group:  Productivity/Text/Editors
 Url:https://live.gnome.org/Gedit/LaTeXPlugin
-Source0:
http://download.gnome.org/sources/gedit-latex/3.4/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gedit-latex/3.8/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  fdupes
 BuildRequires:  gedit

++ gedit-latex-3.4.1.tar.xz - gedit-latex-3.8.0.tar.xz ++
 19143 lines of diff (skipped)

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



commit gedit-latex for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package gedit-latex for openSUSE:Factory 
checked in at 2012-06-25 12:27:51

Comparing /work/SRC/openSUSE:Factory/gedit-latex (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-latex.new (New)


Package is gedit-latex, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gedit-latex/gedit-latex.changes  2012-03-29 
11:40:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit-latex.new/gedit-latex.changes 
2012-06-25 12:27:52.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun 17 13:39:44 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.4.1:
+  + Misc bug fixes
+  + Updated translations. 
+
+---

Old:

  gedit-latex-3.4.0.tar.xz

New:

  gedit-latex-3.4.1.tar.xz



Other differences:
--
++ gedit-latex.spec ++
--- /var/tmp/diff_new_pack.YdR00D/_old  2012-06-25 12:27:54.0 +0200
+++ /var/tmp/diff_new_pack.YdR00D/_new  2012-06-25 12:27:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gedit-latex
-Version:3.4.0
+Version:3.4.1
 Release:0
 # Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 
COPYING file
 Summary:GEdit Plugin for Editing LaTeX Documents

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



commit gedit-latex for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package gedit-latex for openSUSE:Factory 
checked in at 2012-03-29 11:40:18

Comparing /work/SRC/openSUSE:Factory/gedit-latex (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-latex.new (New)


Package is gedit-latex, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gedit-latex/gedit-latex.changes  2012-02-15 
16:15:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit-latex.new/gedit-latex.changes 
2012-03-29 11:40:22.0 +0200
@@ -1,0 +2,11 @@
+Wed Mar 28 11:41:14 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.0:
+  + Combined toolbar by default
+  + Support cleverref
+  + Support natbib
+  + Do not print debug log messages to stdout by default
+  + Misc bugfixes
+  + Updated translations.
+
+---

Old:

  gedit-latex-3.3.2.tar.bz2

New:

  gedit-latex-3.4.0.tar.xz



Other differences:
--
++ gedit-latex.spec ++
--- /var/tmp/diff_new_pack.UJZBvp/_old  2012-03-29 11:40:25.0 +0200
+++ /var/tmp/diff_new_pack.UJZBvp/_new  2012-03-29 11:40:25.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   gedit-latex
-Version:3.3.2
+Version:3.4.0
 Release:0
 # Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 
COPYING file
 Summary:GEdit Plugin for Editing LaTeX Documents
 License:GPL-3.0+
 Group:  Productivity/Text/Editors
 Url:https://live.gnome.org/Gedit/LaTeXPlugin
-Source0:
http://download.gnome.org/sources/gedit-latex/3.3/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/gedit-latex/3.4/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  fdupes
 BuildRequires:  gedit

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



commit gedit-latex for openSUSE:Factory

2012-02-15 Thread h_root
Hello community,

here is the log from the commit of package gedit-latex for openSUSE:Factory 
checked in at 2012-02-15 16:14:55

Comparing /work/SRC/openSUSE:Factory/gedit-latex (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-latex.new (New)


Package is gedit-latex, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gedit-latex/gedit-latex.changes  2012-01-05 
19:11:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit-latex.new/gedit-latex.changes 
2012-02-15 16:15:55.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:46:50 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ gedit-latex.spec ++
--- /var/tmp/diff_new_pack.ZyrbeE/_old  2012-02-15 16:15:56.0 +0100
+++ /var/tmp/diff_new_pack.ZyrbeE/_new  2012-02-15 16:15:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit-latex
 #
-# 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
@@ -16,20 +16,19 @@
 #
 
 
-
 Name:   gedit-latex
 Version:3.3.2
-Release:1
+Release:0
 # Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 
COPYING file
-License:GPLv3+
 Summary:GEdit Plugin for Editing LaTeX Documents
-Url:https://live.gnome.org/Gedit/LaTeXPlugin
+License:GPL-3.0+
 Group:  Productivity/Text/Editors
+Url:https://live.gnome.org/Gedit/LaTeXPlugin
 Source0:
http://download.gnome.org/sources/gedit-latex/3.3/%{name}-%{version}.tar.bz2
 # For directory ownership
+BuildRequires:  fdupes
 BuildRequires:  gedit
 BuildRequires:  intltool
-BuildRequires:  fdupes
 BuildRequires:  pkgconfig(glib-2.0) = 2.26.0
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,9 +38,8 @@
 editing LaTeX documents and managing BibTeX bibliographies.
 
 %package -n gedit-plugin-latex
-License:GPLv3+
-Group:  Productivity/Text/Editors
 Summary:GEdit Plugin for Editing LaTeX Documents
+Group:  Productivity/Text/Editors
 Requires:   dbus-1-python
 Requires:   gedit
 # For gvfs-open

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



commit gedit-latex for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package gedit-latex for openSUSE:Factory 
checked in at 2012-01-05 19:11:01

Comparing /work/SRC/openSUSE:Factory/gedit-latex (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-latex.new (New)


Package is gedit-latex, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gedit-latex/gedit-latex.changes  2011-10-21 
16:29:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit-latex.new/gedit-latex.changes 
2012-01-05 19:11:03.0 +0100
@@ -1,0 +2,16 @@
+Wed Nov 16 07:59:05 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.2:
+  + Prevent crash of bibtex parser on quoted strings
+  + Initial port to GtkGrid
+  + Use gvfs-open instead of deprecated gnome-open
+  + Misc bugfixes
+  + Updated translations.
+- Changes from version 3.3.1:
+  + Remove the template system and use the snippets plugin instead
+  + Move all files in the base dir to the root dir
+  + Misc bugfixes
+  + Updated translations.
+- Add gvfs Requires to gedit-plugin-latex since we use gvfs-open.
+
+---

Old:

  gedit-latex-3.2.1.tar.bz2

New:

  gedit-latex-3.3.2.tar.bz2



Other differences:
--
++ gedit-latex.spec ++
--- /var/tmp/diff_new_pack.umE2t9/_old  2012-01-05 19:11:04.0 +0100
+++ /var/tmp/diff_new_pack.umE2t9/_new  2012-01-05 19:11:04.0 +0100
@@ -18,14 +18,14 @@
 
 
 Name:   gedit-latex
-Version:3.2.1
+Version:3.3.2
 Release:1
 # Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 
COPYING file
 License:GPLv3+
 Summary:GEdit Plugin for Editing LaTeX Documents
 Url:https://live.gnome.org/Gedit/LaTeXPlugin
 Group:  Productivity/Text/Editors
-Source0:
http://download.gnome.org/sources/gedit-latex/3.2/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/gedit-latex/3.3/%{name}-%{version}.tar.bz2
 # For directory ownership
 BuildRequires:  gedit
 BuildRequires:  intltool
@@ -44,6 +44,8 @@
 Summary:GEdit Plugin for Editing LaTeX Documents
 Requires:   dbus-1-python
 Requires:   gedit
+# For gvfs-open
+Requires:   gvfs
 Requires:   rubber
 Recommends: %{name}-lang
 # Nice, and needed to make lang package installable

++ gedit-latex-3.2.1.tar.bz2 - gedit-latex-3.3.2.tar.bz2 ++
 20313 lines of diff (skipped)

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



commit gedit-latex for openSUSE:Factory

2011-10-07 Thread h_root

Hello community,

here is the log from the commit of package gedit-latex for openSUSE:Factory
checked in at Fri Oct 7 15:19:25 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/gedit-latex/gedit-latex.changes
2011-10-06 14:51:22.0 +0200
@@ -0,0 +1,80 @@
+---
+Thu Oct  6 12:46:00 UTC 2011 - vu...@opensuse.org
+
+- Rename source package to gedit-latex from gedit-latex-plugin,
+  following upstream name.
+- Update to version 3.2.0:
+  + Fix slowness when loading and changing tabs
+  + Updated translations.
+- Changes from version 3.1.1:
+  + New Features
+- Port to gobject-introspection and Gtk+3.
+- Port to Gsettings.
+- Use Autotools.
+- Port to GtkBuilder.
+- Make plugin translatable.
+- Misc code cleaning.
+- Logging cleanup.
+- Handle newcommands.
+- Add per-document preferences.
+  + Dropped features
+- Custom spellchecker (replaced by spellcheck-plugin)
+- LaTeX forward search (replaced by gedit-synctex)
+- Livepreview (to be added back)
+- Snippets (replaced by snippets plugin)
+- Color prefs UI
+  + Bugfixes
+- Finish the save operation before start compilation.
+- Make the LaTeX postprocessor depend on the compiler exit
+  status.
+- Add alert to the statusbar while the document is compiling.
+- symbols:
+  . make the activation by double click, this make it more
+similar to gucharmap.
+  . unselect icon when the focus is lost.
+- Fix generating the POT file.
+- Remove translatable attribute from gtk stock strings.
+- Fix master document: use relative path.
+- Add intltool, pkgconfig(glib-2.0), pkgconfig(gtk+-3.0)
+  BuildRequires.
+- Create lang subpackage, and add Recommends for it in
+  gedit-plugin-latex subpackage.
+- Remove python-gtk, python-poppler and python-enchant Requires
+  from gedit-plugin-latex subpackage: those dependencies are all
+  gone (because of dropped features or move to introspection-based
+  bindings).
+- Add the GSettings schema machinery, with
+  %glib2_gsettings_schema_* macros.
+- Rewrite the %prep/%build/%install section now that the tarball
+  uses autotools.
+
+---
+Mon Aug 15 11:53:20 CEST 2011 - r...@suse.de
+
+- detect gedit plugin path at build time 
+
+---
+Mon Aug 15 01:32:33 CEST 2011 - r...@suse.de
+
+- gedit plugin paths are now /gedit and no longer /gedit-2 
+
+---
+Fri Jan  7 10:58:40 CET 2011 - vu...@opensuse.org
+
+- Cleanup for inclusion in Factory:
+  + Use upstream tarball.
+  + Add missing dbus-1-python Requires.
+  + Change python-enchante Requires to Recommends.
+  + Add %py_requires.
+  + Add gedit BuildRequires for directory ownership.
+  + Set the license to GPLv3+.
+  + Improve summary and description.
+  + Build a gedit-plugin-latex that will provide
+gedit-latex-plugin, to follow the package naming convention for
+plugins.
+
+---
+Sat Dec 18 05:54:18 UTC 2010 - nmarq...@opensuse.org
+
+- Initial package from upstream release 0.2
+

calling whatdependson for head-i586


New:

  gedit-latex-3.2.0.tar.bz2
  gedit-latex.changes
  gedit-latex.spec



Other differences:
--
++ gedit-latex.spec ++
#
# spec file for package gedit-latex
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#



Name:   gedit-latex
Version:3.2.0
Release:1
# Code itself is GPLv2+ as of 0.2, but upstream explicitly ships a GPLv3 
COPYING file
License:GPLv3+
Summary:GEdit Plugin for Editing LaTeX Documents
Url:https://live.gnome.org/Gedit/LaTeXPlugin
Group:  Productivity/Text/Editors
Source0:%{name}-%{version}.tar.bz2
# For directory ownership
BuildRequires:  gedit
BuildRequires:  intltool
BuildRequires:  fdupes
BuildRequires:  pkgconfig(glib-2.0) = 2.26.0
BuildRequires:  pkgconfig(gtk+-3.0) = 3.0.0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description