Accepting request 133321 from home:vuntz:branches:GNOME:Factory
suggested tweak OBS-URL: https://build.opensuse.org/request/show/133321 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=123
This commit is contained in:
committed by
Git OBS Bridge
parent
f32ceb84a3
commit
c38eed483c
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 7 22:23:50 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Remove --with-ca-certificates configure flag: it has been removed
|
||||
upstream as it's directly handled by libsoup now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 09:18:52 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
@@ -57,10 +63,9 @@ Tue Sep 4 09:18:52 UTC 2012 - dimstar@opensuse.org
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 27 20:45:53 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Add gnome-shell-cancellable.patch: gdm: reset cancellable if
|
||||
cancelled. Otherwise the second attempt tot login after pressing
|
||||
"escape" key on the login "freeze" and raise an exception about
|
||||
IOError operation cancelled.
|
||||
- Add gnome-shell-cancellable.patch: fix issue where second attempt
|
||||
to login after pressing "escape" key on the login "freeze" and
|
||||
raise an exception about IOError operation cancelled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 22 06:57:17 UTC 2012 - dimstar@opensuse.org
|
||||
@@ -118,19 +123,7 @@ Tue Aug 7 20:11:47 UTC 2012 - dimstar@opensuse.org
|
||||
- update polkit dialogs
|
||||
+ Fix login dialog growing when selecting different users
|
||||
(bgo#675076)
|
||||
+ Implement screen lock in the shell
|
||||
- restructure login code to be shared with session unlock
|
||||
(bgo#619955)
|
||||
- add initial screen shield / unlock dialog implementation
|
||||
(bgo#619955)
|
||||
- implement (optional) notification list on lock shield
|
||||
(bgo#619955)
|
||||
- update login dialog style to match lock screen (bgo#619955)
|
||||
- filter notifications to only show new ones on the screen lock
|
||||
(bgo#681143)
|
||||
- make notifications scrollable if necessary (bgo#681143)
|
||||
- use correct application names in notifications (bgo#681143)
|
||||
- allow to return to the shield by pressing Escape (bgo#681143)
|
||||
+ Implement screen lock in the shell (bgo#619955, bgo#681143)
|
||||
+ Minor login dialog improvements
|
||||
- update style to match the overall visuals (bgo#660913)
|
||||
- indicate whether users are logged in (bgo#658185)
|
||||
@@ -196,7 +189,7 @@ Sat Jul 21 14:45:02 UTC 2012 - dimstar@opensuse.org
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(gstreamer-(base-)0.10) BuildRequires with
|
||||
pkgconfig(gstreamer-(base-)1.0), following upstreams move.
|
||||
- Drop pkgconfig(folks) BuildRequires: Dropped dependency.
|
||||
- Drop pkgconfig(folks) BuildRequires: dependency dropped upstream.
|
||||
- Drop gnome-shell-fix-memory-leaks.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -239,37 +232,17 @@ Sat Jul 21 13:07:57 UTC 2012 - dimstar@opensuse.org
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(atk-bridge-2.0) BuildRequires: new dependency.
|
||||
- Drop gnome-shell-link-ext.patch: fixed upstream.
|
||||
- Drop gnome-common BuildRequires and call to gnome-autogen.sh: We
|
||||
- Drop gnome-common BuildRequires and call to gnome-autogen.sh: we
|
||||
no longer carry any patches touching the build system.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 21 12:47:58 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.2:
|
||||
+ main: Move 'toggle-recording' binding into the shell
|
||||
[bgo#674377]
|
||||
+ popupMenu: make sure to break the grab when the slider is not
|
||||
visible [bgo#672713]
|
||||
+ st-theme-node-drawing: Don't use GL types [bgo#672711]
|
||||
+ Mirror Evolution calendar settings into our own schema
|
||||
[bgo#674424]
|
||||
+ shell-network-agent: don't crash if a request isn't found
|
||||
[bgo#674961]
|
||||
+ notificationDaemon: Match app based on WM_CLASS [bgo#673761]
|
||||
+ NetworkMenu: use network-offline while loading [bgo#674426]
|
||||
+ lookingGlass: Remove the Errors tab [bgo#675104]
|
||||
+ searchDisplay: Reset keyboard focus after displaying async
|
||||
results [bgo#675078]
|
||||
+ gdm: don't fail if fprintd is unavailable [bgo#675006]
|
||||
+ messageTray: Fix scrolling up [bgo#661615]
|
||||
+ main: Close the recorder instead of pausing it [bgo#675128]
|
||||
+ Accessibility:
|
||||
- Use the proper label_actor for date menu on top panel
|
||||
[bgo#675307]
|
||||
- Set the proper role/label_actor for SearchResult.content
|
||||
[bgo#672242]
|
||||
- do not expose a label text if 'hidden' style class is used
|
||||
[bgo#675341]
|
||||
+ Accessibility fixes [bgo#672242, bgo#675307, bgo#675341]
|
||||
+ Magnifier: Add brightness and contrast functionality
|
||||
[bgo#639851]
|
||||
+ theme: use a smaller border-radius for top bar [bgo#672430]
|
||||
@@ -279,22 +252,13 @@ Sat Jul 21 12:47:58 UTC 2012 - dimstar@opensuse.org
|
||||
+ NetworkAgent: disallow multiple requests for the same
|
||||
connection/setting [bgo#674961]
|
||||
+ userMenu: Update to latest mockups [bgo#675802]
|
||||
+ util: Don't double-fork when spawning from Alt-F2 [bgo#675789]
|
||||
+ messageTray: Make Source usable without subclassing
|
||||
[bgo#661236]
|
||||
+ panel: Check for appMenu button's reactivity before opening
|
||||
[bgo#676316]
|
||||
+ Fix formatting of bluetooth passkey [bgo#651251]
|
||||
+ notificationDaemon: Filter out file-transfer notifications
|
||||
[bgo#676175]
|
||||
+ Don't use global.log() [bog#675790]
|
||||
+ Fix broken extension loading in some distributions [bgo#670477]
|
||||
+ shell-app: Raise windows in reverse order to preserve the
|
||||
stacking [bgo#676371]
|
||||
+ Generalize gdm-mode [bgo#676156]
|
||||
+ Switch string formatting to the one inside gjs [bgo#675479]
|
||||
+ extensionUtils: Support subdirectories in getCurrentExtension
|
||||
[bgo#677001]
|
||||
+ panel: Refuse to add (legacy) status icons not part of the
|
||||
session mode [bgo#677058]
|
||||
+ Add an initial-setup mode [bgo#676697]
|
||||
@@ -305,21 +269,19 @@ Sat Jul 21 12:47:58 UTC 2012 - dimstar@opensuse.org
|
||||
+ userMenu: Indicate progress on status changes [bgo#659067]
|
||||
+ recorder: Honor "disable-save-to-disk" lockdown key
|
||||
[bgo#673630]
|
||||
+ searchDisplay: Use the rowLimit we pass to the IconGrid
|
||||
[bgo#675527]
|
||||
+ endSessionDialog: Factor out _updateDescription from
|
||||
_updateContent [bgo#674210]
|
||||
+ Fix empathy's appMenu freezing the shell [bgo#676447]
|
||||
+ Code cleanups: bgo#672807, bgo#672413, bgo#676837, bgo#676850,
|
||||
bgo#672272
|
||||
+ Misc bug fixes: bgo#659968, bgo#672192, bgo#673177, bgo#673198,
|
||||
bgo#674323, bgo#675301, bgo#675370, bgo#676347, bgo#676806,
|
||||
bgo#677097.
|
||||
+ Misc bug fixes: bgo#659968, bgo#661236, bgo#661615, bgo#672192,
|
||||
bgo#672711, bgo#672713, bgo#673177, bgo#673198, bgo#674210,
|
||||
bgo#674323, bgo#674377, bgo#674424, bgo#674961, bgo#675006,
|
||||
bgo#675078, bgo#675128, bgo#675301, bgo#675370, bgo#675479,
|
||||
bgo#675527, bgo#675789, bgo#676316, bgo#676347, bgo#676806,
|
||||
bgo#677001, bgo#677097, bog#675790.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(gnome-desktop-3.0) BuildRequires: new dependency.
|
||||
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires so it can
|
||||
be versioned.
|
||||
- Drop gnome-shell-chat-notifications-fix.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 21 11:23:03 UTC 2012 - badshah400@gmail.com
|
||||
|
@@ -137,8 +137,7 @@ export BROWSER_PLUGIN_DIR=%{_libdir}/browser-plugins
|
||||
--disable-static \
|
||||
--libexecdir=%{_libexecdir}/%{name} \
|
||||
--disable-schemas-install \
|
||||
--enable-compile-warnings=no \
|
||||
--with-ca-certificates=%{_sysconfdir}/ssl/ca-bundle.pem
|
||||
--enable-compile-warnings=no
|
||||
%__make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user