monnerat pushed to mate-applet-softupd (f20). "New upstream release."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jun 1 13:03:26 UTC 2015


From fa7892ebd40b4c2aad7f74f963e3182413d823c0 Mon Sep 17 00:00:00 2001
From: Patrick Monnerat <pm at datasphere.ch>
Date: Mon, 1 Jun 2015 15:03:02 +0200
Subject: New upstream release.


diff --git a/.gitignore b/.gitignore
index 909f70b..93b2bb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /mate-applet-softupd-0.2.8.tar.gz
 /mate-applet-softupd-0.2.10.tar.gz
 /mate-applet-softupd-0.2.11.tar.gz
+/mate-applet-softupd-0.3.0.tar.gz
diff --git a/mate-applet-softupd-0.2.10-stopclock.patch b/mate-applet-softupd-0.2.10-stopclock.patch
deleted file mode 100644
index 4fc8aaa..0000000
--- a/mate-applet-softupd-0.2.10-stopclock.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Naurp mate-applet-softupd-0.2.10.orig/src/main.c mate-applet-softupd-0.2.10.new/src/main.c
---- mate-applet-softupd-0.2.10.orig/src/main.c	2013-10-24 20:16:37.000000000 +0200
-+++ mate-applet-softupd-0.2.10.new/src/main.c	2014-04-22 17:33:20.154136042 +0200
-@@ -276,8 +276,14 @@ static void applet_back_change (MatePane
- }
- 
- static void applet_destroy(MatePanelApplet *applet_widget, softupd_applet *applet) {
--	g_main_loop_quit(applet->loop);
-         g_assert(applet);
-+
-+	/* Remove all timers. */
-+
-+	while (g_source_remove_by_user_data((gpointer) applet))
-+		;
-+
-+	g_main_loop_quit(applet->loop);
- 	g_free(applet->pid_arr);
-         g_free(applet);
-         return;
diff --git a/mate-applet-softupd.spec b/mate-applet-softupd.spec
index ec8d5ec..0c7aaba 100644
--- a/mate-applet-softupd.spec
+++ b/mate-applet-softupd.spec
@@ -1,22 +1,25 @@
+%if 0%{?fedora} < 22
+%global installer	yumex
+%else
+%global installer	yumex-dnf
+%endif
+
 Name:		mate-applet-softupd
-Version:	0.2.11
+Version:	0.3.0
 Release:	1%{?dist}
 Summary:	MATE Software Update Applet 
 Group:		Applications/System
 License:	GPLv2+
 URL:		http://www.zavedil.com/mate-software-updates-applet/
-Source:		http://www.zavedil.com/wp-content/uploads/2014/04/mate-applet-softupd-%{version}.tar.gz
-Patch1:		mate-applet-softupd-0.2.10-stopclock.patch
+Source:		http://www.zavedil.com/wp-content/uploads/2015/05/mate-applet-softupd-0.3.0.tar.gz
 BuildRequires:	mate-panel-devel >= 1.3.0
 BuildRequires:	libnotify-devel >= 0.7.0
 BuildRequires:	PackageKit-glib-devel
 BuildRequires:	gettext-devel
 BuildRequires:	PackageKit
-BuildRequires:	yumex
-# BuildRequires:	autoconf
-# BuildRequires:	automake
+BuildRequires:	%{installer}
 Requires:	PackageKit%{?_isa}
-Requires:	yumex
+Requires:	%{installer}
 
 %description
 Software updates notification applet for the MATE desktop environment.
@@ -26,15 +29,11 @@ Software updates notification applet for the MATE desktop environment.
 %prep
 
 %setup -q
-%patch1 -p 1 -b .stopclock
-
-# autoreconf -i -f
-
 
 
 %build
 
-%configure --enable-notify=libnotify
+%configure --enable-notify=libnotify --enable-installer=%{installer}
 make %{?_smp_mflags}
 
 
@@ -85,6 +84,9 @@ fi
 
 
 %changelog
+* Mon Jun  1 2015 Patrick Monnerat <pm at datasphere.ch> 0.3.0-1
+- New upstream release.
+
 * Mon Apr 28 2014 Patrick Monnerat <pm at datasphere.ch> 0.2.11-1
 - New upstream release.
 - Stop timers on applet destroy.
diff --git a/sources b/sources
index 86b8104..2095257 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec7cd47b25d3d0a12279026b1bbb6761  mate-applet-softupd-0.2.11.tar.gz
+d1021eaa64fca627d8b4fdda086377ff  mate-applet-softupd-0.3.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mate-applet-softupd.git/commit/?h=f20&id=fa7892ebd40b4c2aad7f74f963e3182413d823c0


More information about the scm-commits mailing list