a425e1
new upstream release
@@ -7,3 +7,4 @@ systemd-7.tar.bz2
|
|
7
7
|
/systemd-10.tar.bz2
|
8
8
|
/systemd-11.tar.bz2
|
9
9
|
/systemd-12.tar.bz2
|
10
|
+
/systemd-13.tar.bz2
|
@@ -1,13 +0,0 @@
|
|
1
|
-
diff -up systemd-11/src/ask-password-agent.vala.notify systemd-11/src/ask-password-agent.vala
|
2
|
-
--- systemd-11/src/ask-password-agent.vala.notify 2010-11-12 20:27:39.535719001 -0500
|
3
|
-
+++ systemd-11/src/ask-password-agent.vala 2010-11-12 20:27:52.233719001 -0500
|
4
|
-
@@ -181,8 +181,7 @@ public class MyStatusIcon : StatusIcon {
|
5
|
-
|
6
|
-
set_visible(true);
|
7
|
-
|
8
|
-
- Notification n = new Notification(title, message, icon, null);
|
9
|
-
- n.attach_to_status_icon(this);
|
10
|
-
+ Notification n = new Notification(title, message, icon);
|
11
|
-
n.set_timeout(5000);
|
12
|
-
n.show();
|
13
|
-
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
86e2909e025477ceda3fdd96b932f18a systemd-13.tar.bz2
|
@@ -1,8 +1,8 @@
|
|
1
1
|
Name: systemd
|
2
2
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
3
3
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
4
|
-
Version:
|
5
|
-
Release:
|
4
|
+
Version: 13
|
5
|
+
Release: 1%{?dist}
|
6
6
|
License: GPLv2+
|
7
7
|
Group: System Environment/Base
|
8
8
|
Summary: A System and Service Manager
|
@@ -229,6 +229,9 @@ fi
|
|
229
229
|
%{_mandir}/man1/systemadm.*
|
230
230
|
|
231
231
|
%changelog
|
232
|
+
* Fri Nov 19 2010 Lennart Poettering <lpoetter@redhat.com> - 13-1
|
233
|
+
- new upstream release
|
234
|
+
|
232
235
|
* Wed Nov 17 2010 Bill Nottingham <notting@redhat.com> 12-3
|
233
236
|
- Fix clash
|
234
237
|
|
@@ -1,12 +0,0 @@
|
|
1
|
-
diff -up systemd-11/src/ask-password-agent.vala.vala-build systemd-11/src/ask-password-agent.vala
|
2
|
-
--- systemd-11/src/ask-password-agent.vala.vala-build 2010-11-12 20:51:53.579719000 -0500
|
3
|
-
+++ systemd-11/src/ask-password-agent.vala 2010-11-12 20:52:06.288719002 -0500
|
4
|
-
@@ -225,7 +225,7 @@ public class MyStatusIcon : StatusIcon {
|
5
|
-
|
6
|
-
OutputStream stream = new UnixOutputStream(to_process, true);
|
7
|
-
|
8
|
-
- stream.write(password, password.length, null);
|
9
|
-
+ stream.write(password.data, null);
|
10
|
-
}
|
11
|
-
}
|
12
|
-
|