[anjuta] Update to 3.7.92

Kalev Lember kalev at fedoraproject.org
Wed Mar 20 22:54:12 UTC 2013


commit 3d180c2c9f8ac6baa9d966c322e77067b83e7e78
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 20 23:39:11 2013 +0100

    Update to 3.7.92

 .gitignore                  |    1 +
 anjuta-3.7.90-desktop.patch |   57 -------------------------------------------
 anjuta.spec                 |   16 ++++-------
 sources                     |    2 +-
 4 files changed, 8 insertions(+), 68 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 66bd304..d590930 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
 /anjuta-3.7.3.tar.xz
 /anjuta-3.7.4.tar.xz
 /anjuta-3.7.90.tar.xz
+/anjuta-3.7.92.tar.xz
diff --git a/anjuta.spec b/anjuta.spec
index 25c07ef..f3ca027 100644
--- a/anjuta.spec
+++ b/anjuta.spec
@@ -2,19 +2,15 @@
 %global _python_bytecompile_errors_terminate_build 0
 
 Name:           anjuta
-Version:        3.7.90
-Release:        4%{?dist}
+Version:        3.7.92
+Release:        1%{?dist}
 Epoch:          1
 Summary:        GNOME IDE for various programming languages (including C/C++, Python, Vala and JavaScript)
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://www.anjuta.org/
-Source0:        http://download.gnome.org/sources/anjuta/3.6/%{name}-%{version}.tar.xz
-
-# Fix syntax errors in the desktop file
-# https://bugzilla.gnome.org/show_bug.cgi?id=694334
-Patch0:         anjuta-3.7.90-desktop.patch
+Source0:        http://download.gnome.org/sources/anjuta/3.7/%{name}-%{version}.tar.xz
 
 BuildRequires:  autogen
 BuildRequires:  desktop-file-utils
@@ -71,7 +67,6 @@ This package contains development files for %{name}.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1 -b .desktop
 
 # Suppress rpmlint error.
 iconv --from-code ISO8859-1 --to-code UTF-8 ./THANKS \
@@ -163,12 +158,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_libdir}/anjuta/
 %{_libdir}/girepository-1.0/Anjuta-3.0.typelib
 %{_libdir}/girepository-1.0/IAnjuta-3.0.typelib
-%{_libdir}/glade/modules/libgladeanjuta.so
 %{_libdir}/libanjuta-3.so.*
 %{_datadir}/anjuta/
 %{_datadir}/glib-2.0/schemas/org.gnome.anjuta*.gschema.xml
 %{_datadir}/pixmaps/anjuta/
-%{_datadir}/glade/catalogs/anjuta-glade.xml
 
 %files devel
 %doc doc/ScintillaDoc.html
@@ -187,6 +180,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Wed Mar 20 2013 Kalev Lember <kalevlember at gmail.com> - 1:3.7.92-1
+- Update to 3.7.92
+
 * Sat Mar 09 2013 Cosimo Cecchi <cosimoc at redhat.com> - 1:3.7.90-4
 - Rebuilt for devhelp soname bump
 
diff --git a/sources b/sources
index 91a80eb..162c729 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56d8eb78fe914d1958219492335e8add  anjuta-3.7.90.tar.xz
+a803aaef9152bde408cadb22b109dfb6  anjuta-3.7.92.tar.xz


More information about the scm-commits mailing list