Hello community,

here is the log from the commit of package dunst for openSUSE:Factory checked 
in at 2018-05-08 13:38:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dunst (Old)
 and      /work/SRC/openSUSE:Factory/.dunst.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dunst"

Tue May  8 13:38:46 2018 rev:5 rq:605118 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/dunst/dunst.changes      2018-02-21 
14:12:21.672266989 +0100
+++ /work/SRC/openSUSE:Factory/.dunst.new/dunst.changes 2018-05-08 
13:38:47.630404610 +0200
@@ -1,0 +2,8 @@
+Sun May  6 16:26:56 UTC 2018 - [email protected]
+
+- update to version 1.3.2
+  * Fix crash when loading invalid or corrupt icon file
+- minor cleanup with spec-cleaner
+- use %make_install macro
+
+-------------------------------------------------------------------

Old:
----
  dunst-1.3.1.tar.gz

New:
----
  dunst-1.3.2.tar.gz

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

Other differences:
------------------
++++++ dunst.spec ++++++
--- /var/tmp/diff_new_pack.DQKeZU/_old  2018-05-08 13:38:48.174384974 +0200
+++ /var/tmp/diff_new_pack.DQKeZU/_new  2018-05-08 13:38:48.174384974 +0200
@@ -18,12 +18,12 @@
 
 %{!?_userunitdir:%define _userunitdir %{_prefix}/lib/systemd/user}
 Name:           dunst
-Version:        1.3.1
+Version:        1.3.2
 Release:        0
 Summary:        A customizable notification daemon
 License:        BSD-3-Clause
 Group:          System/GUI/Other
-Url:            https://dunst-project.org
+URL:            https://dunst-project.org
 Source:         
https://github.com/dunst-project/dunst/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0:         makefile.patch
 BuildRequires:  pkgconfig
@@ -54,7 +54,8 @@
 CFLAGS="%{optflags}" make %{?_smp_mflags}
 
 %install
-make PREFIX=%{buildroot}/%{_prefix} install
+%make_install PREFIX=%{_prefix}
+
 sed -i -e 's/Exec.*/Exec=\/usr\/bin\/dunst/' 
%{buildroot}/%{_datadir}/dbus-1/services/org.knopwob.dunst.service
 sed -i -e 's/ExecStart.*/ExecStart=\/usr\/bin\/dunst/' 
%{buildroot}/%{_userunitdir}/dunst.service
 
@@ -65,6 +66,6 @@
 %{_datadir}/dbus-1/services/org.knopwob.dunst.service
 %{_userunitdir}/dunst.service
 %{_datadir}/dunst
-%{_mandir}/man1/dunst.1%{ext_man}
+%{_mandir}/man1/dunst.1%{?ext_man}
 
 %changelog

++++++ dunst-1.3.1.tar.gz -> dunst-1.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dunst-1.3.1/CHANGELOG.md new/dunst-1.3.2/CHANGELOG.md
--- old/dunst-1.3.1/CHANGELOG.md        2018-01-30 10:06:17.000000000 +0100
+++ new/dunst-1.3.2/CHANGELOG.md        2018-05-06 12:30:01.000000000 +0200
@@ -1,5 +1,11 @@
 # Dunst changelog
 
+## 1.3.2 - 2018-05-06
+
+### Fixed
+
+- Crash when trying to load an invalid or corrupt icon (#512)
+
 ## 1.3.1 - 2018-01-30
 
 ### Fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dunst-1.3.1/Makefile new/dunst-1.3.2/Makefile
--- old/dunst-1.3.1/Makefile    2018-01-30 10:06:17.000000000 +0100
+++ new/dunst-1.3.2/Makefile    2018-05-06 12:30:01.000000000 +0200
@@ -3,7 +3,7 @@
 
 include config.mk
 
-VERSION := "1.3.1 (2018-01-30)"
+VERSION := "1.3.2 (2018-05-06)"
 ifneq ($(wildcard ./.git/.),)
 VERSION := $(shell git describe --tags)
 endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dunst-1.3.1/src/x11/x.c new/dunst-1.3.2/src/x11/x.c
--- old/dunst-1.3.1/src/x11/x.c 2018-01-30 10:06:17.000000000 +0100
+++ new/dunst-1.3.2/src/x11/x.c 2018-05-06 12:30:01.000000000 +0200
@@ -330,7 +330,7 @@
                 GError *error = NULL;
                 pixbuf = gdk_pixbuf_new_from_file(icon_path, &error);
                 if (pixbuf == NULL)
-                        g_free(error);
+                        g_error_free(error);
         }
         return pixbuf;
 }


Reply via email to