Hello community,

here is the log from the commit of package e-theme-blingbling for 
openSUSE:Factory checked in at 2013-01-12 07:45:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e-theme-blingbling (Old)
 and      /work/SRC/openSUSE:Factory/.e-theme-blingbling.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e-theme-blingbling", Maintainer is ""

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

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.e-theme-blingbling.new/e-theme-blingbling.changes   
    2013-01-12 07:45:47.000000000 +0100
@@ -0,0 +1,47 @@
+-------------------------------------------------------------------
+Fri Jan 11 09:34:44 UTC 2013 - [email protected]
+
+- add COPYING file
+
+-------------------------------------------------------------------
+Wed Jan  9 11:50:00 UTC 2013 - [email protected]
+
+- provide e17-theme
+
+-------------------------------------------------------------------
+Mon Dec 31 11:37:27 UTC 2012 - [email protected]
+
+- require only edje, not edje-devel
+
+-------------------------------------------------------------------
+Fri Dec 28 16:30:06 UTC 2012 - [email protected]
+
+- clean spec file
+- noarch now
+- don't require e17, own the dirs
+
+-------------------------------------------------------------------
+Thu Dec 27 22:05:18 UTC 2012 - [email protected]
+
+- fix filenames
+
+-------------------------------------------------------------------
+Mon Sep 10 08:17:03 UTC 2012 - [email protected]
+
+- change capital in summary and description
+
+-------------------------------------------------------------------
+Tue Jul 10 22:17:39 UTC 2012 - [email protected]
+
+- now it compiles
+
+-------------------------------------------------------------------
+Tue Jul 10 22:09:15 UTC 2012 - [email protected]
+
+- source_grabber autoupdate to revision 
67e7fe1afabff11a9e2f17cecc8e03633a1559a8
+
+-------------------------------------------------------------------
+Tue Jul 10 22:08:58 UTC 2012 - [email protected]
+
+- initial commit
+

New:
----
  COPYING.txt
  e-theme-blingbling-64151.tar.bz2
  e-theme-blingbling.changes
  e-theme-blingbling.spec

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

Other differences:
------------------
++++++ e-theme-blingbling.spec ++++++
#
# spec file for package e_theme-blingbling
#
# Copyright (c) 2010 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 theme   blingbling

Name:           e-theme-%{theme}
Version:        64151
Release:        0
License:        BSD-3-Clause
Summary:        Theme %{theme} theme for Enlightenment 17
Url:            http://enlightenment.org
Group:          Amusements/Toys/Graphics
Source:         %{name}-%{version}.tar.bz2
Source2:        COPYING.txt
BuildRequires:  edje
Requires:       e17
Provides:       e17-theme
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Theme %{theme} for Enlightenment 17 - fast and beautiful DE.

%prep
%setup -q -n %{theme}

%build
make

%install
install -m 0755 -d %{buildroot}%{_datadir}/enlightenment/data/themes/
install -m 0644 -t %{buildroot}%{_datadir}/enlightenment/data/themes/ 
%{theme}.edj
install -m 0755 -d %{buildroot}%{_docdir}/%{name}
install -m 0644 -t %{buildroot}%{_docdir}/%{name} %{SOURCE2}

%clean
%{?buildroot:rm -rf %{buildroot}}

%files
%defattr(-,root,root)
%dir %{_datadir}/enlightenment
%dir %{_datadir}/enlightenment/data
%dir %{_datadir}/enlightenment/data/themes
%{_datadir}/enlightenment/data/themes/%{theme}.edj
%{_docdir}/*

%changelog
++++++ COPYING.txt ++++++
Copyright (c) 2008-2013 Carsten Haitzler and E17 developers.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to