Hello community,

here is the log from the commit of package squashfs for openSUSE:Factory 
checked in at 2012-01-24 12:22:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/squashfs (Old)
 and      /work/SRC/openSUSE:Factory/.squashfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "squashfs", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/squashfs/squashfs.changes        2011-11-07 
14:31:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.squashfs.new/squashfs.changes   2012-01-24 
12:22:41.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 22 17:01:12 CET 2012 - [email protected]
+
+- enable support for xz and lzo (kernel has support already)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ squashfs.spec ++++++
--- /var/tmp/diff_new_pack.225yaV/_old  2012-01-24 12:22:42.000000000 +0100
+++ /var/tmp/diff_new_pack.225yaV/_new  2012-01-24 12:22:42.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package squashfs (Version 4.2)
+# spec file for package squashfs
 #
-# 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,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           squashfs
-BuildRequires:  attr-devel zlib-devel
-License:        GPL-2.0+
-Group:          System/Filesystems
+BuildRequires:  attr-devel
+BuildRequires:  lzma-devel
+BuildRequires:  lzo-devel
+BuildRequires:  zlib-devel
 Supplements:    filesystem(squashfs)
 Version:        4.2
-Release:        1
+Release:        0
 Source0:        %{name}%{version}.tar.gz
 Patch0:                squashfs-64k.patch
 Url:            http://squashfs.sourceforge.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        A Read-Only File System with Efficient Compression
+License:        GPL-2.0+
+Group:          System/Filesystems
 
 %description
 This package contains the userland utilities to create and read
@@ -41,7 +41,7 @@
 
 %build
 sed -i -e "s,-O2,%{optflags}," squashfs-tools/Makefile
-make -C squashfs-tools 
+make -C squashfs-tools XZ_SUPPORT=1 LZO_SUPPORT=1
 
 %install
 mkdir -p $RPM_BUILD_ROOT/usr/bin

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to