Do the Lock/Unlock fixes fix the BMC#8678 and BMC#8681? Peter
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Kaitlin Rupert > Sent: Friday, December 03, 2010 9:19 AM > To: [email protected] > Subject: [meego-commits] 10551: Changes to > Trunk:Testing/meegotouch-systemui > > Hi, > I have made the following changes to meegotouch-systemui in project > Trunk:Testing. Please review and accept ASAP. > > Thank You, > Kaitlin Rupert > > [This message was auto-generated] > > --- > > Request #10551: > > submit: devel:qt-mtf/meegotouch-systemui(r32) -> > Trunk:Testing/meegotouch-systemui > > > Message: > * Thu Dec 02 2010 Kaitlin Rupert <[email protected]> 0.18.15 > - BMC#10027 - Update to release tag 0.18.15-1; this fixes a sysuid startup > error > - Fixes also include: > - Lock/unlock related fixes > - Modify the LED feedback of unhandled notifications to follow the UI spec > - Unable to dismiss the USB connection selection menu. > - Homescreen: Service Provider name is almost not visible in LHS corner > - Unable to close the status indicator menu > - Status indicator menu does not rotate > - Use the proper style names for banners appearing on top of all apps > - Banner background is transparent - makes the banner text very hard to > see > - Sysuid dies uncontrollable when initctl stop xsession/sysuid is used > - Percentage to bars not correctly shown in status area Battery icon > - Need handling of error messages coming from usb_moded > - Volume indicator not displayed in call view when adjustingvolume via HW > key > * Mon Oct 04 2010 Miroslav Safr <[email protected]> - 0.18.0 > - updated to release 0.18.0-1 > - added new files, postun section > - removed unnecessery patches and temporary disbled tests building because > of errors > > State: new 2010-12-02T17:19:11 krupert > Comment: None > > > > changes files: > -------------- > --- meegotouch-systemui.changes > +++ meegotouch-systemui.changes > @@ -0,0 +1,21 @@ > +* Thu Dec 02 2010 Kaitlin Rupert <[email protected]> 0.18.15 > +- BMC#10027 - Update to release tag 0.18.15-1; this fixes a sysuid startup > error > +- Fixes also include: > +- Lock/unlock related fixes > +- Modify the LED feedback of unhandled notifications to follow the UI spec > +- Unable to dismiss the USB connection selection menu. > +- Homescreen: Service Provider name is almost not visible in LHS corner > +- Unable to close the status indicator menu > +- Status indicator menu does not rotate > +- Use the proper style names for banners appearing on top of all apps > +- Banner background is transparent - makes the banner text very hard to > see > +- Sysuid dies uncontrollable when initctl stop xsession/sysuid is used > +- Percentage to bars not correctly shown in status area Battery icon > +- Need handling of error messages coming from usb_moded > +- Volume indicator not displayed in call view when adjustingvolume via HW > key > + > +* Mon Oct 04 2010 Miroslav Safr <[email protected]> - 0.18.0 > +- updated to release 0.18.0-1 > +- added new files, postun section > +- removed unnecessery patches and temporary disbled tests building because > of errors > + > > old: > ---- > 0001-Initial-buildable-version-against-MeeGo.patch > meegotouch-systemui-0.16.13.tar.bz2 > systemui-fix-profile-compile.patch > > new: > ---- > disable_tests.patch > meegotouch-systemui-0.18.15.tar.bz2 > > spec files: > ----------- > --- meegotouch-systemui.spec > +++ meegotouch-systemui.spec > @@ -7,7 +7,7 @@ > > Name: meegotouch-systemui > Summary: System UI daemon > -Version: 0.16.13 > +Version: 0.18.15 > Release: 1 > Group: System/Desktop > License: LGPLv2.1 > @@ -16,8 +16,9 @@ > Source1: %{name}.desktop > Source2: lock.desktop > Source100: meegotouch-systemui.yaml > -Patch0: 0001-Initial-buildable-version-against-MeeGo.patch > -Patch1: systemui-fix-profile-compile.patch > +Patch0: disable_tests.patch > +Requires(post): /sbin/ldconfig > +Requires(postun): /sbin/ldconfig > BuildRequires: pkgconfig(QtGui) > BuildRequires: pkgconfig(contextsubscriber-1.0) > BuildRequires: pkgconfig(dbus-1) > @@ -51,10 +52,8 @@ > %prep > %setup -q -n %{name}-%{version} > > -# 0001-Initial-buildable-version-against-MeeGo.patch > +# disable_tests.patch > %patch0 -p1 > -# systemui-fix-profile-compile.patch > -%patch1 -p1 > # >> setup > # << setup > > @@ -90,6 +89,7 @@ > > > %post > +/sbin/ldconfig > # >> post > #The lock icon has been removed from meegotouch-systemui need to find a > #replacement icon > @@ -99,6 +99,7 @@ > #fi > # << post > > +%postun -p /sbin/ldconfig > > > > @@ -110,6 +111,7 @@ > %config %{_sysconfdir}/dbus-1/system.d/systemui.conf > %config %{_sysconfdir}/xdg/autostart/meegotouch-systemui.desktop > %{_bindir}/sysuid > +%{_libdir}/libnotificationsystem.so.* > %{_datadir}/applications/lock.desktop > %{_datadir}/l10n/meegotouch/systemui.qm > %{_datadir}/meegotouch/notifications/eventtypes > @@ -134,6 +136,11 @@ > %defattr(-,root,root,-) > # >> files devel > %{_includedir}/system-ui/* > +%{_includedir}/notificationsystem/* > %{_datadir}/qt4/mkspecs/features/system-ui.prf > +%{_datadir}/qt4/mkspecs/features/notificationsystem.prf > +%{_libdir}/libnotificationsystem.so > +%{_libdir}/meegotouch/applicationextensions/libstatusindicatormenu-profile. > so > +%{_datadir}/meegotouch/applicationextensions/statusindicatormenu-profile. > desktop > # << files devel > > > other changes: > -------------- > > ++++++ disable_tests.patch (new) > --- disable_tests.patch > +++ disable_tests.patch > +diff --git a/project.pro b/project.pro > +index 45f383c..cee8ae2 100644 > +--- a/project.pro > ++++ b/project.pro > +@@ -7,7 +7,7 @@ SUBDIRS = src \ > + translations \ > + themes \ > + demos \ > +- tests > ++# tests > + > + QMAKE_CLEAN += configure-stamp build-stamp localconfig.pri > + > > ++++++ meegotouch-systemui-0.16.13.tar.bz2 -> > meegotouch-systemui-0.18.15.tar.bz2 > 57895 lines of diff (skipped) > > ++++++ meegotouch-systemui.yaml > --- meegotouch-systemui.yaml > +++ meegotouch-systemui.yaml > @@ -1,6 +1,6 @@ > Name: meegotouch-systemui > Summary: System UI daemon > -Version: 0.16.13 > +Version: 0.18.15 > Release: 1 > Group: System/Desktop > License: LGPLv2.1 > @@ -10,8 +10,7 @@ > - "%{name}.desktop" > - lock.desktop > Patches: > - - 0001-Initial-buildable-version-against-MeeGo.patch > - - systemui-fix-profile-compile.patch > + - disable_tests.patch > Description: System UI daemon > PkgConfigBR: > - QtGui > > ++++++ deleted files: > --- 0001-Initial-buildable-version-against-MeeGo.patch > --- systemui-fix-profile-compile.patch > > _______________________________________________ > MeeGo-commits mailing list > [email protected] > http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
