Hello community,

here is the log from the commit of package evas-generic-loaders for 
openSUSE:Factory checked in at 2012-11-28 10:16:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evas-generic-loaders (Old)
 and      /work/SRC/openSUSE:Factory/.evas-generic-loaders.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evas-generic-loaders", Maintainer is ""

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

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ 
/work/SRC/openSUSE:Factory/.evas-generic-loaders.new/evas-generic-loaders.changes
   2012-11-28 10:16:03.000000000 +0100
@@ -0,0 +1,27 @@
+-------------------------------------------------------------------
+Tue Nov 20 16:20:26 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  I see no reason why this should be BSD-2-Clause. The COPYING file is
+  GPL-2.0 and e.g. src/bin/xcf/pixelfuncs.c is also clearly GPL-2.0+
+
+-------------------------------------------------------------------
+Mon Nov 19 21:38:39 UTC 2012 - sleep_wal...@suse.cz
+
+- spec file cleanup
+
+-------------------------------------------------------------------
+Sun Oct 21 00:18:44 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.1
+
+-------------------------------------------------------------------
+Wed Sep 19 14:07:34 UTC 2012 - sleep_wal...@suse.cz
+
+- use 'make install DESTDIR=%buildroot' for fedora, mandriva, centos
+
+-------------------------------------------------------------------
+Fri Jun 22 22:17:29 UTC 2012 - sleep_wal...@suse.cz
+
+- let there be evas_generic_loaders
+

New:
----
  evas-generic-loaders.changes
  evas-generic-loaders.spec
  evas_generic_loaders-1.7.1.tar.bz2

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

Other differences:
------------------
++++++ evas-generic-loaders.spec ++++++
#
# spec file for package 
#
# 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:           evas-generic-loaders
Version:        1.7.1
Release:        1
License:        GPL-2.0+
Summary:        Set of generic loaders for Evas
Url:            http://.enlightenment.org/
Group:          Development/Libraries/C and C++
Source:         evas_generic_loaders-%{version}.tar.bz2
BuildRequires:  eina-devel
BuildRequires:  gcc-c++
BuildRequires:  gstreamer-devel
BuildRequires:  libpoppler-devel
BuildRequires:  libraw-devel
BuildRequires:  librsvg-devel
BuildRequires:  libspectre-devel
BuildRequires:  zlib-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Set of generic loaders allowing to open XCF, PDF, PS, RAW, 
MPG/AVI/OGV/MOV/MKV/WMV. Useful only for evas library.

%prep
%setup -q -n evas_generic_loaders-%{version}

%build
%configure --disable-static
make %{?_smp_mflags}

%install
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?mandriva_version}
make install DESTDIR="%buildroot"
%else
%makeinstall
%endif

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


%files
%defattr(-,root,root)
%doc ChangeLog README COPYING
%{_libdir}/evas/
%changelog

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

Reply via email to