Hello community,

here is the log from the commit of package eet for openSUSE:Factory checked in 
at 2012-11-24 20:51:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eet (Old)
 and      /work/SRC/openSUSE:Factory/.eet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eet", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/eet/eet.changes  2012-11-20 20:14:04.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.eet.new/eet.changes     2012-11-24 
20:51:28.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Nov 23 18:05:02 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+- 1.7.2 is required to build and use the latest e17 alpha's
+
+-------------------------------------------------------------------
+Thu Nov 22 00:38:58 UTC 2012 - sleep_wal...@suse.cz
+
+- improve description (from eet.spec.in)
+
+-------------------------------------------------------------------

Old:
----
  eet-1.7.1.tar.bz2

New:
----
  eet-1.7.2.tar.bz2

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

Other differences:
------------------
++++++ eet.spec ++++++
--- /var/tmp/diff_new_pack.ZMPorp/_old  2012-11-24 20:51:29.000000000 +0100
+++ /var/tmp/diff_new_pack.ZMPorp/_new  2012-11-24 20:51:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eet
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           eet
-Version:        1.7.1
-Release:        1
-License:        BSD-2-Clause
+Version:        1.7.2
+Release:        0
 Summary:        Data encode/decode and storage library
-Url:            http://enlightenment.org/
+License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
+Url:            http://enlightenment.org/
 Source:         %{name}-%{version}.tar.bz2
 BuildRequires:  eina-devel
 BuildRequires:  libjpeg-devel
@@ -32,7 +33,18 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-EET is a tiny library designed to write an arbitary set of chunks of data to a 
file and optionally compress each chunk (very much like a zip file) and allow 
fast random-access reading of the file later on. EET files are perfect for 
storing data that is written once (or rarely) and read many times, especially 
when the program does not want to have to read all the data in at once.
+Eet is a tiny library designed to write an arbitrary set of chunks of
+data to a file and optionally compress each chunk (very much like a
+zip file) and allow fast random-access reading of the file later
+on. It does not do zip as a zip itself has more complexity than is
+needed, and it was much simpler to implement this once here.
+
+It also can encode and decode data structures in memory, as well as
+image data for saving to eet files or sending across the network to
+other machines, or just writing to arbitrary files on the system. All
+data is encoded in a platform independent way and can be written and
+read by any architecture.
+
 
 %package -n libeet1
 Summary:        Eet Dynamic Libraries

++++++ eet-1.7.1.tar.bz2 -> eet-1.7.2.tar.bz2 ++++++
++++ 19735 lines of diff (skipped)

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

Reply via email to