[latexila: 4/4] Release 2.0.5 for Fedora > 14

Thibault North tnorth at fedoraproject.org
Tue Feb 15 18:54:46 UTC 2011


commit 12faf802af362b01ed1c97954029c9e48f747a82
Author: Thibault North <tnorth at fedoraproject.org>
Date:   Tue Feb 15 13:53:00 2011 -0500

    Release 2.0.5 for Fedora > 14

 .gitignore    |    1 +
 latexila.spec |   16 ++++++----------
 sources       |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9da3ead..5273a76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /latexila-2.0.1.tar.gz
+/latexila-2.0.5.tar.bz2
diff --git a/latexila.spec b/latexila.spec
index 1ab501d..526dc42 100644
--- a/latexila.spec
+++ b/latexila.spec
@@ -1,12 +1,12 @@
 Name:		latexila
-Version:	2.0.1
-Release:	4%{?dist}
+Version:	2.0.5
+Release:	1%{?dist}
 Summary:	Integrated LaTeX Environment for the GNOME desktop
 
 Group:		Applications/Publishing
 License:	GPLv3+
 URL:		http://latexila.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -14,13 +14,9 @@ BuildRequires:	gettext
 BuildRequires:	cmake
 BuildRequires:	gtksourceview2-devel >= 2.10
 BuildRequires:	desktop-file-utils
-# Vala version 0.10.x (not above, not below)
-BuildRequires:	vala-devel >= 0.10
-BuildRequires:	vala-devel < 0.11
 BuildRequires:	libgee-devel 
 BuildRequires:	unique-devel
 
-
 Requires:	hicolor-icon-theme
 Requires:	gsettings-desktop-schemas
 Requires:	rubber
@@ -37,9 +33,6 @@ LaTeXila is an Integrated LaTeX Environment for GNOME. The main features are:
 
 %prep
 %setup -q
-# Unset upstream CFLAGS
-sed -i '/set (CMAKE_C_FLAGS "-O2")/d' CMakeLists.txt
-
 
 %build
 %cmake -DCMAKE_C_FLAGS:STRING="%{optflags}" .
@@ -100,6 +93,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 
 %changelog
+* Tue Feb 15 2011 Thibault North <tnorth at fedoraproject.org> - 2.0.5-1
+- Update to 2.0.5, thanks Sébastien Wilmet
+
 * Thu Nov 25 2010 Thibault North <tnorth at fedoraproject.org> - 2.0.1-4
 - A few more fixes
 
diff --git a/sources b/sources
index 70991c7..29da33a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1fdddbba9fd209b1e7c9aa96f9627e18  latexila-2.0.1.tar.gz
+7a6c2f9d2359f42f1d41d36884142554  latexila-2.0.5.tar.bz2


More information about the scm-commits mailing list