Hello community, here is the log from the commit of package reiserfs for openSUSE:Factory checked in at 2017-06-30 18:38:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/reiserfs (Old) and /work/SRC/openSUSE:Factory/.reiserfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "reiserfs" Fri Jun 30 18:38:07 2017 rev:36 rq:505765 version:3.6.26 Changes: -------- --- /work/SRC/openSUSE:Factory/reiserfs/reiserfs.changes 2015-03-30 19:31:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.reiserfs.new/reiserfs.changes 2017-06-30 18:38:08.005818250 +0200 @@ -1,0 +2,29 @@ +Thu Jun 22 19:05:28 UTC 2017 - jeffm@suse.com + +- Update to 3.6.26 + - Fixes a NULL pointer dereference caused by reiserfsck. + - build: libcom_err is required + - reiserfscore: add reiserfs_err.et to EXTRA_DIST + +------------------------------------------------------------------- +Mon Jun 6 20:49:08 UTC 2016 - jeffm@suse.com + +- Update to 3.6.25 + - reiserfsprogs: use com_err in reiserfs_open + - reiserfscore: fix "new_insert_key may be used uninitialized..." + - reiserfsprogs: fix issues with inline functions + - man: Fixes a little glitch in the man page. + - manpages: escape dashes + - fsck: remove namesys.com reference in error text + - reiserfscore: constify struct pointer arguments + - reiserfscore: constify strings + - reiserfslib: add basic extended attribute helpers + - reiserfslib: add file data and directory iterators + - mkreiserfs: move block_size_ok out of reiserfscore + - debugreiserfs: fix incorrect memset size in unpack_stat_data + - reiserfsprogs: remove dead code + - debugreiserfs: fix use after free while closing log + - reiserfsprogs: add helpers for constant endian routines + - Removed patch debugreiserfs-fix-use-after-free-while-closing-log + +------------------------------------------------------------------- Old: ---- debugreiserfs-fix-use-after-free-while-closing-log reiserfsprogs-3.6.24-22-g57eac84.tar.bz2 New: ---- reiserfsprogs-3.6.26.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ reiserfs.spec ++++++ --- /var/tmp/diff_new_pack.1Oncc3/_old 2017-06-30 18:38:09.457614046 +0200 +++ /var/tmp/diff_new_pack.1Oncc3/_new 2017-06-30 18:38:09.457614046 +0200 @@ -1,7 +1,7 @@ # # spec file for package reiserfs # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,25 +17,27 @@ Name: reiserfs +BuildRequires: acl-devel BuildRequires: autoconf BuildRequires: automake -BuildRequires: e2fsprogs-devel +BuildRequires: libcom_err-devel BuildRequires: libtool +BuildRequires: libuuid-devel BuildRequires: linux-kernel-headers BuildRequires: pkg-config -Url: http://www.namesys.com/download.html +BuildRequires: xz +# Git-url: git://git.kernel.org/pub/scm/linux/kernel/git/jeffm/reiserfsprogs.git +Url: https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs Conflicts: libreiserfs-progs Supplements: filesystem(reiserfs) -%define tar_version 3.6.24-22-g57eac84 -Version: 3.6.24 +Version: 3.6.26 Release: 0 Summary: Reiser File System utilities License: GPL-2.0+ Group: System/Filesystems -Source: reiserfsprogs-%{tar_version}.tar.bz2 +Source: reiserfsprogs-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch1: silent-rules.patch -Patch2: debugreiserfs-fix-use-after-free-while-closing-log %description This package includes utilities for making the file system @@ -45,7 +47,9 @@ %package -n libreiserfscore-devel Summary: Reiser File System Core Library Development Files Group: Development/Libraries/C and C++ +Requires: libcom_err-devel Requires: libreiserfscore0 = %{version} +Requires: libuuid-devel %description -n libreiserfscore-devel This package contains the headers and linkable libraries for @@ -61,13 +65,12 @@ for the reiserfs file system. %prep -%setup -q -n reiserfsprogs-%{tar_version} +%setup -q -n reiserfsprogs-%{version} %patch1 -p1 -%patch2 -p1 %build autoreconf -fiv -export CFLAGS="%optflags -fgnu89-inline" +export CFLAGS="%optflags" %configure --exec-prefix=/ --bindir=/bin --sbindir=/sbin make %{?_smp_mflags}