commit pbzip2 for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package pbzip2 for openSUSE:Factory checked 
in at 2018-03-20 21:58:22

Comparing /work/SRC/openSUSE:Factory/pbzip2 (Old)
 and  /work/SRC/openSUSE:Factory/.pbzip2.new (New)


Package is "pbzip2"

Tue Mar 20 21:58:22 2018 rev:20 rq:586688 version:1.1.13

Changes:

--- /work/SRC/openSUSE:Factory/pbzip2/pbzip2.changes2016-07-05 
09:52:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.pbzip2.new/pbzip2.changes   2018-03-20 
21:58:51.260934748 +0100
@@ -1,0 +2,6 @@
+Wed Mar 14 08:40:45 UTC 2018 - mplus...@suse.com
+
+- Modernize spec file with spec-cleaner
+- Drop rpm macro
+
+---

Old:

  macros.pbzip2.in



Other differences:
--
++ pbzip2.spec ++
--- /var/tmp/diff_new_pack.OY1UOh/_old  2018-03-20 21:58:52.296897448 +0100
+++ /var/tmp/diff_new_pack.OY1UOh/_new  2018-03-20 21:58:52.300897304 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pbzip2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -22,14 +22,12 @@
 Summary:Parallelized Implementation of bzip2
 License:BSD-4-Clause
 Group:  Productivity/Archiving/Compression
-Url:http://compression.ca/pbzip2/
+URL:http://compression.ca/pbzip2/
 Source0:
https://launchpad.net/pbzip2/1.1/%{version}/+download/pbzip2-%{version}.tar.gz
-Source1:macros.pbzip2.in
 # pbleser: fix not using the result value of fwrite()
 Patch3: pbzip2-fix_unused_result.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libbz2-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 PBZIP2 is a parallel implementation of the bzip2 block-sorting file
@@ -50,18 +48,14 @@
 ln -s "pbzip2.1%{ext_man}" "%{buildroot}%{_mandir}/man1/${x}.1%{ext_man}"
 done
 
-install -D -p -m 0644 "%{SOURCE1}" 
"%{buildroot}%{_sysconfdir}/rpm/macros.%{name}"
-sed -i 's|@@BINDIR@@|%{_bindir}|g' 
"%{buildroot}%{_sysconfdir}/rpm/macros.%{name}"
-
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING README ChangeLog
+%license COPYING
+%doc AUTHORS README ChangeLog
 %{_bindir}/pbzip2
 %{_bindir}/pbunzip2
 %{_bindir}/pbzcat
-%{_mandir}/man1/pbzip2.1%{ext_man}
-%{_mandir}/man1/pbunzip2.1%{ext_man}
-%{_mandir}/man1/pbzcat.1%{ext_man}
-%config %{_sysconfdir}/rpm/macros.%{name}
+%{_mandir}/man1/pbzip2.1%{?ext_man}
+%{_mandir}/man1/pbunzip2.1%{?ext_man}
+%{_mandir}/man1/pbzcat.1%{?ext_man}
 
 %changelog




commit pbzip2 for openSUSE:Factory

2016-07-05 Thread h_root
Hello community,

here is the log from the commit of package pbzip2 for openSUSE:Factory checked 
in at 2016-07-05 09:52:09

Comparing /work/SRC/openSUSE:Factory/pbzip2 (Old)
 and  /work/SRC/openSUSE:Factory/.pbzip2.new (New)


Package is "pbzip2"

Changes:

--- /work/SRC/openSUSE:Factory/pbzip2/pbzip2.changes2016-02-22 
08:58:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.pbzip2.new/pbzip2.changes   2016-07-05 
09:52:11.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul  3 15:21:59 UTC 2016 - mplus...@suse.com
+
+- Simplify building
+- Use both optflags and default CXXFLAGS
+
+---



Other differences:
--
++ pbzip2.spec ++
--- /var/tmp/diff_new_pack.0G94RU/_old  2016-07-05 09:52:12.0 +0200
+++ /var/tmp/diff_new_pack.0G94RU/_new  2016-07-05 09:52:12.0 +0200
@@ -41,26 +41,16 @@
 %patch3
 
 %build
-make %{?_smp_mflags} \
-CXXFLAGS="%{optflags} -Wall" \
-PREFIX="%{_prefix}" \
-BINDIR="%{_bindir}" \
-MANDIR="%{_mandir}" \
-all
+make %{?_smp_mflags} CXXFLAGS="%{optflags} -D_LARGEFILE64_SOURCE 
-D_FILE_OFFSET_BITS=64"
 
 %install
-make \
-DESTDIR=%{buildroot} \
-PREFIX="%{_prefix}" \
-BINDIR="%{_bindir}" \
-MANDIR="%{_mandir}" \
-install
+%make_install
 
 for x in pbunzip2 pbzcat; do
 ln -s "pbzip2.1%{ext_man}" "%{buildroot}%{_mandir}/man1/${x}.1%{ext_man}"
 done
 
-install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_sysconfdir}/rpm/macros.%{name}"
+install -D -p -m 0644 "%{SOURCE1}" 
"%{buildroot}%{_sysconfdir}/rpm/macros.%{name}"
 sed -i 's|@@BINDIR@@|%{_bindir}|g' 
"%{buildroot}%{_sysconfdir}/rpm/macros.%{name}"
 
 %files

++ pbzip2-fix_unused_result.patch ++
--- /var/tmp/diff_new_pack.0G94RU/_old  2016-07-05 09:52:12.0 +0200
+++ /var/tmp/diff_new_pack.0G94RU/_new  2016-07-05 09:52:12.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- pbzip2.cpp.orig
 +++ pbzip2.cpp
-@@ -2238,7 +2238,17 @@ int directdecompress(const char *InFilen
+@@ -2233,7 +2233,17 @@ int directdecompress(const char *InFilen
return ret;
}
if (nread > 0)
@@ -21,7 +21,7 @@
if (ferror(stream))
{
ret = 
testBZ2ErrorHandling(bzerr, bzf, streamNo);
-@@ -2259,7 +2269,17 @@ int directdecompress(const char *InFilen
+@@ -2251,7 +2261,17 @@ int directdecompress(const char *InFilen
}
}
if ((bzerr == BZ_OK || bzerr == BZ_STREAM_END) && nread 
> 0)




commit pbzip2 for openSUSE:Factory

2016-02-21 Thread h_root
Hello community,

here is the log from the commit of package pbzip2 for openSUSE:Factory checked 
in at 2016-02-22 08:58:17

Comparing /work/SRC/openSUSE:Factory/pbzip2 (Old)
 and  /work/SRC/openSUSE:Factory/.pbzip2.new (New)


Package is "pbzip2"

Changes:

--- /work/SRC/openSUSE:Factory/pbzip2/pbzip2.changes2015-03-12 
16:39:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.pbzip2.new/pbzip2.changes   2016-02-22 
08:58:27.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb 20 14:23:18 UTC 2016 - mplus...@suse.com
+
+- Update to 1.1.13
+  * Bugfix release
+- Drop no longer needed pbzip2-makefile.patch
+
+---

Old:

  pbzip2-1.1.12.tar.gz
  pbzip2-makefile.patch

New:

  pbzip2-1.1.13.tar.gz



Other differences:
--
++ pbzip2.spec ++
--- /var/tmp/diff_new_pack.gPwyGe/_old  2016-02-22 08:58:28.0 +0100
+++ /var/tmp/diff_new_pack.gPwyGe/_new  2016-02-22 08:58:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pbzip2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:   pbzip2
-Version:1.1.12
+Version:1.1.13
 Release:0
 Summary:Parallelized Implementation of bzip2
 License:BSD-4-Clause
@@ -25,8 +25,6 @@
 Url:http://compression.ca/pbzip2/
 Source0:
https://launchpad.net/pbzip2/1.1/%{version}/+download/pbzip2-%{version}.tar.gz
 Source1:macros.pbzip2.in
-# pbleser: add support for DESTDIR, MANDIR, BINDIR and OPTFLAGS in Makefile
-Patch1: pbzip2-makefile.patch
 # pbleser: fix not using the result value of fwrite()
 Patch3: pbzip2-fix_unused_result.patch
 BuildRequires:  gcc-c++
@@ -39,13 +37,12 @@
 machines.
 
 %prep
-%setup -q -n "%{name}-%{version}"
-%patch1
+%setup -q
 %patch3
 
 %build
 make %{?_smp_mflags} \
-OPTFLAGS="%{optflags} -Wall" \
+CXXFLAGS="%{optflags} -Wall" \
 PREFIX="%{_prefix}" \
 BINDIR="%{_bindir}" \
 MANDIR="%{_mandir}" \
@@ -72,9 +69,9 @@
 %{_bindir}/pbzip2
 %{_bindir}/pbunzip2
 %{_bindir}/pbzcat
-%doc %{_mandir}/man1/pbzip2.1%{ext_man}
-%doc %{_mandir}/man1/pbunzip2.1%{ext_man}
-%doc %{_mandir}/man1/pbzcat.1%{ext_man}
+%{_mandir}/man1/pbzip2.1%{ext_man}
+%{_mandir}/man1/pbunzip2.1%{ext_man}
+%{_mandir}/man1/pbzcat.1%{ext_man}
 %config %{_sysconfdir}/rpm/macros.%{name}
 
 %changelog

++ pbzip2-1.1.12.tar.gz -> pbzip2-1.1.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.12/COPYING new/pbzip2-1.1.13/COPYING
--- old/pbzip2-1.1.12/COPYING   2014-12-21 11:26:26.0 +0100
+++ new/pbzip2-1.1.13/COPYING   2015-12-18 00:32:49.0 +0100
@@ -37,4 +37,4 @@
 
 Jeff Gilchrist, Ottawa, Canada.
 pbz...@compression.ca
-pbzip2 version 1.1.12 of Dec 21, 2014
+pbzip2 version 1.1.13 of Dec 18, 2015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.12/ChangeLog new/pbzip2-1.1.13/ChangeLog
--- old/pbzip2-1.1.12/ChangeLog 2014-12-21 11:26:26.0 +0100
+++ new/pbzip2-1.1.13/ChangeLog 2015-12-18 00:32:49.0 +0100
@@ -1,3 +1,8 @@
+Changes in 1.1.13 (Dec 18, 2015)
+- #1404812 add support for DESTDIR in Makefile (thanks to Ryan Schmidt)
+- #1429181 fix bad CYGWIN define (thanks to Marco Atzeri)
+- #1337949 rm unused vars; add hasInFile flag (thanks to Mingxing Zhang)
+- #1524909 - output sometimes truncated on redirected -cd
 Changes in 1.1.12 (Dec 21, 2014)
 - #1402154 - make relative symlinks on install (thanks to Evangelos Foutras)
 - Install manpages to share folder, thanks to Ryan Schmidt (#1402044)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.12/Makefile new/pbzip2-1.1.13/Makefile
--- old/pbzip2-1.1.12/Makefile  2014-12-21 11:26:26.0 +0100
+++ new/pbzip2-1.1.13/Makefile  2015-12-18 00:32:49.0 +0100
@@ -60,6 +60,7 @@
 
 # Where you want pbzip2 installed when you do 'make install'
 PREFIX = /usr
+DESTDIR =
 
 
 all: pbzip2
@@ -74,16 +75,16 @@
 
 # Install the binary pbzip2 program and man page
 install: pbzip2
-   if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
-   if ( test ! -d $(PREFIX)/share ) ; then mkdir -p $(PREFIX)/share ; fi
-   if ( test ! -d $(PREFIX)/share/man ) ; then mkdir -p 
$(PREFIX)/share/man ; fi
-   if ( test ! -d $(PREFIX)/share/man/man1 ) ; then mkdir -p 
$(PREFIX)/share/man/man1 ; fi
-   cp -f pbzip2 $(PREFIX)/bin/pbzip2
-   chmod 

commit pbzip2 for openSUSE:Factory

2015-03-12 Thread h_root
Hello community,

here is the log from the commit of package pbzip2 for openSUSE:Factory checked 
in at 2015-03-12 16:39:05

Comparing /work/SRC/openSUSE:Factory/pbzip2 (Old)
 and  /work/SRC/openSUSE:Factory/.pbzip2.new (New)


Package is pbzip2

Changes:

--- /work/SRC/openSUSE:Factory/pbzip2/pbzip2.changes2011-11-05 
12:06:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.pbzip2.new/pbzip2.changes   2015-03-12 
16:39:06.0 +0100
@@ -1,0 +2,8 @@
+Thu Mar 12 08:28:33 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Remove pbzip2-fix_printf_format.patch
+- Update to 1.1.12
+  * for complete list of changes see provided ChangeLog
+
+---

Old:

  pbzip2-1.1.6.tar.gz
  pbzip2-fix_printf_format.patch

New:

  pbzip2-1.1.12.tar.gz



Other differences:
--
++ pbzip2.spec ++
--- /var/tmp/diff_new_pack.RsRngJ/_old  2015-03-12 16:39:07.0 +0100
+++ /var/tmp/diff_new_pack.RsRngJ/_new  2015-03-12 16:39:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pbzip2
 #
-# Copyright (c) 2011 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
@@ -16,21 +16,17 @@
 #
 
 
-
 Name:   pbzip2
-Version:1.1.6
-Release:1
-%define pkg_version %{version}
-License:BSD-4-Clause
+Version:1.1.12
+Release:0
 Summary:Parallelized Implementation of bzip2
-Url:http://compression.ca/pbzip2/
+License:BSD-4-Clause
 Group:  Productivity/Archiving/Compression
-Source: http://compression.ca/pbzip2/pbzip2-%{pkg_version}.tar.gz
+Url:http://compression.ca/pbzip2/
+Source0:
https://launchpad.net/pbzip2/1.1/%{version}/+download/pbzip2-%{version}.tar.gz
 Source1:macros.pbzip2.in
 # pbleser: add support for DESTDIR, MANDIR, BINDIR and OPTFLAGS in Makefile
 Patch1: pbzip2-makefile.patch
-# pbleser: fix printf format specifications for size_t and such
-Patch2: pbzip2-fix_printf_format.patch
 # pbleser: fix not using the result value of fwrite()
 Patch3: pbzip2-fix_unused_result.patch
 BuildRequires:  gcc-c++
@@ -43,15 +39,12 @@
 machines.
 
 %prep
-%setup -q -n %{name}-%{pkg_version}
+%setup -q -n %{name}-%{version}
 %patch1
-%patch2
 %patch3
 
 %build
-export SUSE_ASNEEDED=0
-
-%__make %{?_smp_flags} \
+make %{?_smp_mflags} \
 OPTFLAGS=%{optflags} -Wall \
 PREFIX=%{_prefix} \
 BINDIR=%{_bindir} \
@@ -59,22 +52,19 @@
 all
 
 %install
-%__make \
-DESTDIR=%{buildroot} \
+make \
+DESTDIR=%{buildroot} \
 PREFIX=%{_prefix} \
 BINDIR=%{_bindir} \
 MANDIR=%{_mandir} \
 install
 
 for x in pbunzip2 pbzcat; do
-%__ln_s pbzip2.1%{ext_man} %{buildroot}%{_mandir}/man1/${x}.1%{ext_man}
+ln -s pbzip2.1%{ext_man} %{buildroot}%{_mandir}/man1/${x}.1%{ext_man}
 done
 
-%__install -D -m 0644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/rpm/macros.%{name}
-%__sed -i 's|@@BINDIR@@|%{_bindir}|g' 
%{buildroot}%{_sysconfdir}/rpm/macros.%{name}
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
+install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.%{name}
+sed -i 's|@@BINDIR@@|%{_bindir}|g' 
%{buildroot}%{_sysconfdir}/rpm/macros.%{name}
 
 %files
 %defattr(-,root,root)

++ pbzip2-1.1.6.tar.gz - pbzip2-1.1.12.tar.gz ++
 1984 lines of diff (skipped)

++ pbzip2-fix_unused_result.patch ++
--- /var/tmp/diff_new_pack.RsRngJ/_old  2015-03-12 16:39:07.0 +0100
+++ /var/tmp/diff_new_pack.RsRngJ/_new  2015-03-12 16:39:07.0 +0100
@@ -1,6 +1,8 @@
 pbzip2.cpp.orig2010-12-20 19:34:24.0 +0100
-+++ pbzip2.cpp 2010-12-20 19:44:06.0 +0100
-@@ -1802,7 +1802,17 @@
+Index: pbzip2.cpp
+===
+--- pbzip2.cpp.orig
 pbzip2.cpp
+@@ -2238,7 +2238,17 @@ int directdecompress(const char *InFilen
return ret;
}
if (nread  0)
@@ -19,7 +21,7 @@
if (ferror(stream))
{
ret = 
testBZ2ErrorHandling(bzerr, bzf, streamNo);
-@@ -1817,7 +1827,17 @@
+@@ -2259,7 +2269,17 @@ int directdecompress(const char *InFilen
}
}
if ((bzerr == BZ_OK || bzerr == 

commit pbzip2 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package pbzip2 for openSUSE:Factory checked 
in at 2011-12-06 18:36:17

Comparing /work/SRC/openSUSE:Factory/pbzip2 (Old)
 and  /work/SRC/openSUSE:Factory/.pbzip2.new (New)


Package is pbzip2, Maintainer is 

Changes:




Other differences:
--
++ pbzip2.spec ++
--- /var/tmp/diff_new_pack.trLiBI/_old  2011-12-06 19:03:22.0 +0100
+++ /var/tmp/diff_new_pack.trLiBI/_new  2011-12-06 19:03:22.0 +0100
@@ -21,7 +21,7 @@
 Version:1.1.6
 Release:1
 %define pkg_version %{version}
-License:BSD4c
+License:BSD-4-Clause
 Summary:Parallelized Implementation of bzip2
 Url:http://compression.ca/pbzip2/
 Group:  Productivity/Archiving/Compression

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



commit pbzip2 for openSUSE:Factory

2011-11-05 Thread h_root
Hello community,

here is the log from the commit of package pbzip2 for openSUSE:Factory checked 
in at 2011-11-05 11:33:03

Comparing /work/SRC/openSUSE:Factory/pbzip2 (Old)
 and  /work/SRC/openSUSE:Factory/.pbzip2.new (New)


Package is pbzip2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pbzip2/pbzip2.changes2011-09-23 
12:21:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.pbzip2.new/pbzip2.changes   2011-11-05 
12:06:33.0 +0100
@@ -1,0 +2,12 @@
+Thu Nov 03 08:28:13 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.6:
+  * fixed bug - deadlock due to unsynchronized broadcasts (bug #876686)
+  * prevent deletion of input files on error (bug #874543)
+  * document how to compress/decompress from standard input (bug #820525)
+  * added more detailed kernel error messages (bug #874605)
+  * error-handling fixes for multi-archive scenarios (bug #883782)
+- use original upstream format archive .gz instead of .bz2 to avoid any
+  potential chicken/egg (requires bzip2 to uncompress the pbzip2 sources)
+
+---

Old:

  pbzip2-1.1.5.tar.bz2

New:

  pbzip2-1.1.6.tar.gz



Other differences:
--
++ pbzip2.spec ++
--- /var/tmp/diff_new_pack.KCiwG2/_old  2011-11-05 12:10:03.0 +0100
+++ /var/tmp/diff_new_pack.KCiwG2/_new  2011-11-05 12:10:03.0 +0100
@@ -18,15 +18,14 @@
 
 
 Name:   pbzip2
-Version:1.1.5
+Version:1.1.6
 Release:1
 %define pkg_version %{version}
 License:BSD4c
 Summary:Parallelized Implementation of bzip2
 Url:http://compression.ca/pbzip2/
 Group:  Productivity/Archiving/Compression
-# http://compression.ca/pbzip2/pbzip2-%{pkg_version}.tar.gz
-Source: pbzip2-%{pkg_version}.tar.bz2
+Source: http://compression.ca/pbzip2/pbzip2-%{pkg_version}.tar.gz
 Source1:macros.pbzip2.in
 # pbleser: add support for DESTDIR, MANDIR, BINDIR and OPTFLAGS in Makefile
 Patch1: pbzip2-makefile.patch

++ pbzip2-fix_printf_format.patch ++
--- /var/tmp/diff_new_pack.KCiwG2/_old  2011-11-05 12:10:03.0 +0100
+++ /var/tmp/diff_new_pack.KCiwG2/_new  2011-11-05 12:10:03.0 +0100
@@ -1,31 +1,68 @@
 BZ2StreamScanner.cpp.orig  2010-12-20 19:28:34.0 +0100
-+++ BZ2StreamScanner.cpp   2010-12-20 19:33:54.0 +0100
-@@ -488,16 +488,16 @@
+--- pbzip2.cpp.orig2011-11-03 09:38:41.289000463 +0100
 pbzip2.cpp 2011-11-03 09:46:34.882000462 +0100
+@@ -796,7 +796,7 @@
+   safe_mutex_lock(OutMutex);
+   #ifdef PBZIP_DEBUG
+   unsigned long long thid = (unsigned long long) pthread_self();
+-  fprintf(stderr, (%PRIu64) syncSetLastGoodBlock: %d - %d\n, thid, 
LastGoodBlock, newValue );
++  fprintf(stderr, (%zu) syncSetLastGoodBlock: %d - %d\n, thid, 
LastGoodBlock, newValue );
+   #endif
  
- void BZ2StreamScanner::printCurrentState()
+   if ( (LastGoodBlock == -1) || (newValue  LastGoodBlock) )
+@@ -881,7 +881,7 @@
  {
--  fprintf( stderr, current=%d, search pos=%d, end pos=%d; s-c=%d
--  ; out buf size=%d; out buf capacity=%d; header 
found=%d; search status=%d,
-+  fprintf( stderr, current=%ld, search pos=%ld, end pos=%ld; s-c=%ld
-+  ; out buf size=%u; out buf capacity=%zu; header 
found=%d; search status=%d,
-   getInBuffCurrent() - getInBuffBegin(),
-   getInBuffSearchPtr() - getInBuffBegin(),
-   getInBuffEnd() - getInBuffBegin(),
-   getInBuffSearchPtr() - getInBuffCurrent(),
--  (int)_outBuff.bufSize,
--  (int)_outBuffCapacity,
--  (int)isBz2HeaderFound(),
--  (int)getSearchStatus() );
-+  _outBuff.bufSize,
-+  _outBuffCapacity,
-+  isBz2HeaderFound(),
-+  getSearchStatus() );
- }
+   #ifdef PBZIP_DEBUG
+   unsigned long long thid = (unsigned long long) pthread_self();
+-  fprintf(stderr, (%PRIu64) waitForPreviousBlock before check: 
LastGoodBlock=%d; blockNum=%d; NextBlockToWrite=%d\n,
++  fprintf(stderr, (%zu) waitForPreviousBlock before check: 
LastGoodBlock=%d; blockNum=%d; NextBlockToWrite=%d\n,
+   thid,
+   LastGoodBlock, blockNum, NextBlockToWrite );
+   #endif
+@@ -891,7 +891,7 @@
+   if (syncGetTerminateFlag() != 0)
+   {
+   #ifdef PBZIP_DEBUG
+-  fprintf(stderr, (%PRIu64) waitForPreviousBlock 
terminated [%d]: blockNum=%d\n,
++  fprintf(stderr, (%zu) waitForPreviousBlock 

commit pbzip2 for openSUSE:Factory

2011-07-21 Thread h_root

Hello community,

here is the log from the commit of package pbzip2 for openSUSE:Factory
checked in at Thu Jul 21 09:49:05 CEST 2011.




--- pbzip2/pbzip2.changes   2011-03-29 02:05:46.0 +0200
+++ /mounts/work_src_done/STABLE/pbzip2/pbzip2.changes  2011-07-21 
03:31:14.0 +0200
@@ -1,0 +2,16 @@
+Thu Jul 21 01:14:35 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.5:
+  * SECURITY FIX: fixes excessive output permissions while compress/decompress
+is in progress; it now emulates the same behaviour as bzip2
+
+---
+Wed Apr 27 22:06:59 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.4:
+  * fixes a hang on decompress with --ignore-trailing-garbage=1 when producer
+is interrupted on trailing garbage
+  * adds an example to help for decompression piped to tar
+  * fixes a typo in the Trailing Garbage printed message
+
+---

calling whatdependson for head-i586


Old:

  pbzip2-1.1.3.tar.bz2

New:

  pbzip2-1.1.5.tar.bz2



Other differences:
--
++ pbzip2.spec ++
--- /var/tmp/diff_new_pack.uNxoNM/_old  2011-07-21 09:47:43.0 +0200
+++ /var/tmp/diff_new_pack.uNxoNM/_new  2011-07-21 09:47:43.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   pbzip2
-Version:1.1.3
+Version:1.1.5
 Release:1
 %define pkg_version %{version}
 License:BSD4c

++ pbzip2-1.1.3.tar.bz2 - pbzip2-1.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.3/AUTHORS new/pbzip2-1.1.5/AUTHORS
--- old/pbzip2-1.1.3/AUTHORS2011-03-27 19:10:37.0 +0200
+++ new/pbzip2-1.1.5/AUTHORS2011-07-16 18:52:35.0 +0200
@@ -199,6 +199,13 @@
 - Default extension on decompress of .tbz2 changed to .tar 
for
   bzip2 compatibility (bug #743639)
 - Print trailing garbage errors even when in quiet mode 
(bug #743635)
+- Fixed hang on decompress with 
--ignore-trailing-garbage=1 and higher
+  numCPU (e.g.  2) (bug #740502)
+- Default extension on decompress of .tbz2 changed to .tar 
for
+  bzip2 compatibility (bug #743639)
+- Print trailing garbage errors even when in quiet mode 
(bug #743635)
+- Fixed excessive output permissions while 
compress/decompress
+  is in progress (bug #807536)
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.3/COPYING new/pbzip2-1.1.5/COPYING
--- old/pbzip2-1.1.3/COPYING2011-03-27 19:10:37.0 +0200
+++ new/pbzip2-1.1.5/COPYING2011-07-16 18:52:35.0 +0200
@@ -37,4 +37,4 @@
 
 Jeff Gilchrist, Ottawa, Canada.
 pbz...@compression.ca
-pbzip2 version 1.1.3 of Mar 27, 2011
+pbzip2 version 1.1.5 of Jul 16, 2011
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.3/ChangeLog new/pbzip2-1.1.5/ChangeLog
--- old/pbzip2-1.1.3/ChangeLog  2011-03-27 19:10:37.0 +0200
+++ new/pbzip2-1.1.5/ChangeLog  2011-07-16 18:52:35.0 +0200
@@ -1,3 +1,11 @@
+Changes in 1.1.5 (Jul 16, 2011)
+- Fixed excessive output permissions while compress/decompress
+  is in progress (bug #807536)
+Changes in 1.1.4 (Apr 22, 2011)
+- Fixed hang on decompress with --ignore-trailing-garbage=1 when
+  producer is interrupted on trailing garbage (bug #762464)
+- Added example to help for decompression piped to tar (bug #746806)
+- Fixed typo in Trailing Garbage printed message (bug #746799)
 Changes in 1.1.3 (Mar 27, 2011)
 - Print trailing garbage errors even when in quiet mode (bug #743635)
 - Default extension on decompress of .tbz2 changed to .tar for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.3/README new/pbzip2-1.1.5/README
--- old/pbzip2-1.1.3/README 2011-03-27 19:10:37.0 +0200
+++ new/pbzip2-1.1.5/README 2011-07-16 18:52:35.0 +0200
@@ -1,6 +1,6 @@
-Mar 27, 2011
+Jul 16, 2011
 
-Parallel BZIP2 v1.1.3 - by: Jeff Gilchrist pbz...@compression.ca
+Parallel BZIP2 v1.1.5 - by: Jeff Gilchrist pbz...@compression.ca
 Available at:  http://compression.ca/
 
 This is the README for pbzip2, a parallel implementation of the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.3/pbzip2.1 new/pbzip2-1.1.5/pbzip2.1
--- old/pbzip2-1.1.3/pbzip2.1   2011-03-27 19:10:37.0 +0200
+++ new/pbzip2-1.1.5/pbzip2.1   2011-07-16 18:52:35.0 +0200
@@ -1,6 +1,6 @@
 .TH pbzip2 1
 .SH NAME
-pbzip2  \-  parallel bzip2 file compressor, v1.1.3
+pbzip2  \-  parallel bzip2 file compressor, v1.1.5
 .SH SYNOPSIS
 

commit pbzip2 for openSUSE:Factory

2011-03-30 Thread h_root

Hello community,

here is the log from the commit of package pbzip2 for openSUSE:Factory
checked in at Wed Mar 30 09:32:20 CEST 2011.




--- pbzip2/pbzip2.changes   2011-02-20 00:14:22.0 +0100
+++ /mounts/work_src_done/STABLE/pbzip2/pbzip2.changes  2011-03-29 
02:05:46.0 +0200
@@ -1,0 +2,10 @@
+Tue Mar 29 00:05:13 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.3:
+  * fixes a hang on decompress with --ignore-trailing-garbage=1 when using more
+than 2 CPUs
+  * the default extension on decompress of .tbz2 has been changed to .tar for
+bzip2 compatibility
+  * trailing garbage errors will now be printed even when in quiet mode
+
+---

calling whatdependson for head-i586


Old:

  pbzip2-1.1.2.tar.bz2

New:

  pbzip2-1.1.3.tar.bz2



Other differences:
--
++ pbzip2.spec ++
--- /var/tmp/diff_new_pack.t4R8hP/_old  2011-03-30 09:32:10.0 +0200
+++ /var/tmp/diff_new_pack.t4R8hP/_new  2011-03-30 09:32:10.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   pbzip2
-Version:1.1.2
+Version:1.1.3
 Release:1
 %define pkg_version %{version}
 License:BSD4c

++ pbzip2-1.1.2.tar.bz2 - pbzip2-1.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.2/AUTHORS new/pbzip2-1.1.3/AUTHORS
--- old/pbzip2-1.1.2/AUTHORS2011-02-19 11:10:22.0 +0100
+++ new/pbzip2-1.1.3/AUTHORS2011-03-27 19:10:37.0 +0200
@@ -194,6 +194,11 @@
 - Fixed hang on decompress of some truncated archives (bug 
#590225).
 - Implemented --ignore-trailing-garbage feature (bug 
#594868)
 - Fixed hang on decompress of some truncated archives (bug 
#590225)
+- Fixed hang on decompress with 
--ignore-trailing-garbage=1 and higher
+  numCPU (e.g.  2) (bug #740502)
+- Default extension on decompress of .tbz2 changed to .tar 
for
+  bzip2 compatibility (bug #743639)
+- Print trailing garbage errors even when in quiet mode 
(bug #743635)
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.2/COPYING new/pbzip2-1.1.3/COPYING
--- old/pbzip2-1.1.2/COPYING2011-02-19 11:10:22.0 +0100
+++ new/pbzip2-1.1.3/COPYING2011-03-27 19:10:37.0 +0200
@@ -37,4 +37,4 @@
 
 Jeff Gilchrist, Ottawa, Canada.
 pbz...@compression.ca
-pbzip2 version 1.1.2 of Feb 19, 2011
+pbzip2 version 1.1.3 of Mar 27, 2011
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.2/ChangeLog new/pbzip2-1.1.3/ChangeLog
--- old/pbzip2-1.1.2/ChangeLog  2011-02-19 11:10:22.0 +0100
+++ new/pbzip2-1.1.3/ChangeLog  2011-03-27 19:10:37.0 +0200
@@ -1,3 +1,9 @@
+Changes in 1.1.3 (Mar 27, 2011)
+- Print trailing garbage errors even when in quiet mode (bug #743635)
+- Default extension on decompress of .tbz2 changed to .tar for
+  bzip2 compatibility (bug #743639)
+- Fixed hang on decompress with --ignore-trailing-garbage=1 and higher
+  numCPU (e.g.  2) (bug #740502)
 Changes in 1.1.2 (Feb 19, 2011)
 - Fix directdecompress segfault when destination file can't be
   opened (e.g. read-only) (bug #717852)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.2/README new/pbzip2-1.1.3/README
--- old/pbzip2-1.1.2/README 2011-02-19 11:10:22.0 +0100
+++ new/pbzip2-1.1.3/README 2011-03-27 19:10:37.0 +0200
@@ -1,6 +1,6 @@
-Feb 19, 2011
+Mar 27, 2011
 
-Parallel BZIP2 v1.1.2 - by: Jeff Gilchrist pbz...@compression.ca
+Parallel BZIP2 v1.1.3 - by: Jeff Gilchrist pbz...@compression.ca
 Available at:  http://compression.ca/
 
 This is the README for pbzip2, a parallel implementation of the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.2/pbzip2.1 new/pbzip2-1.1.3/pbzip2.1
--- old/pbzip2-1.1.2/pbzip2.1   2011-02-19 11:10:22.0 +0100
+++ new/pbzip2-1.1.3/pbzip2.1   2011-03-27 19:10:37.0 +0200
@@ -1,6 +1,6 @@
 .TH pbzip2 1
 .SH NAME
-pbzip2  \-  parallel bzip2 file compressor, v1.1.2
+pbzip2  \-  parallel bzip2 file compressor, v1.1.3
 .SH SYNOPSIS
 .B pbzip2
 .RB [  \-123456789  ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbzip2-1.1.2/pbzip2.cpp new/pbzip2-1.1.3/pbzip2.cpp
--- old/pbzip2-1.1.2/pbzip2.cpp 2011-02-19 11:10:22.0 +0100
+++ new/pbzip2-1.1.3/pbzip2.cpp 2011-03-27 19:10:37.0 +0200
@@ -9,7 +9,7 @@
  *   - uses libbzip2 by Julian Seward 
(http://sources.redhat.com/bzip2/)
  *   - Major contributions by Yavor Nikolov 
nikolov.javor+pbz...@gmail.com
  *
- *  

commit pbzip2 for openSUSE:Factory

2011-02-20 Thread h_root

Hello community,

here is the log from the commit of package pbzip2 for openSUSE:Factory
checked in at Mon Feb 21 00:54:05 CET 2011.




--- pbzip2/pbzip2.changes   2010-12-20 19:51:46.0 +0100
+++ /mounts/work_src_done/STABLE/pbzip2/pbzip2.changes  2011-02-20 
00:14:22.0 +0100
@@ -1,0 +2,15 @@
+Sat Feb 19 23:02:36 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.2:
+  * modifies Consumer_decompress throttling to prevent potential 
+deadlock/infinite loops in certain situations
+  * fixes a deadlock bug and performance issue when consumer is working with 
+long bzip2 sequences
+  * fixes a bug which caused a hang while decompressing a prematurely 
truncated 
+bzip2 stream
+  * fixes a hang on decompression of some truncated archives
+  * adds --ignore-trailing-garbage for non-standard archives such as gentoo 
+packages
+- reformatted changes file
+
+---
@@ -4 +19,2 @@
-- reverting to upstream release, changed version to 1.1.0+0 to be newer than 
1.1.0_git...
+- reverting to upstream release, changed version to 1.1.0+0 to be newer than 
+  1.1.0_git...
@@ -6,2 +22,4 @@
-  * pbzip2-makefile.patch: adds support for BINDIR, MANDIR, DESTDIR and 
OPTFLAGS
-  * pbzip2-fix_printf_format.patch: fix the many printf format errors in debug 
and error reporting statements
+  * pbzip2-makefile.patch: adds support for BINDIR, MANDIR, DESTDIR and 
+OPTFLAGS
+  * pbzip2-fix_printf_format.patch: fix the many printf format errors in debug 
+and error reporting statements
@@ -9,3 +27,6 @@
-- replace macros.pbzip2 with macros.pbzip2.in and a placeholder to inject the 
build time value of %{_bindir}
-- add symbolic links to the manpage for pbunzip2 and pbzcat too, thanks to 
darix for pointing this out
-- changed compression of upstream tarball from xz to bzip2 in order to build 
on older openSUSE and SLE releases
+- replace macros.pbzip2 with macros.pbzip2.in and a placeholder to inject the 
+  build time value of %{_bindir}
+- add symbolic links to the manpage for pbunzip2 and pbzcat too, thanks to 
+  darix for pointing this out
+- changed compression of upstream tarball from xz to bzip2 in order to build 
on 
+  older openSUSE and SLE releases
@@ -28,3 +49,6 @@
-  * improves the decompression performance of long bzip2 streams of large 
single-stream bzip2 blocks
-  * pbzip2 should now decompress files created with bzip2 at least as quickly 
as bzip2, or slightly faster
-  * handles decompression of long bzip2 streams incrementally instead of 
loading whole streams in memory at once
+  * improves the decompression performance of long bzip2 streams of large 
+single-stream bzip2 blocks
+  * pbzip2 should now decompress files created with bzip2 at least as quickly 
+as bzip2, or slightly faster
+  * handles decompression of long bzip2 streams incrementally instead of 
+loading whole streams in memory at once
@@ -36,3 +60,6 @@
-  * adds support for multi-threaded decompression using STDIN/pipes and 
throttling compression to prevent memory exhaustion with slow output pipe
-  * fixes a bug that did not allow command line parameters to be used when 
compressing data from STDIN
-  * contains major improvements to protection of shared variables, error and 
signal handling, and program termination
+  * adds support for multi-threaded decompression using STDIN/pipes and 
+throttling compression to prevent memory exhaustion with slow output pipe
+  * fixes a bug that did not allow command line parameters to be used when 
+compressing data from STDIN
+  * contains major improvements to protection of shared variables, error and 
+signal handling, and program termination

calling whatdependson for head-i586


Old:

  pbzip2-1.1.1.tar.bz2

New:

  pbzip2-1.1.2.tar.bz2



Other differences:
--
++ pbzip2.spec ++
--- /var/tmp/diff_new_pack.QZ5hVR/_old  2011-02-21 00:53:50.0 +0100
+++ /var/tmp/diff_new_pack.QZ5hVR/_new  2011-02-21 00:53:50.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package pbzip2 (Version 1.1.1+0)
+# spec file for package pbzip2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,9 +18,9 @@
 
 
 Name:   pbzip2
-Version:1.1.1+0
+Version:1.1.2
 Release:1
-%define pkg_version 1.1.1
+%define pkg_version %{version}
 License:BSD4c
 Summary:Parallelized Implementation of bzip2
 Url:http://compression.ca/pbzip2/
@@ -87,4 +87,5 @@
 %doc %{_mandir}/man1/pbunzip2.1%{ext_man}
 %doc %{_mandir}/man1/pbzcat.1%{ext_man}
 %config %{_sysconfdir}/rpm/macros.%{name}
+
 %changelog