From 41e76e995967f09224853bf235f1489f32f99744 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Nov 02 2009 21:02:50 +0000 Subject: - Version bump to 2.28.1.0. Report error when location is < 0 for markers. (GNOME Bugzilla #593954) Improved drag-and-drop behaviour. (GNOME Bugzilla #567363) Improved drag-and-drop behaviour. (GNOME Bugzilla #355151) Removed duplicate IDs from the Glade file. (GNOME Bugzilla #596001) Fixed crash when loading a project. (GNOME Bugzilla #597113) Prevented it from crashing and freezing X. (GNOME Bugzilla #597318) //download.gnome.org/sources/anjuta/2.28/anjuta-2.28.1.0.news - Added 'BuildRequires: GConf2-devel ORBit2-devel' and removed 'BuildRequires: binutils-devel graphviz-devel libgnomeui-devel pcre-devel'. --- diff --git a/.cvsignore b/.cvsignore index 1484bee..a39bb0c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anjuta-2.27.92.0.tar.bz2 +anjuta-2.28.1.0.tar.bz2 diff --git a/anjuta-2.27.3.0-class-gen-templates.patch b/anjuta-2.27.3.0-class-gen-templates.patch deleted file mode 100644 index f8bef57..0000000 --- a/anjuta-2.27.3.0-class-gen-templates.patch +++ /dev/null @@ -1,304 +0,0 @@ -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/anjuta-plugin/src/plugin.c anjuta-2.27.3.0/plugins/project-wizard/templates/anjuta-plugin/src/plugin.c ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/anjuta-plugin/src/plugin.c 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/anjuta-plugin/src/plugin.c 2009-07-14 10:44:03.000000000 +0530 -@@ -5,9 +5,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "plugin.c" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "plugin.c" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "plugin.c" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - #include -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/anjuta-plugin/src/plugin.h anjuta-2.27.3.0/plugins/project-wizard/templates/anjuta-plugin/src/plugin.h ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/anjuta-plugin/src/plugin.h 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/anjuta-plugin/src/plugin.h 2009-07-14 10:44:03.000000000 +0530 -@@ -5,9 +5,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "plugin.h" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "plugin.h" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "plugin.h" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - #ifndef _[+NameCUpper+]_H_ -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/anjuta-plugin-vala/src/config.vapi anjuta-2.27.3.0/plugins/project-wizard/templates/anjuta-plugin-vala/src/config.vapi ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/anjuta-plugin-vala/src/config.vapi 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/anjuta-plugin-vala/src/config.vapi 2009-07-14 10:44:03.000000000 +0530 -@@ -4,9 +4,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "plugin.h" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "plugin.h" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "plugin.h" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - [CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")] -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/anjuta-plugin-vala/src/plugin.vala anjuta-2.27.3.0/plugins/project-wizard/templates/anjuta-plugin-vala/src/plugin.vala ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/anjuta-plugin-vala/src/plugin.vala 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/anjuta-plugin-vala/src/plugin.vala 2009-07-14 10:44:03.000000000 +0530 -@@ -4,9 +4,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "plugin.c" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "plugin.c" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "plugin.c" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - using GLib; -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/cpp/src/main.cc anjuta-2.27.3.0/plugins/project-wizard/templates/cpp/src/main.cc ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/cpp/src/main.cc 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/cpp/src/main.cc 2009-07-14 10:44:03.000000000 +0530 -@@ -5,9 +5,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "main.cc" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "main.cc" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "main.cc" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - #include -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/gnome-applet/src/main.c anjuta-2.27.3.0/plugins/project-wizard/templates/gnome-applet/src/main.c ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/gnome-applet/src/main.c 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/gnome-applet/src/main.c 2009-07-14 10:44:03.000000000 +0530 -@@ -5,9 +5,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "main.c" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "main.c" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "main.c" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - #ifdef HAVE_CONFIG_H -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/gtk/src/callbacks.c anjuta-2.27.3.0/plugins/project-wizard/templates/gtk/src/callbacks.c ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/gtk/src/callbacks.c 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/gtk/src/callbacks.c 2009-07-14 10:44:03.000000000 +0530 -@@ -5,9 +5,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "callbacks.c" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "callbacks.c" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "callbacks.c" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - #ifdef HAVE_CONFIG_H -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/gtk/src/callbacks.h anjuta-2.27.3.0/plugins/project-wizard/templates/gtk/src/callbacks.h ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/gtk/src/callbacks.h 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/gtk/src/callbacks.h 2009-07-14 10:44:03.000000000 +0530 -@@ -5,9 +5,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "callbacks.h" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "callbacks.h" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "callbacks.h" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - #include -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/gtk/src/main.c anjuta-2.27.3.0/plugins/project-wizard/templates/gtk/src/main.c ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/gtk/src/main.c 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/gtk/src/main.c 2009-07-14 10:44:03.000000000 +0530 -@@ -5,9 +5,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "main.c" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "main.c" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "main.c" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - #include -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/gtkmm/src/main.cc anjuta-2.27.3.0/plugins/project-wizard/templates/gtkmm/src/main.cc ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/gtkmm/src/main.cc 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/gtkmm/src/main.cc 2009-07-14 10:44:03.000000000 +0530 -@@ -5,9 +5,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "main.cc" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "main.cc" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "main.cc" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - #include -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/java/src/main.java anjuta-2.27.3.0/plugins/project-wizard/templates/java/src/main.java ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/java/src/main.java 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/java/src/main.java 2009-07-14 10:44:03.000000000 +0530 -@@ -5,9 +5,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "main.java" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "main.java" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "main.java" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - class [+MainClass+] { -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/python/src/main.py anjuta-2.27.3.0/plugins/project-wizard/templates/python/src/main.py ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/python/src/main.py 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/python/src/main.py 2009-07-14 10:44:03.000000000 +0530 -@@ -5,9 +5,9 @@ - # Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - # - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "main.py" (get "Author") "# ")+] --[+ == "LGPL" +][+(lgpl "main.py" (get "Author") "# ")+] --[+ == "GPL" +][+(gpl "main.py" "# ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "# ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "# ")+] -+[+ == "GPL" +][+(gpl (get "Name") "# ")+] - [+ESAC+] - - print "Hello World!" -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/sdl/src/main.c anjuta-2.27.3.0/plugins/project-wizard/templates/sdl/src/main.c ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/sdl/src/main.c 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/sdl/src/main.c 2009-07-14 10:44:03.000000000 +0530 -@@ -4,9 +4,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "main.c" (get "Author") "\t")+] --[+ == "LGPL" +][+(lgpl "main.c" (get "Author") "\t")+] --[+ == "GPL" +][+(gpl "main.c" "\t")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+] -+[+ == "GPL" +][+(gpl (get "Name") "\t")+] - [+ESAC+] */ - - /*Program closes with a mouse click or keypress */ -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/terminal/src/main.c anjuta-2.27.3.0/plugins/project-wizard/templates/terminal/src/main.c ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/terminal/src/main.c 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/terminal/src/main.c 2009-07-14 10:44:03.000000000 +0530 -@@ -5,9 +5,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "main.c" (get "Author") " * ")+] --[+ == "LGPL" +][+(lgpl "main.c" (get "Author") " * ")+] --[+ == "GPL" +][+(gpl "main.c" " * ")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") " * ")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+] -+[+ == "GPL" +][+(gpl (get "Name") " * ")+] - [+ESAC+] */ - - #include -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/wxwin/src/main.cc anjuta-2.27.3.0/plugins/project-wizard/templates/wxwin/src/main.cc ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/wxwin/src/main.cc 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/wxwin/src/main.cc 2009-07-14 10:44:03.000000000 +0530 -@@ -4,9 +4,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "main.cc" (get "Author") "\t")+] --[+ == "LGPL" +][+(lgpl "main.cc" (get "Author") "\t")+] --[+ == "GPL" +][+(gpl "main.cc" "\t")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+] -+[+ == "GPL" +][+(gpl (get "Name") "\t")+] - [+ESAC+] */ - - #ifdef HAVE_CONFIG_H -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/xlib/src/main.c anjuta-2.27.3.0/plugins/project-wizard/templates/xlib/src/main.c ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/xlib/src/main.c 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/xlib/src/main.c 2009-07-14 10:44:03.000000000 +0530 -@@ -4,9 +4,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "main.c" (get "Author") "\t")+] --[+ == "LGPL" +][+(lgpl "main.c" (get "Author") "\t")+] --[+ == "GPL" +][+(gpl "main.c" "\t")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+] -+[+ == "GPL" +][+(gpl (get "Name") "\t")+] - [+ESAC+] */ - - /*Program closes with a mouse click or keypress */ -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/xlib-dock/src/main.c anjuta-2.27.3.0/plugins/project-wizard/templates/xlib-dock/src/main.c ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/xlib-dock/src/main.c 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/xlib-dock/src/main.c 2009-07-14 10:44:03.000000000 +0530 -@@ -4,9 +4,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "main.c" (get "Author") "\t")+] --[+ == "LGPL" +][+(lgpl "main.c" (get "Author") "\t")+] --[+ == "GPL" +][+(gpl "main.c" "\t")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+] -+[+ == "GPL" +][+(gpl (get "Name") "\t")+] - [+ESAC+] */ - - #ifdef HAVE_CONFIG_H -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.c anjuta-2.27.3.0/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.c ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.c 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.c 2009-07-14 10:44:03.000000000 +0530 -@@ -4,9 +4,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "wmgeneral.c" (get "Author") "\t")+] --[+ == "LGPL" +][+(lgpl "wmgeneral.c" (get "Author") "\t")+] --[+ == "GPL" +][+(gpl "wmgeneral.c" "\t")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+] -+[+ == "GPL" +][+(gpl (get "Name") "\t")+] - [+ESAC+] */ - - /* wmgeneral was taken from wmppp. -diff -urNp anjuta-2.27.3.0.orig/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.h anjuta-2.27.3.0/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.h ---- anjuta-2.27.3.0.orig/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.h 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.h 2009-07-14 10:44:03.000000000 +0530 -@@ -4,9 +4,9 @@ - * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]> - * - [+CASE (get "License") +] --[+ == "BSD" +][+(bsd "wmgeneral.h" (get "Author") "\t")+] --[+ == "LGPL" +][+(lgpl "wmgeneral.h" (get "Author") "\t")+] --[+ == "GPL" +][+(gpl "wmgeneral.h" "\t")+] -+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+] -+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+] -+[+ == "GPL" +][+(gpl (get "Name") "\t")+] - [+ESAC+] */ - - #ifndef WMGENERAL_H_INCLUDED diff --git a/anjuta-2.27.3.0-docdir.patch b/anjuta-2.27.3.0-docdir.patch deleted file mode 100644 index 86416ee..0000000 --- a/anjuta-2.27.3.0-docdir.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -urNp anjuta-2.27.3.0.orig/libanjuta/Makefile.in anjuta-2.27.3.0/libanjuta/Makefile.in ---- anjuta-2.27.3.0.orig/libanjuta/Makefile.in 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/libanjuta/Makefile.in 2009-07-14 10:11:10.000000000 +0530 -@@ -360,7 +360,7 @@ AM_CPPFLAGS = \ - -DPACKAGE_PIXMAPS_DIR="\"$(datadir)/pixmaps/$(PACKAGE)\"" \ - -DPACKAGE_DATA_DIR="\"$(datadir)/$(PACKAGE)\"" \ - -DPACKAGE_HELP_DIR="\"$(datadir)/gnome/help/$(PACKAGE)\"" \ -- -DPACKAGE_DOC_DIR="\"$(datadir)/doc/$(PACKAGE)\"" \ -+ -DPACKAGE_DOC_DIR="\"$(docdir)\"" \ - -DG_LOG_DOMAIN=\"libanjuta\" - - lib_LTLIBRARIES = libanjuta.la -diff -urNp anjuta-2.27.3.0.orig/src/Makefile.in anjuta-2.27.3.0/src/Makefile.in ---- anjuta-2.27.3.0.orig/src/Makefile.in 2009-07-14 10:10:58.000000000 +0530 -+++ anjuta-2.27.3.0/src/Makefile.in 2009-07-14 10:11:10.000000000 +0530 -@@ -339,7 +339,7 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)\ - -I.. -I. -DPACKAGE_BIN_DIR=\"$(bindir)\" \ - -DPACKAGE_DATA_DIR="\"$(datadir)/$(PACKAGE)\"" \ -- -DPACKAGE_DOC_DIR=\"$(datadir)/doc/$(PACKAGE)\" \ -+ -DPACKAGE_DOC_DIR=\"$(docdir)\" \ - -DPACKAGE_PIXMAPS_DIR=\"$(datadir)/pixmaps/$(PACKAGE)\" \ - -DPACKAGE_PLUGIN_DIR=\"$(libdir)/$(PACKAGE)\" \ - -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\" \ diff --git a/anjuta-2.27.92.0-libxml.patch b/anjuta-2.27.92.0-libxml.patch deleted file mode 100644 index da3c726..0000000 --- a/anjuta-2.27.92.0-libxml.patch +++ /dev/null @@ -1,190 +0,0 @@ -diff -up anjuta-2.27.92.0/plugins/document-manager/Makefile.am.libxml anjuta-2.27.92.0/plugins/document-manager/Makefile.am ---- anjuta-2.27.92.0/plugins/document-manager/Makefile.am.libxml 2009-09-04 04:47:09.000000000 -0400 -+++ anjuta-2.27.92.0/plugins/document-manager/Makefile.am 2009-09-12 09:55:19.496677705 -0400 -@@ -23,6 +23,7 @@ AM_CPPFLAGS = \ - $(DEPRECATED_FLAGS) \ - $(GDL_CFLAGS) \ - $(GIO_CFLAGS) \ -+ $(LIBXML_CFLAGS) \ - $(LIBANJUTA_CFLAGS) \ - -DG_LOG_DOMAIN=\"libanjuta-document-manager\" - -@@ -31,6 +32,7 @@ libanjuta_document_manager_la_LDFLAGS = - libanjuta_document_manager_la_LIBADD = \ - $(GDL_LIBS) \ - $(GIO_LIBS) \ -+ $(LIBXML_LIBS) \ - $(LIBANJUTA_LIBS) - - libanjuta_document_manager_la_SOURCES= \ -diff -up anjuta-2.27.92.0/plugins/document-manager/Makefile.in.libxml anjuta-2.27.92.0/plugins/document-manager/Makefile.in ---- anjuta-2.27.92.0/plugins/document-manager/Makefile.in.libxml 2009-09-07 17:00:51.000000000 -0400 -+++ anjuta-2.27.92.0/plugins/document-manager/Makefile.in 2009-09-12 09:55:19.498651979 -0400 -@@ -391,6 +391,7 @@ AM_CPPFLAGS = \ - $(DEPRECATED_FLAGS) \ - $(GDL_CFLAGS) \ - $(GIO_CFLAGS) \ -+ $(LIBXML_CFLAGS) \ - $(LIBANJUTA_CFLAGS) \ - -DG_LOG_DOMAIN=\"libanjuta-document-manager\" - -@@ -398,6 +399,7 @@ libanjuta_document_manager_la_LDFLAGS = - libanjuta_document_manager_la_LIBADD = \ - $(GDL_LIBS) \ - $(GIO_LIBS) \ -+ $(LIBXML_LIBS) \ - $(LIBANJUTA_LIBS) - - libanjuta_document_manager_la_SOURCES = \ -diff -up anjuta-2.27.92.0/plugins/gbf-am/Makefile.am.libxml anjuta-2.27.92.0/plugins/gbf-am/Makefile.am ---- anjuta-2.27.92.0/plugins/gbf-am/Makefile.am.libxml 2009-09-04 04:47:10.000000000 -0400 -+++ anjuta-2.27.92.0/plugins/gbf-am/Makefile.am 2009-09-12 09:55:19.498651979 -0400 -@@ -25,6 +25,7 @@ AM_CPPFLAGS = \ - $(WARN_CFLAGS) \ - $(DEPRECATED_FLAGS) \ - $(GIO_CFLAGS) \ -+ $(LIBXML_CFLAGS) \ - $(LIBANJUTA_CFLAGS) \ - -DSCRIPTS_DIR=\"$(scriptsdir)\" - -DG_LOG_DOMAIN=\"libgbf-am\" -@@ -46,6 +47,7 @@ libgbf_am_la_LDFLAGS = $(ANJUTA_PLUGIN_L - - libgbf_am_la_LIBADD = \ - $(GIO_LIBS) \ -+ $(LIBXML_LIBS) \ - $(LIBANJUTA_LIBS) \ - $(LIBXML_LIBS) - -diff -up anjuta-2.27.92.0/plugins/gbf-am/Makefile.in.libxml anjuta-2.27.92.0/plugins/gbf-am/Makefile.in ---- anjuta-2.27.92.0/plugins/gbf-am/Makefile.in.libxml 2009-09-07 17:00:54.000000000 -0400 -+++ anjuta-2.27.92.0/plugins/gbf-am/Makefile.in 2009-09-12 09:55:19.500651884 -0400 -@@ -400,6 +400,7 @@ AM_CPPFLAGS = \ - $(WARN_CFLAGS) \ - $(DEPRECATED_FLAGS) \ - $(GIO_CFLAGS) \ -+ $(LIBXML_CFLAGS) \ - $(LIBANJUTA_CFLAGS) \ - -DSCRIPTS_DIR=\"$(scriptsdir)\" - -@@ -419,6 +420,7 @@ libgbf_am_la_SOURCES = \ - libgbf_am_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) - libgbf_am_la_LIBADD = \ - $(GIO_LIBS) \ -+ $(LIBXML_LIBS) \ - $(LIBANJUTA_LIBS) \ - $(LIBXML_LIBS) - -diff -up anjuta-2.27.92.0/plugins/gbf-mkfile/Makefile.am.libxml anjuta-2.27.92.0/plugins/gbf-mkfile/Makefile.am ---- anjuta-2.27.92.0/plugins/gbf-mkfile/Makefile.am.libxml 2009-09-12 09:58:15.600783689 -0400 -+++ anjuta-2.27.92.0/plugins/gbf-mkfile/Makefile.am 2009-09-12 09:58:28.596783346 -0400 -@@ -25,6 +25,7 @@ AM_CPPFLAGS = \ - $(WARN_CFLAGS) \ - $(DEPRECATED_FLAGS) \ - $(GIO_CFLAGS) \ -+ $(LIBXML_CFLAGS) \ - $(LIBANJUTA_CFLAGS) \ - -DSCRIPTS_DIR=\"$(scriptsdir)\" - -@@ -45,6 +46,7 @@ libgbf_mkfile_la_LDFLAGS = $(ANJUTA_PLUG - - libgbf_mkfile_la_LIBADD = \ - $(GIO_LIBS) \ -+ $(LIBXML_LIBS) \ - $(LIBANJUTA_LIBS) - - EXTRA_DIST = \ -diff -up anjuta-2.27.92.0/plugins/gbf-mkfile/Makefile.in.libxml anjuta-2.27.92.0/plugins/gbf-mkfile/Makefile.in ---- anjuta-2.27.92.0/plugins/gbf-mkfile/Makefile.in.libxml 2009-09-12 09:57:40.800782771 -0400 -+++ anjuta-2.27.92.0/plugins/gbf-mkfile/Makefile.in 2009-09-12 09:58:06.395782832 -0400 -@@ -389,6 +389,7 @@ AM_CPPFLAGS = \ - $(WARN_CFLAGS) \ - $(DEPRECATED_FLAGS) \ - $(GIO_CFLAGS) \ -+ $(LIBXML_CFLAGS) \ - $(LIBANJUTA_CFLAGS) \ - -DSCRIPTS_DIR=\"$(scriptsdir)\" - -@@ -408,6 +409,7 @@ libgbf_mkfile_la_SOURCES = \ - libgbf_mkfile_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) - libgbf_mkfile_la_LIBADD = \ - $(GIO_LIBS) \ -+ $(LIBXML_LIBS) \ - $(LIBANJUTA_LIBS) - - EXTRA_DIST = \ -diff -up anjuta-2.27.92.0/plugins/language-manager/Makefile.am.libxml anjuta-2.27.92.0/plugins/language-manager/Makefile.am ---- anjuta-2.27.92.0/plugins/language-manager/Makefile.am.libxml 2009-09-04 04:47:10.000000000 -0400 -+++ anjuta-2.27.92.0/plugins/language-manager/Makefile.am 2009-09-12 09:55:19.500651884 -0400 -@@ -24,6 +24,7 @@ language_manager_plugin_DATA = $(plugin_ - - # Include paths - AM_CPPFLAGS = \ -+ $(LIBXML_CFLAGS) \ - $(LIBANJUTA_CFLAGS) - - # Where to install the plugin -@@ -37,6 +38,7 @@ liblanguage_manager_la_SOURCES = plugin. - - # Plugin dependencies - liblanguage_manager_la_LIBADD = \ -+ $(LIBXML_LIBS) \ - $(LIBANJUTA_LIBS) - - liblanguage_manager_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) -diff -up anjuta-2.27.92.0/plugins/language-manager/Makefile.in.libxml anjuta-2.27.92.0/plugins/language-manager/Makefile.in ---- anjuta-2.27.92.0/plugins/language-manager/Makefile.in.libxml 2009-09-07 17:00:58.000000000 -0400 -+++ anjuta-2.27.92.0/plugins/language-manager/Makefile.in 2009-09-12 09:55:19.501651453 -0400 -@@ -348,6 +348,7 @@ language_manager_plugin_DATA = $(plugin_ - - # Include paths - AM_CPPFLAGS = \ -+ $(LIBXML_CFLAGS) \ - $(LIBANJUTA_CFLAGS) - - -@@ -362,6 +363,7 @@ liblanguage_manager_la_SOURCES = plugin. - - # Plugin dependencies - liblanguage_manager_la_LIBADD = \ -+ $(LIBXML_LIBS) \ - $(LIBANJUTA_LIBS) - - liblanguage_manager_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) -diff -up anjuta-2.27.92.0/plugins/macro/Makefile.am.libxml anjuta-2.27.92.0/plugins/macro/Makefile.am ---- anjuta-2.27.92.0/plugins/macro/Makefile.am.libxml 2009-09-04 04:47:10.000000000 -0400 -+++ anjuta-2.27.92.0/plugins/macro/Makefile.am 2009-09-12 09:55:19.502651860 -0400 -@@ -21,6 +21,7 @@ macro_plugin_DATA = $(plugin_in_files:.p - AM_CPPFLAGS= \ - $(WARN_CFLAGS) \ - $(DEPRECATED_FLAGS) \ -+ $(LIBXML_CFLAGS) \ - $(LIBANJUTA_CFLAGS) - - plugindir = $(anjuta_plugin_dir) -@@ -30,6 +31,7 @@ libanjuta_macro_la_LDFLAGS = $(ANJUTA_PL - - libanjuta_macro_la_LIBADD = \ - $(GIO_LIBS) \ -+ $(LIBXML_LIBS) \ - $(LIBANJUTA_LIBS) - - libanjuta_macro_la_SOURCES = \ -diff -up anjuta-2.27.92.0/plugins/macro/Makefile.in.libxml anjuta-2.27.92.0/plugins/macro/Makefile.in ---- anjuta-2.27.92.0/plugins/macro/Makefile.in.libxml 2009-09-07 17:00:59.000000000 -0400 -+++ anjuta-2.27.92.0/plugins/macro/Makefile.in 2009-09-12 09:55:19.503651847 -0400 -@@ -342,6 +342,7 @@ macro_plugin_DATA = $(plugin_in_files:.p - AM_CPPFLAGS = \ - $(WARN_CFLAGS) \ - $(DEPRECATED_FLAGS) \ -+ $(LIBXML_CFLAGS) \ - $(LIBANJUTA_CFLAGS) - - plugindir = $(anjuta_plugin_dir) -@@ -349,6 +350,7 @@ plugin_LTLIBRARIES = libanjuta-macro.la - libanjuta_macro_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) - libanjuta_macro_la_LIBADD = \ - $(GIO_LIBS) \ -+ $(LIBXML_LIBS) \ - $(LIBANJUTA_LIBS) - - libanjuta_macro_la_SOURCES = \ diff --git a/anjuta-2.28.1.0-libxml.patch b/anjuta-2.28.1.0-libxml.patch new file mode 100644 index 0000000..90fb4b0 --- /dev/null +++ b/anjuta-2.28.1.0-libxml.patch @@ -0,0 +1,98 @@ +diff -urNp anjuta-2.28.1.0.orig/plugins/document-manager/Makefile.in anjuta-2.28.1.0/plugins/document-manager/Makefile.in +--- anjuta-2.28.1.0.orig/plugins/document-manager/Makefile.in 2009-10-19 19:17:19.000000000 +0300 ++++ anjuta-2.28.1.0/plugins/document-manager/Makefile.in 2009-10-29 16:58:08.900396638 +0200 +@@ -349,13 +349,15 @@ AM_CPPFLAGS = \ + $(GDL_CFLAGS) \ + $(GIO_CFLAGS) \ + $(LIBANJUTA_CFLAGS) \ ++ $(LIBXML_CFLAGS) \ + -DG_LOG_DOMAIN=\"libanjuta-document-manager\" + + libanjuta_document_manager_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) + libanjuta_document_manager_la_LIBADD = \ + $(GDL_LIBS) \ + $(GIO_LIBS) \ +- $(LIBANJUTA_LIBS) ++ $(LIBANJUTA_LIBS) \ ++ $(LIBXML_LIBS) + + libanjuta_document_manager_la_SOURCES = \ + plugin.c \ +diff -urNp anjuta-2.28.1.0.orig/plugins/gbf-am/Makefile.in anjuta-2.28.1.0/plugins/gbf-am/Makefile.in +--- anjuta-2.28.1.0.orig/plugins/gbf-am/Makefile.in 2009-10-19 19:17:20.000000000 +0300 ++++ anjuta-2.28.1.0/plugins/gbf-am/Makefile.in 2009-10-29 16:55:44.076396823 +0200 +@@ -359,6 +359,7 @@ AM_CPPFLAGS = \ + $(DEPRECATED_FLAGS) \ + $(GIO_CFLAGS) \ + $(LIBANJUTA_CFLAGS) \ ++ $(LIBXML_CFLAGS) \ + -DSCRIPTS_DIR=\"$(scriptsdir)\" + + plugin_LTLIBRARIES = \ +diff -urNp anjuta-2.28.1.0.orig/plugins/gbf-mkfile/Makefile.in anjuta-2.28.1.0/plugins/gbf-mkfile/Makefile.in +--- anjuta-2.28.1.0.orig/plugins/gbf-mkfile/Makefile.in 2009-10-19 19:17:20.000000000 +0300 ++++ anjuta-2.28.1.0/plugins/gbf-mkfile/Makefile.in 2009-10-29 17:48:21.042781607 +0200 +@@ -348,6 +348,7 @@ AM_CPPFLAGS = \ + $(DEPRECATED_FLAGS) \ + $(GIO_CFLAGS) \ + $(LIBANJUTA_CFLAGS) \ ++ $(LIBXML_CFLAGS) \ + -DSCRIPTS_DIR=\"$(scriptsdir)\" + + plugin_LTLIBRARIES = \ +@@ -366,7 +367,8 @@ libgbf_mkfile_la_SOURCES = \ + libgbf_mkfile_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) + libgbf_mkfile_la_LIBADD = \ + $(GIO_LIBS) \ +- $(LIBANJUTA_LIBS) ++ $(LIBANJUTA_LIBS) \ ++ $(LIBXML_LIBS) + + EXTRA_DIST = \ + $(plugin_in_files) \ +diff -urNp anjuta-2.28.1.0.orig/plugins/language-manager/Makefile.in anjuta-2.28.1.0/plugins/language-manager/Makefile.in +--- anjuta-2.28.1.0.orig/plugins/language-manager/Makefile.in 2009-10-19 19:17:21.000000000 +0300 ++++ anjuta-2.28.1.0/plugins/language-manager/Makefile.in 2009-10-29 16:59:30.104397009 +0200 +@@ -332,8 +332,8 @@ language_manager_plugin_DATA = $(plugin_ + + # Include paths + AM_CPPFLAGS = \ +- $(LIBANJUTA_CFLAGS) +- ++ $(LIBANJUTA_CFLAGS) \ ++ $(LIBXML_CFLAGS) + + # Where to install the plugin + plugindir = $(anjuta_plugin_dir) +@@ -346,7 +346,8 @@ liblanguage_manager_la_SOURCES = plugin. + + # Plugin dependencies + liblanguage_manager_la_LIBADD = \ +- $(LIBANJUTA_LIBS) ++ $(LIBANJUTA_LIBS) \ ++ $(LIBXML_LIBS) + + liblanguage_manager_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) + EXTRA_DIST = \ +diff -urNp anjuta-2.28.1.0.orig/plugins/macro/Makefile.in anjuta-2.28.1.0/plugins/macro/Makefile.in +--- anjuta-2.28.1.0.orig/plugins/macro/Makefile.in 2009-10-19 19:17:21.000000000 +0300 ++++ anjuta-2.28.1.0/plugins/macro/Makefile.in 2009-10-29 16:59:00.309396944 +0200 +@@ -328,14 +328,16 @@ macro_plugin_DATA = $(plugin_in_files:.p + AM_CPPFLAGS = \ + $(WARN_CFLAGS) \ + $(DEPRECATED_FLAGS) \ +- $(LIBANJUTA_CFLAGS) ++ $(LIBANJUTA_CFLAGS) \ ++ $(LIBXML_CFLAGS) + + plugindir = $(anjuta_plugin_dir) + plugin_LTLIBRARIES = libanjuta-macro.la + libanjuta_macro_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) + libanjuta_macro_la_LIBADD = \ + $(GIO_LIBS) \ +- $(LIBANJUTA_LIBS) ++ $(LIBANJUTA_LIBS) \ ++ $(LIBXML_LIBS) + + libanjuta_macro_la_SOURCES = \ + plugin.c\ diff --git a/anjuta.spec b/anjuta.spec index ac7e45c..4b77498 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,16 +1,16 @@ Summary: A GNOME development IDE for C/C++ Name: anjuta Epoch: 1 -Version: 2.27.92.0 +Version: 2.28.1.0 Release: 1%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.anjuta.org/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.27/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/anjuta/2.28/%{name}-%{version}.tar.bz2 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -# Lots of places where libxml cflags/libs are not being used (but are needed) -Patch0: anjuta-2.27.92.0-libxml.patch +# https://bugzilla.gnome.org/600407 +Patch0: %{name}-%{version}-libxml.patch Obsoletes: gnome-build <= 2.24.1-1.fc10 Provides: perl(GBF::Make) = %{version}-%{release} @@ -29,22 +29,20 @@ Requires(post): /sbin/ldconfig Requires(preun): GConf2 Requires(postun): /sbin/ldconfig +BuildRequires: GConf2-devel +BuildRequires: ORBit2-devel BuildRequires: autogen -BuildRequires: binutils-devel BuildRequires: desktop-file-utils BuildRequires: devhelp-devel >= 0.22 -BuildRequires: libuuid-devel BuildRequires: gettext BuildRequires: glade3-libgladeui-devel >= 3.6.0 BuildRequires: gnome-doc-utils BuildRequires: gtksourceview2-devel >= 2.4.0 -BuildRequires: libgda-devel >= 3.99.7 -BuildRequires: graphviz-devel BuildRequires: intltool +BuildRequires: libgda-devel >= 4.0.0 BuildRequires: libgdl-devel >= 2.26.0 -BuildRequires: libgnomeui-devel +BuildRequires: libuuid-devel BuildRequires: neon-devel -BuildRequires: pcre-devel BuildRequires: perl(Locale::gettext) BuildRequires: perl(XML::Parser) BuildRequires: scrollkeeper @@ -60,7 +58,8 @@ an on-board interactive debugger, powerful source editor, syntax highlighting, intellisense autocompletions, symbol navigation, version controls, integrated GUI designing and other tools. -The documentation for this package is in %{name}-doc. +The documentation for this package is in %{name}-doc. Some extra +plugins are in %{name}-extras. %package devel Summary: Development files for %{name} @@ -76,10 +75,6 @@ This package contains development files for %{name}. Summary: Documentation for Anjuta DevStudio Group: Documentation -# Will be dropped in Fedora 10. -Provides: %{name}-docs = %{?epoch:%{epoch}:}%{version}-%{release} -Obsoletes: %{name}-docs < 1:2.2.3 - Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} Requires(post): scrollkeeper Requires(postun): scrollkeeper @@ -91,8 +86,7 @@ Documentation for Anjuta DevStudio provided in DocBook format. %prep %setup -q - -%patch0 -p1 -b .libxml +%patch0 -p1 # Filter unwanted Provides. cat << \EOF > %{name}-prov @@ -140,10 +134,9 @@ sed --expression 's|-R/usr/lib64||' %{_libdir}/pkgconfig/pangox.pc > \ %build export PKG_CONFIG_PATH="./PKGCONFIG" %configure --disable-schemas-install --disable-static \ - --enable-gtk-doc --enable-scrollkeeper \ - --enable-plugin-devhelp --enable-graphviz --enable-plugin-glade \ - --enable-plugin-scintilla --enable-plugin-sourceview \ - --enable-plugin-subversion --enable-plugin-valgrind \ + --enable-gtk-doc --enable-plugin-devhelp --enable-plugin-glade \ + --enable-plugin-sourceview --enable-plugin-subversion \ + --enable-scrollkeeper \ --docdir=%{_docdir}/%{name}-%{version} \ --with-svn-lib=%{_libdir} @@ -196,8 +189,6 @@ rm -rf $RPM_BUILD_ROOT if [ "$1" -gt 1 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ - %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}-*.schemas >/dev/null || : fi @@ -206,8 +197,6 @@ fi export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ - %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : -gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/%{name}-*.schemas > /dev/null || : if [ -x %{_bindir}/update-desktop-database ]; then @@ -229,8 +218,6 @@ fi if [ "$1" -eq 0 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ - %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : - gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}-*.schemas > /dev/null || : fi @@ -261,11 +248,9 @@ scrollkeeper-update -q || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS -%doc ChangeLog %doc COPYING %doc MAINTAINERS %doc NEWS -%doc README %doc ROADMAP %doc THANKS %doc %{_mandir}/man1/%{name}.1* @@ -328,21 +313,47 @@ scrollkeeper-update -q || : %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf %changelog +* Thu Oct 29 2009 Debarshi Ray - 1:2.28.1.0-1 +- Version bump to 2.28.1.0. + * Debug manager plugin: + + Report error when location is < 0 for markers. (GNOME Bugzilla #593954) + * File loader plugin: + + Improved drag-and-drop behaviour. (GNOME Bugzilla #567363) + * GtkSourceView editor plugin: + + Improved drag-and-drop behaviour. (GNOME Bugzilla #355151) + * Subversion plugin: + + Removed duplicate IDs from the Glade file. (GNOME Bugzilla #596001) + * Symbol-db plugin: + + Fixed crash when loading a project. (GNOME Bugzilla #597113) + * Terminal plugin: + + Prevented it from crashing and freezing X. (GNOME Bugzilla #597318) + * http://download.gnome.org/sources/anjuta/2.28/anjuta-2.28.1.0.news +- Added 'BuildRequires: GConf2-devel ORBit2-devel' and removed + 'BuildRequires: binutils-devel graphviz-devel libgnomeui-devel pcre-devel'. + * Sat Sep 12 2009 Tom "spot" Callaway - 1:2.27.92.0-1 -- bump to 2.27.92.0, rebuild for broken deps -- fix compile (missing libxml cflags/libs) +- Version bump to 2.27.92.0, rebuild for broken deps. + * A better Git plugin and working C++ auto-completion. + * http://download.gnome.org/sources/anjuta/2.27/anjuta-2.27.92.0.news + * http://download.gnome.org/sources/anjuta/2.27/anjuta-2.27.91.0.news + * http://download.gnome.org/sources/anjuta/2.27/anjuta-2.27.5.0.news +- Fixed build failures due to missing libxml cflags/libs. (GNOME + Bugzilla #600407) * Mon Aug 10 2009 Ville Skyttä - 1:2.27.3.0-3 - Use bzipped upstream tarball. -* Fri Jul 24 2009 Fedora Release Engineering - 1:2.27.3.0-2 +* Fri Jul 24 2009 Release Engineering - 1:2.27.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Jul 14 2009 Debarshi Ray - 1:2.27.3.0-1 - Version bump to 2.27.3.0. - Improvements in auto-completion speed. - Improvements in Git and Subversion plugins. - Ported to GtkBuilder. (GNOME Bugzilla #530740) + * The Graphviz, profiler, Scintilla, ScratchBox and Valgrind plugins + are now part of Anjuta Extras. They are no longer shipped with + this package. + * Improvements in auto-completion speed. + * Improvements in Git and Subversion plugins. + * Ported to GtkBuilder. (GNOME Bugzilla #530740) * Git plugin: + Commit dialog should have the "amend" option. (GNOME Bugzilla #580340) * GTodo plugin: diff --git a/sources b/sources index c44c048..675f4cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -302691ed64826292fea61dac31212d1d anjuta-2.27.92.0.tar.bz2 +610624984bd62ee1e280090900a0ada7 anjuta-2.28.1.0.tar.bz2