commit awesome-branding-openSUSE for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package awesome-branding-openSUSE for 
openSUSE:Factory checked in at 2015-11-12 19:41:02

Comparing /work/SRC/openSUSE:Factory/awesome-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new (New)


Package is "awesome-branding-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/awesome-branding-openSUSE/awesome-branding-openSUSE.changes
  2014-05-23 07:27:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new/awesome-branding-openSUSE.changes
 2015-11-12 19:41:12.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 10 14:07:23 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.5-v0.3:
+  * awesome 3.5 compatibility (boo#953503).
+  * Use Adwaita icon theme instead of GNOME icon theme.
+  * Use light-locker instead of xscreensaver.
+- Remove awesome-branding-openSUSE-systemctl.patch.
+
+---
@@ -27 +35,0 @@
-
@@ -36 +43,0 @@
-

Old:

  awesome-branding-openSUSE-3.4.15-v0.1.tar.xz
  awesome-branding-openSUSE-systemctl.patch

New:

  awesome-branding-openSUSE-3.5-v0.3.tar.xz



Other differences:
--
++ awesome-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.nRBRN4/_old  2015-11-12 19:41:14.0 +0100
+++ /var/tmp/diff_new_pack.nRBRN4/_new  2015-11-12 19:41:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package awesome-branding-openSUSE
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Togan Muftuoglu 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,59 +17,52 @@
 #
 
 
-%define git_version 3.4.15-v0.1
-%define main_pack awesome
+%define _version 3.5-v0.3
+%define _name awesome
 Name:   awesome-branding-openSUSE
-Version:3.4.15
+Version:3.5
 Release:0
-Url:https://github.com/madanyang/awesome-branding-opensuse.git
 Summary:openSUSE Branding for awesome
 License:GPL-2.0+
 Group:  System/GUI/Other
-Supplements:packageand(%{main_pack}:branding-openSUSE)
-Provides:   %{main_pack}-branding = %{version}
-Conflicts:  otherproviders(%main_pack-branding)
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:%name-%git_version.tar.xz
-# PATCH-FIX-UPSTREAM awesome-branding-openSUSE-systemctl.patch g...@suse.com 
-- Use systemctl to allow the local user to reboot and shutdown the system 
without typing the password
-Patch0: awesome-branding-openSUSE-systemctl.patch
+Url:https://github.com/madanyang/awesome-branding-opensuse
+Source: %{name}-%{_version}.tar.xz
+Requires:   adwaita-icon-theme
 Requires:   awesome-freedesktop
 Requires:   awesome-vicious
-Requires:   gnome-icon-theme
-Requires:   nitrogen
+Requires:   light-locker
 Requires:   wallpaper-branding-openSUSE
-Requires:   xscreensaver
 Recommends: awesome-shifty
+Supplements:packageand(%{_name}:branding-openSUSE)
+Conflicts:  otherproviders(%{_name}-branding)
+Provides:   %{_name}-branding = %{version}
+BuildArch:  noarch
 
 %description
-This package provides the openSUSE specific additions both for functions and
-look and feel for awesome window manager.
-
+This package provides the openSUSE specific additions both for
+functions and look and feel for awesome window manager.
 
 %prep
-%setup -q -n %name-%git_version
-%patch0 -p1
+%setup -q -n %{name}-%{_version}
 
 %build
+# Nothing to build.
 
 %install
-install -d %{buildroot}%{_sysconfdir}/xdg/awesome
-install -d %{buildroot}%{_datadir}/awesome/lib
-install -d %{buildroot}%{_datadir}/awesome/themes
-
-install -m 644 calendar2.lua %{buildroot}%{_datadir}/awesome/lib/.
-install -m 644 keydoc.lua %{buildroot}%{_datadir}/awesome/lib/.
-cp -ar themes/  %{buildroot}%{_datadir}/awesome/
-install -m 644 rc.lua %{buildroot}%{_sysconfdir}/xdg/awesome/rc.lua
+install -Dm 0644 rc.lua %{buildroot}%{_sysconfdir}/xdg/awesome/rc.lua
+install -Dm 0644 calendar2.lua 
%{buildroot}%{_datadir}/awesome/lib/calendar2.lua
+install -Dm 0644 keydoc.lua %{buildroot}%{_datadir}/awesome/lib/keydoc.lua
+
+mkdir -p %{buildroot}%{_datadir}/awesome/
+cp -a themes/  %{buildroot}%{_datadir}/awesome/
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc README.openSUSE
-%dir %{_sysconfdir}/xdg/awesome
+%dir %{_sysconfdir}/xdg/awesome/
 %config(noreplace) %{_sysconfdir}/xdg/awesome/rc.lua
-%dir %{_datadir}/awesome
-%{_datadir}/awesome/lib
-%{_datadir}/awesome/themes
+%dir %{_datadir}/awesome/
+%{_datadir}/awesome/lib/

commit awesome-branding-openSUSE for openSUSE:Factory

2014-05-22 Thread h_root
Hello community,

here is the log from the commit of package awesome-branding-openSUSE for 
openSUSE:Factory checked in at 2014-05-23 07:27:31

Comparing /work/SRC/openSUSE:Factory/awesome-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new (New)


Package is awesome-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/awesome-branding-openSUSE/awesome-branding-openSUSE.changes
  2013-07-07 22:17:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new/awesome-branding-openSUSE.changes
 2014-05-23 07:27:33.0 +0200
@@ -1,0 +2,6 @@
+Thu May 15 05:56:09 UTC 2014 - g...@suse.com
+
+- Add awesome-branding-openSUSE-systemctl.patch to use systemctl
+  to shutdown and reboot
+
+---

New:

  awesome-branding-openSUSE-systemctl.patch



Other differences:
--
++ awesome-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.5oC4Js/_old  2014-05-23 07:27:35.0 +0200
+++ /var/tmp/diff_new_pack.5oC4Js/_new  2014-05-23 07:27:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package awesome-branding-openSUSE
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Togan Muftuoglu tog...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -32,6 +32,8 @@
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%name-%git_version.tar.xz
+# PATCH-FIX-UPSTREAM awesome-branding-openSUSE-systemctl.patch g...@suse.com 
-- Use systemctl to allow the local user to reboot and shutdown the system 
without typing the password
+Patch0: awesome-branding-openSUSE-systemctl.patch
 Requires:   awesome-freedesktop
 Requires:   awesome-vicious
 Requires:   gnome-icon-theme
@@ -47,6 +49,7 @@
 
 %prep
 %setup -q -n %name-%git_version
+%patch0 -p1
 
 %build
 

++ awesome-branding-openSUSE-systemctl.patch ++
From 7af68ceb7be0a0d5881f1119dcfdc5cc338ddea6 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin g...@suse.com
Date: Thu, 15 May 2014 16:46:15 +0800
Subject: [PATCH] Use systemctl to shutdown and reboot

By default, systemd allows the local user to shutdown and reboot the
system, so we can use systemctl to do that without typing the password.

Signed-off-by: Gary Ching-Pang Lin g...@suse.com
---
 rc.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rc.lua b/rc.lua
index dc12186..c277fc8 100644
--- a/rc.lua
+++ b/rc.lua
@@ -129,8 +129,8 @@ end
   mysystem_menu = {
   { 'Lock Screen', 'xscreensaver-command -lock', 
freedesktop.utils.lookup_icon({ icon = 'system-lock-screen'}) },
   { 'Logout',   awesome.quit,
freedesktop.utils.lookup_icon({ icon = 'system-log-out'}) },
-  { 'Reboot System',   'xdg-su -c shutdown -r now',   
freedesktop.utils.lookup_icon({ icon = 'reboot-notifier'   }) },
-  { 'Shutdown System', 'xdg-su -c shutdown -h now',   
freedesktop.utils.lookup_icon({ icon = 'system-shutdown'   }) }
+  { 'Reboot System',   'systemctl reboot',   
freedesktop.utils.lookup_icon({ icon = 'reboot-notifier'   }) },
+  { 'Shutdown System', 'systemctl poweroff',   
freedesktop.utils.lookup_icon({ icon = 'system-shutdown'   }) }
}
 
   myawesome_menu = {
-- 
1.8.4.5

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit awesome-branding-openSUSE for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package awesome-branding-openSUSE for 
openSUSE:Factory checked in at 2013-07-07 22:16:59

Comparing /work/SRC/openSUSE:Factory/awesome-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new (New)


Package is awesome-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/awesome-branding-openSUSE/awesome-branding-openSUSE.changes
  2013-02-04 17:57:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new/awesome-branding-openSUSE.changes
 2013-07-07 22:17:00.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul  7 11:55:03 UTC 2013 - tog...@opensuse.org
+
+- Upgraded to 3.4.15-v0.1
+  * Use wallpaper-branding-openSUSE 1920x1080 image as default 
+
+---

Old:

  awesome-branding-openSUSE-3.4.13-v0.2.tar.xz

New:

  awesome-branding-openSUSE-3.4.15-v0.1.tar.xz



Other differences:
--
++ awesome-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.eRVPFM/_old  2013-07-07 22:17:01.0 +0200
+++ /var/tmp/diff_new_pack.eRVPFM/_new  2013-07-07 22:17:01.0 +0200
@@ -17,10 +17,10 @@
 #
 
 
-%define git_version 3.4.13-v0.2
+%define git_version 3.4.15-v0.1
 %define main_pack awesome
 Name:   awesome-branding-openSUSE
-Version:3.4.13
+Version:3.4.15
 Release:0
 Url:https://github.com/madanyang/awesome-branding-opensuse.git
 Summary:openSUSE Branding for awesome
@@ -31,11 +31,12 @@
 Conflicts:  otherproviders(%main_pack-branding)
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: %name-%git_version.tar.xz
+Source0:%name-%git_version.tar.xz
 Requires:   awesome-freedesktop
 Requires:   awesome-vicious
 Requires:   gnome-icon-theme
 Requires:   nitrogen
+Requires:   wallpaper-branding-openSUSE
 Requires:   xscreensaver
 Recommends: awesome-shifty
 
@@ -45,7 +46,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %name-%git_version
 
 %build
 

++ awesome-branding-openSUSE-3.4.13-v0.2.tar.xz - 
awesome-branding-openSUSE-3.4.15-v0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/awesome-branding-openSUSE-3.4.13/README.openSUSE 
new/awesome-branding-openSUSE-3.4.15-v0.1/README.openSUSE
--- old/awesome-branding-openSUSE-3.4.13/README.openSUSE2013-01-30 
13:18:26.0 +0100
+++ new/awesome-branding-openSUSE-3.4.15-v0.1/README.openSUSE   2013-07-07 
11:33:19.0 +0200
@@ -4,9 +4,8 @@
 openSUSE theme is based on the default awesome theme
 and is licensed as the awesome package itself.
 
-Background picture is NatureSeries006.jpg from the
-desktop-data-openSUSE-extra-12.1-22.1.2.noarch. It has
-been named to background.jpg for easy access.
+Background picture is 1929x1080.jpg from the
+openSUSE-default-wallpaper images
 
 opensusegeeko.png is taken from
 http://en.opensuse.org/File:Opensuse-geeko.png
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/awesome-branding-openSUSE-3.4.13/rc.lua 
new/awesome-branding-openSUSE-3.4.15-v0.1/rc.lua
--- old/awesome-branding-openSUSE-3.4.13/rc.lua 2013-01-30 13:18:26.0 
+0100
+++ new/awesome-branding-openSUSE-3.4.15-v0.1/rc.lua2013-07-07 
11:33:19.0 +0200
@@ -74,15 +74,11 @@
 io.close(ut)
 beautiful.init(user_theme)
 else
-print(Theme doesn't exist, falling back to opeSUSE)
+print(Personal theme doesn't exist, falling back to openSUSE)
 beautiful.init(/usr/share/awesome/themes/openSUSE/theme.lua)
 end
 end
 
--- beautiful.init(/usr/share/awesome/themes/openSUSE/theme.lua)
-
-
-
 
 -- This is used later as the default terminal and editor to run.
 terminal = xterm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/awesome-branding-openSUSE-3.4.13/themes/openSUSE/theme.lua 
new/awesome-branding-openSUSE-3.4.15-v0.1/themes/openSUSE/theme.lua
--- old/awesome-branding-openSUSE-3.4.13/themes/openSUSE/theme.lua  
2013-01-30 13:18:26.0 +0100
+++ new/awesome-branding-openSUSE-3.4.15-v0.1/themes/openSUSE/theme.lua 
2013-07-07 11:33:19.0 +0200
@@ -74,7 +74,7 @@
 theme.titlebar_maximized_button_focus_active  = 
/usr/share/awesome/themes/openSUSE/titlebar/maximized_focus_active.png
 
 -- You can use your own command to set your wallpaper
-theme.wallpaper_cmd = { nitrogen --set-scaled 
/usr/share/awesome/themes/openSUSE/background.jpg }
+theme.wallpaper_cmd = { nitrogen --set-scaled 
/usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.jpg }
 
 -- You can use your own layout 

commit awesome-branding-openSUSE for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package awesome-branding-openSUSE for 
openSUSE:Factory checked in at 2013-02-04 17:57:05

Comparing /work/SRC/openSUSE:Factory/awesome-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new (New)


Package is awesome-branding-openSUSE, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/awesome-branding-openSUSE/awesome-branding-openSUSE.changes
  2013-01-03 13:54:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new/awesome-branding-openSUSE.changes
 2013-02-04 17:57:06.0 +0100
@@ -1,0 +2,15 @@
+Wed Jan 30 12:26:41 UTC 2013 - tog...@opensuse.org
+
+- Upgraded to 3.4.13-v0.2 git version
+  * Fixes bnc#798460 and bnc#798289 
+  * Added some widgets to show how they can be used
++ keyboard
++ weather
++ ethernet network
++ battery
+  * Documentation for branding
+  * Provide option to use personal theme if available
+  * Use local in prepartion for awesome 3.5 migration
+ 
+
+---

Old:

  awesome-branding-openSUSE-3.4.13.tar.xz

New:

  awesome-branding-openSUSE-3.4.13-v0.2.tar.xz



Other differences:
--
++ awesome-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.mHuRQ6/_old  2013-02-04 17:57:17.0 +0100
+++ /var/tmp/diff_new_pack.mHuRQ6/_new  2013-02-04 17:57:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package awesome-branding-openSUSE
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Togan Muftuoglu tog...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,9 +17,11 @@
 #
 
 
+%define git_version 3.4.13-v0.2
 %define main_pack awesome
 Name:   awesome-branding-openSUSE
 Version:3.4.13
+Release:0
 Url:https://github.com/madanyang/awesome-branding-opensuse.git
 Summary:openSUSE Branding for awesome
 License:GPL-2.0+
@@ -28,9 +30,8 @@
 Provides:   %{main_pack}-branding = %{version}
 Conflicts:  otherproviders(%main_pack-branding)
 BuildArch:  noarch
-Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: %name-%version.tar.xz
+Source: %name-%git_version.tar.xz
 Requires:   awesome-freedesktop
 Requires:   awesome-vicious
 Requires:   gnome-icon-theme

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit awesome-branding-openSUSE for openSUSE:Factory

2013-01-03 Thread h_root
Hello community,

here is the log from the commit of package awesome-branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-03 13:44:06

Comparing /work/SRC/openSUSE:Factory/awesome-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new (New)


Package is awesome-branding-openSUSE, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ 
/work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new/awesome-branding-openSUSE.changes
 2013-01-03 13:44:06.0 +0100
@@ -0,0 +1,9 @@
+---
+Fri Dec  7 17:35:17 UTC 2012 - tog...@opensuse.org
+
+- Initial packaging
+  * added nitrogen and awesome-freedesktop awesome-vicious
+xscreensaver  to the required packages. awesome-shifty is
+recommended
+  * keydoc.lua and calendar2.lua are added as modules
+

New:

  awesome-branding-openSUSE-3.4.13.tar.xz
  awesome-branding-openSUSE.changes
  awesome-branding-openSUSE.spec



Other differences:
--
++ awesome-branding-openSUSE.spec ++
#
# spec file for package awesome-branding-openSUSE
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Togan Muftuoglu tog...@opensuse.org
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define main_pack awesome
Name:   awesome-branding-openSUSE
Version:3.4.13
Url:https://github.com/madanyang/awesome-branding-opensuse.git
Summary:openSUSE Branding for awesome
License:GPL-2.0+
Group:  System/GUI/Other
Supplements:packageand(%{main_pack}:branding-openSUSE)
Provides:   %{main_pack}-branding = %{version}
Conflicts:  otherproviders(%main_pack-branding)
BuildArch:  noarch
Release:0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Source: %name-%version.tar.xz
Requires:   awesome-freedesktop
Requires:   awesome-vicious
Requires:   gnome-icon-theme
Requires:   nitrogen
Requires:   xscreensaver
Recommends: awesome-shifty

%description
This package provides the openSUSE specific additions both for functions and
look and feel for awesome window manager.


%prep
%setup -q

%build

%install
install -d %{buildroot}%{_sysconfdir}/xdg/awesome
install -d %{buildroot}%{_datadir}/awesome/lib
install -d %{buildroot}%{_datadir}/awesome/themes

install -m 644 calendar2.lua %{buildroot}%{_datadir}/awesome/lib/.
install -m 644 keydoc.lua %{buildroot}%{_datadir}/awesome/lib/.
cp -ar themes/  %{buildroot}%{_datadir}/awesome/
install -m 644 rc.lua %{buildroot}%{_sysconfdir}/xdg/awesome/rc.lua

%files
%defattr(-,root,root,-)
%doc README.openSUSE
%dir %{_sysconfdir}/xdg/awesome
%config(noreplace) %{_sysconfdir}/xdg/awesome/rc.lua
%dir %{_datadir}/awesome
%{_datadir}/awesome/lib
%{_datadir}/awesome/themes

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org