Advertisement
darkxst

g-c-c 3.7.91

Mar 7th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.72 KB | None | 0 0
  1. --- gnome-control-center-3.7.90/debian/changelog    2013-03-04 15:05:42.000000000 +1100
  2. +++ gnome-control-center-3.7.91/debian/changelog    2013-03-08 08:29:07.000000000 +1100
  3. @@ -1,3 +1,12 @@
  4. +gnome-control-center (1:3.7.91-0ubuntu1~raring1) raring; urgency=low
  5. +
  6. +  * New upstream releasei
  7. +  * debian/control.in:
  8. +    - Bump minimum dependencies for libgoa
  9. +  * debian/patches/dont_download_local_image.patch, Refreshed
  10. +
  11. + -- Tim Lunn <tim@feathertop.org>  Fri, 08 Mar 2013 08:26:22 +1100
  12. +
  13.  gnome-control-center (1:3.7.90-0ubuntu1~raring4) raring; urgency=medium
  14.  
  15.    * debian/patches/revert-colord-dependency.patch:
  16. --- gnome-control-center-3.7.90/debian/control  2013-03-07 13:35:27.000000000 +1100
  17. +++ gnome-control-center-3.7.91/debian/control  2013-03-08 08:29:10.000000000 +1100
  18. @@ -40,7 +40,7 @@
  19.                 libgnome-desktop-3-dev (>= 3.7.5),
  20.                 libgnome-menu-3-dev,
  21.                 libgnomekbd-dev,
  22. -               libgoa-1.0-dev (>= 3.5.90),
  23. +               libgoa-1.0-dev (>= 3.7.91),
  24.                 libgstreamer-plugins-base0.10-dev,
  25.                 libgtk-3-dev (>= 3.7.7),
  26.                 libgtop2-dev,
  27. --- gnome-control-center-3.7.90/debian/control.in   2013-03-04 15:05:42.000000000 +1100
  28. +++ gnome-control-center-3.7.91/debian/control.in   2013-03-08 08:26:39.000000000 +1100
  29. @@ -36,7 +36,7 @@
  30.                 libgnome-desktop-3-dev (>= 3.7.5),
  31.                 libgnome-menu-3-dev,
  32.                 libgnomekbd-dev,
  33. -               libgoa-1.0-dev (>= 3.5.90),
  34. +               libgoa-1.0-dev (>= 3.7.91),
  35.                 libgstreamer-plugins-base0.10-dev,
  36.                 libgtk-3-dev (>= 3.7.7),
  37.                 libgtop2-dev,
  38. --- gnome-control-center-3.7.90/debian/patches/dont_download_local_image.patch  2013-03-04 15:05:42.000000000 +1100
  39. +++ gnome-control-center-3.7.91/debian/patches/dont_download_local_image.patch  2013-03-08 08:28:36.000000000 +1100
  40. @@ -13,13 +13,11 @@
  41.   panels/background/bg-pictures-source.c |    2 +-
  42.   1 files changed, 1 insertions(+), 1 deletions(-)
  43.  
  44. -Index: gnome-control-center-3.7.3/panels/background/bg-pictures-source.c
  45. -===================================================================
  46. ---- gnome-control-center-3.7.3.orig/panels/background/bg-pictures-source.c 2012-12-22 19:14:16.145790838 -0500
  47. -+++ gnome-control-center-3.7.3/panels/background/bg-pictures-source.c  2012-12-22 19:15:17.013788292 -0500
  48. -@@ -335,7 +335,7 @@
  49. -       "shading", G_DESKTOP_BACKGROUND_SHADING_SOLID,
  50. +--- a/panels/background/bg-pictures-source.c
  51. ++++ b/panels/background/bg-pictures-source.c
  52. +@@ -284,7 +284,7 @@
  53.         "placement", G_DESKTOP_BACKGROUND_STYLE_ZOOM,
  54. +                 "modified", mtime,
  55.         NULL);
  56.  -  if (source_uri != NULL)
  57.  +  if (source_uri != NULL && !g_file_is_native (file))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement