rpms/redhat-menus/F-8 redhat-menus-8.9.11-evolution.patch, NONE, 1.1 redhat-menus.spec, 1.88, 1.89

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Sun Jan 6 00:35:37 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/redhat-menus/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19887

Modified Files:
	redhat-menus.spec 
Added Files:
	redhat-menus-8.9.11-evolution.patch 
Log Message:

* Sat Jan  5 2008 Matthew Barnes <mbarnes at redhat.com> - 8.9.11-2
- Send all Evolution bugs to the new BugBuddyBugs Bugzilla component.
  (GNOME bug #507311)


redhat-menus-8.9.11-evolution.patch:

--- NEW FILE redhat-menus-8.9.11-evolution.patch ---
diff -up redhat-menus-8.9.11/desktop-files/redhat-evolution-tasks.desktop.in.evolution redhat-menus-8.9.11/desktop-files/redhat-evolution-tasks.desktop.in
--- redhat-menus-8.9.11/desktop-files/redhat-evolution-tasks.desktop.in.evolution	2008-01-05 18:47:35.000000000 -0500
+++ redhat-menus-8.9.11/desktop-files/redhat-evolution-tasks.desktop.in	2008-01-05 18:48:18.000000000 -0500
@@ -11,5 +11,5 @@ StartupNotify=True
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=Evolution
 X-GNOME-Bugzilla-Version=2.12
-X-GNOME-Bugzilla-Component=Tasks
+X-GNOME-Bugzilla-Component=BugBuddyBugs
 X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-1.12;evolution-exchange-storage;evolution-alarm-notify;
diff -up redhat-menus-8.9.11/desktop-files/redhat-evolution-calendar.desktop.in.evolution redhat-menus-8.9.11/desktop-files/redhat-evolution-calendar.desktop.in
--- redhat-menus-8.9.11/desktop-files/redhat-evolution-calendar.desktop.in.evolution	2008-01-05 18:47:16.000000000 -0500
+++ redhat-menus-8.9.11/desktop-files/redhat-evolution-calendar.desktop.in	2008-01-05 18:47:51.000000000 -0500
@@ -11,5 +11,5 @@ StartupNotify=True
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=Evolution
 X-GNOME-Bugzilla-Version=2.12
-X-GNOME-Bugzilla-Component=Calendar
+X-GNOME-Bugzilla-Component=BugBuddyBugs
 X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-1.12;evolution-exchange-storage;evolution-alarm-notify;
diff -up redhat-menus-8.9.11/desktop-files/redhat-evolution-contacts.desktop.in.evolution redhat-menus-8.9.11/desktop-files/redhat-evolution-contacts.desktop.in
--- redhat-menus-8.9.11/desktop-files/redhat-evolution-contacts.desktop.in.evolution	2008-01-05 18:47:25.000000000 -0500
+++ redhat-menus-8.9.11/desktop-files/redhat-evolution-contacts.desktop.in	2008-01-05 18:47:59.000000000 -0500
@@ -11,5 +11,5 @@ StartupNotify=True
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=Evolution
 X-GNOME-Bugzilla-Version=2.12
-X-GNOME-Bugzilla-Component=Contacts
+X-GNOME-Bugzilla-Component=BugBuddyBugs
 X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-1.12;evolution-exchange-storage;evolution-alarm-notify;
diff -up redhat-menus-8.9.11/desktop-files/redhat-evolution-mail.desktop.in.evolution redhat-menus-8.9.11/desktop-files/redhat-evolution-mail.desktop.in
--- redhat-menus-8.9.11/desktop-files/redhat-evolution-mail.desktop.in.evolution	2008-01-05 18:47:31.000000000 -0500
+++ redhat-menus-8.9.11/desktop-files/redhat-evolution-mail.desktop.in	2008-01-05 18:48:08.000000000 -0500
@@ -11,5 +11,5 @@ StartupNotify=True
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=Evolution
 X-GNOME-Bugzilla-Version=2.12
-X-GNOME-Bugzilla-Component=Mailer
+X-GNOME-Bugzilla-Component=BugBuddyBugs
 X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-1.12;evolution-exchange-storage;evolution-alarm-notify;


Index: redhat-menus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redhat-menus/F-8/redhat-menus.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- redhat-menus.spec	1 Oct 2007 23:08:13 -0000	1.88
+++ redhat-menus.spec	6 Jan 2008 00:34:57 -0000	1.89
@@ -4,7 +4,7 @@
 Summary: Configuration and data files for the desktop menus
 Name: redhat-menus
 Version: 8.9.11
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.redhat.com
 Source0: %{name}-%{version}.tar.gz
 License: GPL+
@@ -24,6 +24,8 @@
 ## old evolution packages point to a no-longer-existing symlink
 Conflicts: evolution <= 2.4.1-5
 
+Patch0: redhat-menus-8.9.11-evolution.patch
+
 %description
 
 This package contains the XML files that describe the menu layout for 
@@ -32,6 +34,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .evolution
 
 %build
 intltoolize --force
@@ -75,6 +78,10 @@
 %{_datadir}/desktop-directories/*.directory
 
 %changelog
+* Sat Jan  5 2008 Matthew Barnes <mbarnes at redhat.com> - 8.9.11-2
+- Send all Evolution bugs to the new BugBuddyBugs Bugzilla component.
+  (GNOME bug #507311)
+
 * Mon Oct  1 2007 Matthias Clasen <mclasen at redhat.com> - 8.9.11-1
 - Move patches upstream
 - Fix license field




More information about the fedora-extras-commits mailing list