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.000000000 +0200
+++ /mounts/work_src_done/STABLE/gedit-latex/gedit-latex.changes        
2011-10-06 14:51:22.000000000 +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
This plugin turns the gedit editor into a productive environment for
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
Requires:       dbus-1-python
Requires:       gedit
Requires:       rubber
Recommends:     %{name}-lang
# 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
editing LaTeX documents and managing BibTeX bibliographies.

%lang_package
%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_libdir}
%fdupes %{buildroot}%{_datadir}

%post -n gedit-plugin-latex
%glib2_gsettings_schema_post

%postun -n gedit-plugin-latex
%glib2_gsettings_schema_postun

%files -n gedit-plugin-latex
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_libdir}/gedit/plugins/latex/
%{_libdir}/gedit/plugins/latex.plugin
%{_datadir}/gedit/plugins/latex/
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.latex.gschema.xml

%files lang -f %{name}.lang

%changelog
continue with "q"...



Remember to have fun...

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

Reply via email to