Hello community, here is the log from the commit of package squashfs for openSUSE:Factory checked in at 2015-03-16 09:41:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/squashfs (Old) and /work/SRC/openSUSE:Factory/.squashfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "squashfs" Changes: -------- --- /work/SRC/openSUSE:Factory/squashfs/squashfs.changes 2014-06-25 15:24:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.squashfs.new/squashfs.changes 2015-03-16 09:41:42.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 6 08:31:28 UTC 2015 - [email protected] + +- Use url for source +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squashfs.spec ++++++ --- /var/tmp/diff_new_pack.lBaIPU/_old 2015-03-16 09:41:43.000000000 +0100 +++ /var/tmp/diff_new_pack.lBaIPU/_new 2015-03-16 09:41:43.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package squashfs # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,26 +17,27 @@ Name: squashfs -BuildRequires: lzma-devel -BuildRequires: lzo-devel -BuildRequires: zlib-devel -Supplements: filesystem(squashfs) Version: 4.3 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 +Url: http://squashfs.sourceforge.net/ +Source0: http://sourceforge.net/projects/squashfs/files/squashfs/%{name}%{version}/%{name}%{version}.tar.gz +Patch0: squashfs-64k.patch +BuildRequires: liblz4-devel +BuildRequires: lzma-devel +BuildRequires: lzo-devel +BuildRequires: zlib-devel +Supplements: filesystem(squashfs) +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains the userland utilities to create and read squashfs images. %prep -%setup -n squashfs%{version} +%setup -q -n squashfs%{version} %patch0 -p1 %build @@ -44,12 +45,12 @@ make %{?_smp_mflags} -C squashfs-tools XZ_SUPPORT=1 LZO_SUPPORT=1 %install -mkdir -p $RPM_BUILD_ROOT/usr/bin -install -m 755 squashfs-tools/{un,mk}squashfs $RPM_BUILD_ROOT/usr/bin +mkdir -p %{buildroot}%{_bindir} +install -m 755 squashfs-tools/{un,mk}squashfs %{buildroot}%{_bindir} %files %defattr(-,root,root) -%doc README README-%version PERFORMANCE.README CHANGES -/usr/bin/*squashfs +%doc README README-%{version} PERFORMANCE.README CHANGES +%{_bindir}/*squashfs %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
