Hello community,

here is the log from the commit of package notify-osd for openSUSE:Factory 
checked in at 2015-10-12 10:02:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notify-osd (Old)
 and      /work/SRC/openSUSE:Factory/.notify-osd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notify-osd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/notify-osd/notify-osd.changes    2015-09-19 
06:55:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.notify-osd.new/notify-osd.changes       
2015-10-12 10:02:38.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct  8 18:13:41 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.9.35~bzr20151005:
+  * Remove leftover debug statement and fix identation issue.
+
+-------------------------------------------------------------------

Old:
----
  notify-osd_0.9.35+15.10.20150915.orig.tar.gz

New:
----
  notify-osd_0.9.35+15.10.20151005.orig.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ notify-osd.spec ++++++
--- /var/tmp/diff_new_pack.2UKe8f/_old  2015-10-12 10:02:39.000000000 +0200
+++ /var/tmp/diff_new_pack.2UKe8f/_new  2015-10-12 10:02:39.000000000 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 0.9.35+15.10.20150915
+%define _version 0.9.35+15.10.20151005
 Name:           notify-osd
-Version:        0.9.35~bzr20150915
+Version:        0.9.35~bzr20151005
 Release:        0
 Summary:        Streamlined Notification Daemon
 License:        GPL-3.0+

++++++ notify-osd-leolik.patch ++++++
--- /var/tmp/diff_new_pack.2UKe8f/_old  2015-10-12 10:02:39.000000000 +0200
+++ /var/tmp/diff_new_pack.2UKe8f/_new  2015-10-12 10:02:39.000000000 +0200
@@ -207,7 +207,7 @@
        Defaults*      d;
        BubblePrivate* priv;
  
-@@ -3619,6 +3680,13 @@
+@@ -3618,6 +3679,13 @@
                _refresh_body (self);
  
        update_shape (self);
@@ -367,6 +367,7 @@
  
        defaults_get_top_corner (self->defaults, &screen, &x, &y);
  
+diff -ruN src_old/main.c src/main.c
 --- src_old/main.c
 +++ src/main.c
 @@ -25,6 +25,10 @@
@@ -603,6 +604,7 @@
        defaults = defaults_new ();
        observer = observer_new ();
        stack = stack_new (defaults, observer);
+diff -ruN src_old/stack.c src/stack.c
 --- src_old/stack.c
 +++ src/stack.c
 @@ -44,6 +44,7 @@

++++++ notify-osd_0.9.35+15.10.20150915.orig.tar.gz -> 
notify-osd_0.9.35+15.10.20151005.orig.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notify-osd-0.9.35+15.10.20150915/src/bubble.c 
new/notify-osd-0.9.35+15.10.20151005/src/bubble.c
--- old/notify-osd-0.9.35+15.10.20150915/src/bubble.c   2015-09-15 
11:24:16.000000000 +0200
+++ new/notify-osd-0.9.35+15.10.20151005/src/bubble.c   2015-10-05 
16:27:26.000000000 +0200
@@ -3441,10 +3441,9 @@
                GdkPixbuf *pixbuf;
                pixbuf = gdk_pixbuf_scale_simple (
                                        priv->icon_pixbuf,
-                                       EM2PIXELS (defaults_get_icon_size (d), 
d),
-                                       EM2PIXELS (defaults_get_icon_size (d), 
d),
+                                       EM2PIXELS (defaults_get_icon_size (d), 
d),
+                                       EM2PIXELS (defaults_get_icon_size (d), 
d),
                                        GDK_INTERP_BILINEAR);
-               g_message ("resizing pixbuf to %d", EM2PIXELS 
(defaults_get_icon_size (d), d) );
                g_object_unref (priv->icon_pixbuf);
                priv->icon_pixbuf = pixbuf;
        }


Reply via email to