Hello community, here is the log from the commit of package latexila for openSUSE:Factory checked in at 2018-03-14 19:36:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/latexila (Old) and /work/SRC/openSUSE:Factory/.latexila.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "latexila" Wed Mar 14 19:36:19 2018 rev:34 rq:584656 version:3.27.1 Changes: -------- --- /work/SRC/openSUSE:Factory/latexila/latexila.changes 2017-11-03 16:30:17.328333954 +0100 +++ /work/SRC/openSUSE:Factory/.latexila.new/latexila.changes 2018-03-14 19:36:20.814936918 +0100 @@ -1,0 +2,31 @@ +Wed Feb 28 16:33:53 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Sat Dec 9 23:05:35 UTC 2017 - [email protected] + +- Update to version 3.27.1: + + User-visible improvements: + - Draw non-breaking spaces. + - File browser in the side panel: popup menus under buttons. + + Port to GtkSourceView 4 and Tepl 4. + + Internal code refactorings, use more Tepl features: + - Use more Tepl GActions. + - Let Tepl handle the window title. + - Implement TeplAbstractFactoryVala subclass. + - Other small things. + + Port to GAction/Amtk: + - Port the whole LaTeX menu to GAction and C in the + liblatexila. + - Math menu in progress. + - Create first AmtkActionInfo. + + Updated translations. +- Switch gtksourceview-3.0 and tepl-3 pkgconfig BuildRequires + modules by gtksourceview-4 and tepl-4, following upstream change. +- Adopt the use of %make_build macro instead of raw make command, + following best practices. +- Pass missing enable-gtk-doc to configure once the development + documentation is desired. + +------------------------------------------------------------------- @@ -9 +40 @@ -- Conditionalize use of translation-update-upstream: sle-only +- Conditionalize the use of translation-update-upstream: sle-only Old: ---- latexila-3.26.1.tar.xz New: ---- latexila-3.27.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ latexila.spec ++++++ --- /var/tmp/diff_new_pack.RyMMQs/_old 2018-03-14 19:36:21.522911772 +0100 +++ /var/tmp/diff_new_pack.RyMMQs/_new 2018-03-14 19:36:21.526911630 +0100 @@ -1,7 +1,7 @@ # # spec file for package latexila # -# 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 @@ -17,13 +17,13 @@ Name: latexila -Version: 3.26.1 +Version: 3.27.1 Release: 0 Summary: Integrated LaTeX Environment for the GNOME desktop -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Publishing/TeX/Frontends -Url: https://projects.gnome.org/latexila/ -Source0: https://download.gnome.org/sources/latexila/3.26/%{name}-%{version}.tar.xz +URL: https://projects.gnome.org/latexila/ +Source0: http://download.gnome.org/sources/latexila/3.27/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gnome-desktop BuildRequires: gsettings-desktop-schemas-devel @@ -33,9 +33,6 @@ BuildRequires: itstool BuildRequires: libtool BuildRequires: pkgconfig -%if !0%{?is_opensuse} -BuildRequires: translation-update-upstream -%endif BuildRequires: update-desktop-files BuildRequires: vala >= 0.34 BuildRequires: pkgconfig(gee-0.8) >= 0.10 @@ -44,11 +41,14 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30.0 BuildRequires: pkgconfig(gspell-1) >= 1.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 -BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.24 -BuildRequires: pkgconfig(tepl-3) >= 3.0 +BuildRequires: pkgconfig(gtksourceview-4) >= 3.99.7 +BuildRequires: pkgconfig(tepl-4) >= 3.99.1 BuildRequires: pkgconfig(vapigen) >= 0.34 Requires: gsettings-desktop-schemas Requires: texlive-latexmk-bin +%if !0%{?is_opensuse} +BuildRequires: translation-update-upstream +%endif %description LaTeXila is an Integrated LaTeX Environment for GNOME. The main features are: @@ -67,8 +67,9 @@ %endif %build -%configure -make %{?_smp_mflags} +%configure \ + --enable-gtk-doc +%make_build %install %make_install @@ -77,17 +78,18 @@ %fdupes -s %{buildroot}%{_datadir} %files -f %{name}.lang -%defattr(-,root,root,-) -%doc AUTHORS COPYING README NEWS HACKING +%license COPYING +%doc AUTHORS README NEWS HACKING %{_bindir}/* %{_datadir}/%{name}/ %{_datadir}/icons/hicolor/*/*/ %{_datadir}/applications/* -%{_datadir}/dbus-1/services/org.gnome.latexila.service +%{_datadir}/dbus-1/services/org.gnome.%{name}.service %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml -%{_datadir}/appdata/org.gnome.latexila.appdata.xml -%{_mandir}/man1/%{name}.1.* -%dir %{_datadir}/gtk-doc/html/latexila/ -%{_datadir}/gtk-doc/html/latexila/* +%{_datadir}/metainfo/org.gnome.%{name}.appdata.xml +%{_mandir}/man1/%{name}.1%{ext_man} +%dir %{_datadir}/gtk-doc/html +%dir %{_datadir}/gtk-doc/html/%{name} +%doc %{_datadir}/gtk-doc/html/%{name} %changelog ++++++ latexila-3.26.1.tar.xz -> latexila-3.27.1.tar.xz ++++++ ++++ 75299 lines of diff (skipped)
