[latexila] Update to 2.3.0

Thibault North tnorth at fedoraproject.org
Tue Jan 3 20:02:35 UTC 2012


commit 51915d37d56d17c3c904aa2d3c61e578680de0cf
Author: Thibault North <tnorth at fedoraproject.org>
Date:   Tue Jan 3 15:02:10 2012 -0500

    Update to 2.3.0

 .gitignore    |    1 +
 latexila.spec |   23 ++++++++++++++---------
 sources       |    2 +-
 3 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4da9e13..8f78f38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /latexila-2.0.8.tar.xz
 /latexila-2.2.0.tar.xz
 /latexila-2.2.2.tar.xz
+/latexila-2.3.0.tar.xz
diff --git a/latexila.spec b/latexila.spec
index 871c51e..5cd0a39 100644
--- a/latexila.spec
+++ b/latexila.spec
@@ -1,25 +1,25 @@
 Name:		latexila
-Version:	2.2.2
-Release:	2%{?dist}
+Version:	2.3.0
+Release:	1%{?dist}
 Summary:	Integrated LaTeX Environment for the GNOME desktop
 
 Group:		Applications/Publishing
 License:	GPLv3+
 URL:		http://projects.gnome.org/latexila/
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.2/%{name}-%{version}.tar.xz
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.3/%{name}-%{version}.tar.xz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gettext gsettings-desktop-schemas-devel
-BuildRequires:	cmake glib2-devel itstool
+BuildRequires:	cmake glib2-devel itstool libgee
 BuildRequires:	gtksourceview2-devel >= 2.10
 BuildRequires:	desktop-file-utils
-BuildRequires:	libgee-devel
-BuildRequires:	unique-devel
+BuildRequires:	libgee-devel libxml2-python
+BuildRequires:	unique-devel gtkspell-devel
 
-Requires:	hicolor-icon-theme
+Requires:	hicolor-icon-theme libgee
 Requires:	gsettings-desktop-schemas
-Requires:	rubber latexmk
+Requires:	rubber latexmk gtkspell
 
 %description
 LaTeXila is an Integrated LaTeX Environment for GNOME. The main features are:
@@ -35,7 +35,9 @@ LaTeXila is an Integrated LaTeX Environment for GNOME. The main features are:
 %setup -q
 
 %build
-%cmake -DCMAKE_C_FLAGS:STRING="%{optflags}" -DWITH_GNOME=ON -DCOMPILE_SCHEMA=OFF .
+# Required Vala versions in Fedora are usually too old to compile Latexila.
+# We used the built-in C-generated code
+%cmake -DCMAKE_C_FLAGS:STRING="%{optflags}" -DWITH_GNOME=ON -DCOMPILE_SCHEMA=OFF -DBUILD_VALA=OFF .
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
@@ -94,6 +96,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/gnome/help/%{name}
 
 %changelog
+* Tue Jan 3 2012 Thibault North <tnorth at fedoraproject.org> - 2.3.0-1
+- Update to 2.3.0
+
 * Tue Dec 06 2011 Adam Jackson <ajax at redhat.com> - 2.2.2-2
 - Rebuild for new libpng
 
diff --git a/sources b/sources
index 65e3a93..f3872a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6eb543898d61c16916be0d2982be68d  latexila-2.2.2.tar.xz
+808060c2ba2c85cf883151c4238bfea3  latexila-2.3.0.tar.xz


More information about the scm-commits mailing list