[gnome-shell/f21] Fix week number calculation in calendar (BGO #736722)

Daniel Williams dcbw at fedoraproject.org
Fri Mar 13 21:28:51 UTC 2015


commit 1a1a00a3d007c7010bda2bfa32ba764cadced7f7
Author: Dan Williams <dcbw at redhat.com>
Date:   Fri Mar 13 16:28:48 2015 -0500

    Fix week number calculation in calendar (BGO #736722)

 gnome-shell.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index cdf91ee..5b5ee89 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,6 +1,6 @@
 Name:           gnome-shell
 Version:        3.14.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -12,6 +12,7 @@ Source0:        http://download.gnome.org/sources/gnome-shell/3.14/%{name}-%{ver
 
 # Replace Epiphany with Firefox in the default favourite apps list
 Patch1: gnome-shell-favourite-apps-firefox.patch
+Patch2: 0001-calendar-Stop-computing-week-number-ourselves.patch
 
 %define clutter_version 1.15.90
 %define gnome_bluetooth_version 1:3.9.0
@@ -118,6 +119,7 @@ easy to use experience.
 %prep
 %setup -q
 %patch1 -p1 -b .firefox
+%patch2 -p1 -b .calendar-week-number
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
@@ -179,6 +181,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
 %exclude %{_datadir}/gtk-doc
 
 %changelog
+* Fri Mar 13 2015 Dan Williams <dcbw at redhat.com> - 3.14.3-2
+- Fix week number calculation in calendar (BGO #736722)
+
 * Fri Dec 19 2014 Florian Müllner <fmuellner at redhat.com> - 3.14.3-1
 - Update to 3.14.3
 


More information about the scm-commits mailing list