Hello community,

here is the log from the commit of package libewf for openSUSE:Factory checked 
in at 2013-03-04 17:28:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libewf (Old)
 and      /work/SRC/openSUSE:Factory/.libewf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libewf", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libewf/libewf.changes    2012-09-11 
11:25:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libewf.new/libewf.changes       2013-03-04 
17:28:12.000000000 +0100
@@ -1,0 +2,18 @@
+Wed Feb 13 15:05:02 UTC 2013 - h...@urpla.net
+
+- update to libewf-20130128
+- more sync to closer match the experimental version
+- updated pyewf doc strings
+- updated examples
+- fix for zero sized section corruption scenario
+
+-------------------------------------------------------------------
+Tue Dec 11 00:06:59 UTC 2012 - greg.freem...@gmail.com
+
+- update to libewf-20121209
+  removed memwatch and gettext
+- change license back to LGPL-3.0+
+- closes BNC# 778993
+- create new sub-package python-libewf with python bindings
+
+-------------------------------------------------------------------

Old:
----
  libewf-20120813.tar.gz

New:
----
  libewf-20130128.tar.gz

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

Other differences:
------------------
++++++ libewf.spec ++++++
--- /var/tmp/diff_new_pack.7804R9/_old  2013-03-04 17:28:15.000000000 +0100
+++ /var/tmp/diff_new_pack.7804R9/_new  2013-03-04 17:28:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libewf
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -18,18 +18,16 @@
 
 #
 %define soname 2
+%define timestamp 20130128
 
 Name:           libewf
-Version:        0.0.0+20120813
+Version:        0.0.0+%{timestamp}
 Release:        0
-# Per website the code is LGPL-3.0+, but GPL code is present.
-# Upstream has been asked to resolve
-# License:        LGPL-3.0+
 Summary:        Library for the Expert Witness Compression Format (EWF)
-License:        GPL-3.0+
+License:        LGPL-3.0+
 Group:          System/Libraries
-Url:            http://sourceforge.net/projects/libewf/
-Source0:        
http://sourceforge.net/projects/libewf/files/libewf2/libewf-20120813/libewf-20120813.tar.gz
+Url:            http://code.google.com/p/libewf/
+Source0:        http://libewf.googlecode.com/files/libewf-20130128.tar.gz
 Source1:        
http://sourceforge.net/projects/libewf/files/mount_ewf/mount_ewf-20090113/mount_ewf-20090113.py
 # PATCH-FIX-OPENSUSE remove_date_time_macros.patch greg.freem...@gmail.com -- 
rpmlint complains about the macros
 Patch0:         remove_date_time_macros.patch
@@ -80,12 +78,22 @@
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
+%package        -n python-%{name}
+Summary:        Python binding for libewf
+Group:          System Environment/Libraries
+#BuildRequires:  python-devel
+Requires:       libewf%{soname} = %{version}
+Requires:       python
+
+%description    -n python-%{name}
+Python binding for libewf.  libewf can create and read EnCase forensic images.
+
 %prep
-%setup -q -n libewf-20120813
+%setup -q -n libewf-%{timestamp}
 %patch0 -p1
 
 %build
-export CFLAGS="%{optflags} -fno-strict-aliasing "
+export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="%{optflags}"
 %configure --disable-static \
   --enable-wide-character-type \
@@ -122,7 +130,6 @@
 %{_bindir}/ewf*
 %{_mandir}/man1/*.gz
 /sbin/*.ewf
-%{python_sitearch}/pyewf.so
 
 %files devel
 %defattr(-,root,root,-)
@@ -132,4 +139,9 @@
 %{_libdir}/pkgconfig/libewf.pc
 %{_mandir}/man3/*.gz
 
+%files -n python-%{name}
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING NEWS README
+%{python_sitearch}/*.so
+
 %changelog

++++++ libewf-20120813.tar.gz -> libewf-20130128.tar.gz ++++++
++++ 395431 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