Hello community,

here is the log from the commit of package awesome-shifty for openSUSE:Factory 
checked in at 2012-11-11 08:12:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/awesome-shifty (Old)
 and      /work/SRC/openSUSE:Factory/.awesome-shifty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "awesome-shifty", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.awesome-shifty.new/awesome-shifty.changes       
2012-11-11 08:12:41.000000000 +0100
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Thu Nov  8 11:41:38 UTC 2012 - [email protected]
+
+- Change license to GPL-2.0+
+
+-------------------------------------------------------------------
+Wed Oct 31 19:11:40 UTC 2012 - [email protected]
+
+- Update to git version of 20121009
+  Cleanup spec to meet guidelines 
+
+-------------------------------------------------------------------
+Sat Feb 11 15:05:12 UTC 2012 - [email protected]
+
+- change to git version 201201172042 from
+  https://github.com/bioe007/awesome-shifty.git
+

New:
----
  awesome-shifty-git20121009.tar.xz
  awesome-shifty.changes
  awesome-shifty.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ awesome-shifty.spec ++++++
#
# spec file for package awesome-shifty
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 gitversion git20121009

Name:           awesome-shifty
Version:        %{gitversion}
Release:        0
Summary:        Dynamic tagging library for awesome
License:        GPL-2.0+
Group:          System/GUI/Other
Url:            https://github.com/bioe007/awesome-shifty.git
Source0:        %name-%{version}.tar.xz
Requires:       awesome >= 3.4.11
BuildArch:      noarch

%description
Shifty is an Awesome 3 extension that implements dynamic tagging. It also
implements fine client matching configuration allowing YOU to be the master
of YOUR desktop only by setting two simple config variables and some
keybindings! Here are a few ways of how shifty makes awesome awesomer:

- on-the-fly tag creation and disposal
- advanced client matching
- easy moving of clients between tags
- tag add/rename prompt in taglist (with completion, now configurable NEW )
- reordering tags and configurable positioning
- tag name guessing, automagic no-config client grouping
- customizable keybindings per client and tag -- NEW
- simple yet powerful configuration

%prep
%setup -q -n %name

%build
%install

install -d %{buildroot}%{_datadir}/awesome/lib/shifty
install -D -m644 init.lua %{buildroot}%{_datadir}/awesome/lib/shifty

%files
%defattr(-,root,root,-)
%doc example.rc.lua README.md
%{_datadir}/awesome/lib/shifty/init.lua
%dir %{_datadir}/awesome
%dir %{_datadir}/awesome/lib
%dir %{_datadir}/awesome/lib/shifty

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to