Hello community,

here is the log from the commit of package elemines for openSUSE:Factory 
checked in at 2013-04-23 17:18:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elemines (Old)
 and      /work/SRC/openSUSE:Factory/.elemines.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elemines", Maintainer is ""

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

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.elemines.new/elemines.changes   2013-04-23 
17:18:31.000000000 +0200
@@ -0,0 +1,59 @@
+-------------------------------------------------------------------
+Mon Apr 22 05:02:19 UTC 2013 - [email protected]
+
+- bump to 0.2.3
+  Changelog:
+  Mines count and board size are now defined in the edje theme
+  Big code refactoring/improvement by Cedric Bail:
+   - most of the layout done with edje
+   - use eina iterators to walk the matrix
+   - use ecore getopt
+   - add support for QuickLaunch
+
+  New theme:
+   - default-big (20x10, 24 mines)
+
+  New translation:
+   - polish
+
+
+-------------------------------------------------------------------
+Thu Feb 28 16:18:00 UTC 2013 - [email protected]
+
+- bump to 0.2.2
+
+-------------------------------------------------------------------
+Fri Jan 11 22:51:57 UTC 2013 - [email protected]
+
+- adapt for Factory
+
+-------------------------------------------------------------------
+Sun Nov 25 01:10:47 UTC 2012 - [email protected]
+
+- use efl instead of separate packages
+
+-------------------------------------------------------------------
+Sat Nov 24 01:59:27 UTC 2012 - [email protected]
+
+- simplify make install
+
+-------------------------------------------------------------------
+Wed Sep 19 09:06:39 UTC 2012 - [email protected]
+
+- add autoreconf for all but mandriva_2009.1 (which seems to be too old)
+
+-------------------------------------------------------------------
+Wed Sep 19 08:31:24 UTC 2012 - [email protected]
+
+- make install for fedora, centos, mandriva
+
+-------------------------------------------------------------------
+Mon Sep 17 14:24:29 UTC 2012 - [email protected]
+
+- fix desktop file
+
+-------------------------------------------------------------------
+Thu Sep 13 21:04:23 UTC 2012 - [email protected]
+
+- let there be elemines 
+

New:
----
  desktop.patch
  elemines-0.2.3.tar.bz2
  elemines.changes
  elemines.spec

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

Other differences:
------------------
++++++ elemines.spec ++++++
#
# spec file for package econcentration
#
# 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/
#


Name:           elemines
Version:        0.2.3
Release:        0
License:        BSD-2-Clause and GPL-2.0
Summary:        Simple game to train concentration and memory
Url:            http://elemines.sourceforge.net/
Group:          Amusements/Games/Logic
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  dos2unix
BuildRequires:  doxygen
BuildRequires:  edje-devel
BuildRequires:  eina-devel
BuildRequires:  elementary-devel
BuildRequires:  etrophy-devel
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Picture based game to train concentration and memory.

%prep
%setup -q

%build
%if 0%{?sles_version} != 11
autoreconf -ifv
%endif
%configure --disable-static --disable-silent-rules
make %{?_smp_mflags}
dos2unix OFL.txt

%install
make install DESTDIR="%buildroot"
rm -rf %{buildroot}/usr/share/doc/elemines
mkdir -p %{buildroot}%{_datadir}/pixmaps
mv %{buildroot}%{_datadir}/icons/elemines.png %{buildroot}%{_datadir}/pixmaps/
find %{buildroot}/%{_libdir} -name '*.la' -exec rm {} \;
%find_lang %{name}

%clean
%{?buildroot:rm -rf %{buildroot}}
%files -f %{name}.lang
%defattr(-,root,root)
%doc README COPYING ChangeLog GPLv2.txt NEWS OFL.txt README.artwork TODO
%{_bindir}/*
%{_datadir}/%{name}/
%{_datadir}/applications/*
%{_mandir}/man1/*
%{_datadir}/pixmaps/*
%{_libdir}/eleminesql.so

%changelog
++++++ desktop.patch ++++++
Index: elemines-0.1/data/desktop/elemines.desktop
===================================================================
--- elemines-0.1.orig/data/desktop/elemines.desktop
+++ elemines-0.1/data/desktop/elemines.desktop
@@ -2,9 +2,10 @@
 Version=1.0
 Type=Application
 Name=elemines
+GenericName=elemines
 Comment=EFL mine sweeper
 Exec=elemines
 Terminal=false
 StartupNotify=true
 Icon=elemines
-Categories=Applications;Game;
+Categories=Applications;Game;ArcadeGame;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to