5eacc48
%if ( 0%{?rhel} && ! 0%{?epel} ) || 0%{?epel} == 8
a3b97cf
%bcond_with gui
a3b97cf
%else
a3b97cf
%bcond_without gui
a3b97cf
%endif
a3b97cf
1cd4af8
Summary: Very high compression ratio file archiver
1cd4af8
Name: p7zip
43d1d57
Version: 16.02
fd531e8
Release: 21%{?dist}
64f3481
# Files under C/Compress/Lzma/ are dual LGPL or CPL
cf51bf4
License: LGPLv2 and (LGPLv2+ or CPL)
1cd4af8
URL: http://p7zip.sourceforge.net/
b95b5a0
# RAR sources removed since their license is incompatible with the LGPL
967a650
#Source: http://downloads.sf.net/p7zip/p7zip_%%{version}_src_all.tar.bz2
52fba4f
# export VERSION=15.14.1
5bebc98
# wget http://downloads.sf.net/p7zip/p7zip_${VERSION}_src_all.tar.bz2
b95b5a0
# tar xjvf p7zip_${VERSION}_src_all.tar.bz2
d586e74
# rm -rf p7zip_${VERSION}/CPP/7zip/{Archive,Compress,Crypto,QMAKE}/Rar*
6fd89d9
# rm p7zip_${VERSION}/DOC/unRarLicense.txt
59f8731
# tar --numeric-owner -cjvf p7zip_${VERSION}_src_all-norar.tar.bz2 p7zip_${VERSION}
b95b5a0
Source: p7zip_%{version}_src_all-norar.tar.bz2
d586e74
Patch0: p7zip_15.14-norar_cmake.patch
0a1f339
# from Debain
178154d
Patch4: p7zip-manpages.patch
d2543d8
Patch5: 02-man.patch
4b3973f
Patch6: CVE-2016-9296.patch
d2543d8
Patch7: 05-hardening-flags.patch
7db8822
Patch10: CVE-2017-17969.patch
d2543d8
Patch11: 14-Fix-g++-warning.patch
c3938a1
Patch12: gcc10-conversion.patch
527ebaa
Patch13: 0001-fix-data-null-pointer.patch
527ebaa
Patch14: 0001-fix-out-of-mem.patch
6fd89d9
1471ac2
BuildRequires: make
9adc155
BuildRequires: gcc
9adc155
BuildRequires: gcc-c++
6fd89d9
BuildRequires: cmake
a3b97cf
%if %{with gui}
d586e74
# for 7zG GUI
de792c8
%if 0%{?rhel} && 0%{?rhel} <= 7
de792c8
BuildRequires: wxGTK-devel
de792c8
%else
e3e52b2
BuildRequires: wxGTK3-devel
de792c8
%endif
d586e74
BuildRequires: kde-filesystem
a3b97cf
%endif
cf01096
%ifarch %{ix86}
cf01096
BuildRequires: nasm
cf01096
%endif
80aa7d7
%ifarch x86_64
80aa7d7
BuildRequires: yasm
80aa7d7
%endif
1cd4af8
1cd4af8
%description
1cd4af8
p7zip is a port of 7za.exe for Unix. 7-Zip is a file archiver with a very high
1cd4af8
compression ratio. The original version can be found at http://www.7-zip.org/.
1cd4af8
1cd4af8
1cd4af8
%package plugins
1cd4af8
Summary: Additional plugins for p7zip
1cd4af8
1cd4af8
%description plugins
1cd4af8
Additional plugins that can be used with 7z to extend its abilities.
1cd4af8
This package contains also a virtual file system for Midnight Commander.
1cd4af8
a3b97cf
%if %{with gui}
d586e74
%package gui
d586e74
Summary: 7zG - 7-Zip GUI version
d586e74
Requires: kde-filesystem
a3b97cf
Requires: p7zip-plugins
d586e74
d586e74
%description gui
d586e74
7zG is a gui provide by p7zip and it is now in beta stage.
d586e74
Also add some context menus for KDE4.
d586e74
This package is *experimental*.
a3b97cf
%endif
d586e74
b4ccf1a
%package        doc
b4ccf1a
Summary:        Manual documentation and contrib directory
b4ccf1a
BuildArch:      noarch
b4ccf1a
b4ccf1a
%description    doc
b4ccf1a
This package contains the p7zip manual documentation and some code
b4ccf1a
contributions.
1cd4af8
1cd4af8
%prep
2b933a7
%autosetup -p1 -n %{name}_%{version}
b4ccf1a
967a650
# move license files
d586e74
mv DOC/License.txt DOC/copying.txt .
d586e74
1cd4af8
%build
6fd89d9
pushd CPP/7zip/CMAKE/
d586e74
sh ./generate.sh
6fd89d9
popd
cf01096
%ifarch %{ix86}
Matthias Saou 1cf05bc
cp -f makefile.linux_x86_asm_gcc_4.X makefile.machine
1cd4af8
%endif
1cd4af8
%ifarch x86_64
Matthias Saou 1cf05bc
cp -f makefile.linux_amd64_asm makefile.machine
1cd4af8
%endif
cf01096
%ifarch ppc ppc64
Matthias Saou 1cf05bc
cp -f makefile.linux_any_cpu_gcc_4.X makefile.machine
cf01096
%endif
1cd4af8
a3b97cf
%make_build all2 \
a3b97cf
%if %{with gui}
a3b97cf
	7zG \
a3b97cf
%endif
80aa7d7
    OPTFLAGS="%{optflags}" \
80aa7d7
    DEST_HOME=%{_prefix} \
80aa7d7
    DEST_BIN=%{_bindir} \
80aa7d7
    DEST_SHARE=%{_libexecdir}/p7zip \
80aa7d7
    DEST_MAN=%{_mandir}
1cd4af8
1cd4af8
1cd4af8
%install
Matthias Saou 1cf05bc
make install \
80aa7d7
    DEST_DIR=%{buildroot} \
80aa7d7
    DEST_HOME=%{_prefix} \
80aa7d7
    DEST_BIN=%{_bindir} \
80aa7d7
    DEST_SHARE=%{_libexecdir}/p7zip \
80aa7d7
    DEST_MAN=%{_mandir}
0a1f339
d586e74
# remove redundant DOC dir
d586e74
mv %{buildroot}%{_docdir}/p7zip/DOC/* %{buildroot}%{_docdir}/p7zip
d586e74
rmdir %{buildroot}%{_docdir}/p7zip/DOC/
d586e74
a3b97cf
%if %{with gui}
d586e74
mkdir -p %{buildroot}%{_kde4_datadir}/kde4/services/ServiceMenus/
1203b33
# remove a duplicated of p7zip_compress.desktop
1203b33
rm GUI/kde4/p7zip_compress2.desktop
d586e74
cp GUI/kde4/*.desktop %{buildroot}%{_kde4_datadir}/kde4/services/ServiceMenus/
1203b33
#fix non-executable-in-bin
1203b33
chmod +x %{buildroot}%{_bindir}/p7zipForFilemanager
a3b97cf
%endif
0a1f339
0a1f339
%check
d2543d8
%if ! 0%{?rhel} || 0%{?rhel} >= 7
d586e74
make test
06b60a6
%endif
52fba4f
# Next test fails, because we don't have X11 envoirment ...
52fba4f
# Error: Unable to initialize gtk, is DISPLAY set properly?
d586e74
#make test_7zG || :
1cd4af8
1cd4af8
1cd4af8
%files
d586e74
%{_docdir}/p7zip
b4ccf1a
%exclude  %{_docdir}/p7zip/MANUAL
967a650
%license copying.txt License.txt
1cd4af8
%{_bindir}/7za
2351137
%dir %{_libexecdir}/p7zip/
2351137
%{_libexecdir}/p7zip/7za
2351137
%{_libexecdir}/p7zip/7zCon.sfx
80aa7d7
%{_mandir}/man1/7za.1*
80aa7d7
%exclude %{_mandir}/man1/7zr.1*
1cd4af8
1cd4af8
%files plugins
1cd4af8
%{_bindir}/7z
1984e15
%dir %{_libexecdir}/p7zip/
1cd4af8
%{_libexecdir}/p7zip/7z
80aa7d7
%{_libexecdir}/p7zip/7z.so
80aa7d7
#{_libexecdir}/p7zip/Codecs/
80aa7d7
#{_libexecdir}/p7zip/Formats/
80aa7d7
%{_mandir}/man1/7z.1*
1cd4af8
a3b97cf
%if %{with gui}
d586e74
%files gui
d586e74
%{_bindir}/7zG
d586e74
%{_bindir}/p7zipForFilemanager
d586e74
%{_libexecdir}/p7zip/7zG
d586e74
%{_libexecdir}/p7zip/Lang
d586e74
%{_kde4_datadir}/kde4/services/ServiceMenus/*.desktop
a3b97cf
%endif
d586e74
b4ccf1a
%files doc
b4ccf1a
%{_docdir}/p7zip/MANUAL
b4ccf1a
%doc contrib/
b4ccf1a
1cd4af8
1cd4af8
%changelog
fd531e8
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 16.02-21
fd531e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
fd531e8
527ebaa
* Thu Apr 22 2021 Sérgio Basto <sergio@serjux.com> - 16.02-20
527ebaa
- Fix two Null Pointer Dereferences, thanks to NSFOCUS Security Team
527ebaa
8aa842d
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 16.02-19
8aa842d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8aa842d
863170d
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 16.02-18
863170d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
863170d
e40c021
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 16.02-17
e40c021
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e40c021
f26ab18
* Tue Sep 24 2019 Sérgio Basto <sergio@serjux.com> - 16.02-16.1
c3938a1
- Add gcc10-conversion.patch provide by Red Hat's compiler team
c3938a1
5eacc48
* Thu Aug 15 2019 Orion Poplawski <orion@nwra.com> - 16.02-16
5eacc48
- Build without gui for now in EPEL8
5eacc48
d08c648
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 16.02-15
d08c648
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
d08c648
ae52d4b
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 16.02-14
ae52d4b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ae52d4b
d35b533
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 16.02-13
d35b533
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
9adc155
- https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
d35b533
e3e52b2
* Mon Jul 09 2018 Scott Talbert <swt@techie.net> - 16.02-12
e3e52b2
- Rebuild with wxWidgets 3.0
e3e52b2
6293fae
* Wed Mar 07 2018 Adam Williamson <awilliam@redhat.com> - 16.02-11
6293fae
- Rebuild to fix GCC 8 mis-compilation
6293fae
  See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")
6293fae
7db8822
* Tue Feb 06 2018 Sérgio Basto <sergio@serjux.com> - 16.02-10
7db8822
- Improve security patch
7db8822
d2543d8
* Sat Jan 27 2018 Sérgio Basto <sergio@serjux.com> - 16.02-9
d2543d8
- Security fix for CVE-2017-17969 (from Debian)
d2543d8
- Add 05-hardening-flags.patch, 09-man-update.patch, 10-drop-fm-doc.patch
d2543d8
  and 14-Fix-g++-warning.patch patches from Debian, very small changes
d2543d8
  better documentation, compile flags and compile warning.
d2543d8
b4ccf1a
* Wed Jan 24 2018 Sérgio Basto <sergio@serjux.com> - 16.02-8
b4ccf1a
- Add sub-package doc
b4ccf1a
a3b97cf
* Wed Jan 24 2018 Tomas Hoger <thoger@redhat.com> - 16.02-7
a3b97cf
- Add conditional for building with(out) GUI support.  Keep GUI enabled for
a3b97cf
  Fedora and EPEL builds, but disabled for RHEL.
a3b97cf
- Add missing dependency - 7zG requires 7z.so, so p7zip-gui needs to require
a3b97cf
  p7zip-plugins.
a3b97cf
2b933a7
* Sun Sep 10 2017 Vasiliy N. Glazov <vascom2@gmail.com> - 16.02-6
2b933a7
- Cleanup spec
2b933a7
8ad2b6f
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.02-5
8ad2b6f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8ad2b6f
5867fec
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.02-4
5867fec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5867fec
909356d
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.02-3
909356d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
909356d
6744f2a
* Mon Nov 21 2016 Sérgio Basto <sergio@serjux.com> - 16.02-2
6744f2a
- Security fix for CVE-2016-9296
6744f2a
43d1d57
* Mon Jul 18 2016 Sérgio Basto <sergio@serjux.com> - 16.02-1
43d1d57
- Update p7zip to 16.02 and fix security issues
43d1d57
52fba4f
* Sun Mar 27 2016 Sérgio Basto <sergio@serjux.com> - 15.14.1-1
52fba4f
- Update to 15.14.1
52fba4f
- Revert 7zFM build, upstream recomends not build it
52fba4f
  http://sourceforge.net/p/p7zip/bugs/175/
52fba4f
1203b33
* Thu Mar 17 2016 Sérgio Basto <sergio@serjux.com> - 15.14-2
1203b33
- Fix non-executable-in-bin for p7zipForFilemanager.
1203b33
- Remove p7zip_compress2.desktop to not duplicate the menu entries.
1203b33
- Also build 7zFM, rebuild p7zip_15.14_src_all-norar.tar.bz2, to build 7zFM
1203b33
  instead 7zFM_do_not_use.
1203b33
d586e74
* Tue Mar 15 2016 Sérgio Basto <sergio@serjux.com> - 15.14-1
d586e74
- Update to 15.14 .
d586e74
- Rebase norar_cmake.patch
d586e74
- Minor improvement in snippet of documentation.
d586e74
- Drop patch1, from changelog build on s390 is fixed.
d586e74
- Drop p7zip-15.09-CVE-2015-1038.patch, from changelog if fixed.
d586e74
- Drop upstreamed p7zip_15.09-incorrect-fsf-address.patch .
d586e74
- Drop p7zip_15.09-no7zG_and_7zFM.patch, p7zip build is fixed.
d586e74
- Add sub-package p7zip-gui with 7zG.
d586e74
acc5916
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15.09-10
acc5916
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
acc5916
0a1f339
* Mon Jan 25 2016 Sérgio Basto <sergio@serjux.com> - 15.09-9
0a1f339
- Add 02_man.patch from Debian
0a1f339
2351137
* Fri Jan 22 2016 Sérgio Basto <sergio@serjux.com> - 15.09-8
2351137
- Revert better solutions for "create unowned directory"
2351137
091dccc
* Fri Jan 22 2016 Sérgio Basto <sergio@serjux.com> - 15.09-7
091dccc
- Split incorrect-fsf-address.patch and do not pack backup files
091dccc
11f5671
* Fri Jan 22 2016 Sérgio Basto <sergio@serjux.com> - 15.09-6
11f5671
- Stating in License.txt file that we removed non-Free unrar code
11f5671
  from sources (#190277)
11f5671
- Fix incorrect fsf address in the license files.
11f5671
- Add p7zip_15.09-no7zG_and_7zFM.patch in a diferent patch.
11f5671
967a650
* Fri Jan 22 2016 Sérgio Basto <sergio@serjux.com> - 15.09-5
967a650
- Add license tag
967a650
- better solutions for "create unowned directory" (#917366)
967a650
f3d8f17
* Thu Dec 03 2015 Sérgio Basto <sergio@serjux.com> - 15.09-4
f3d8f17
- Fix CVE-2015-1038 (#1179505)
f3d8f17
9218896
* Wed Dec 02 2015 Sérgio Basto <sergio@serjux.com> - 15.09-3
9218896
- Fix build on s390 architecture (#1286992)
9218896
1984e15
* Thu Nov 12 2015 Sérgio Basto <sergio@serjux.com> - 15.09-2
1984e15
- fix rhbz #917366
1984e15
6fd89d9
* Thu Nov 05 2015 Sérgio Basto <sergio@serjux.com> - 15.09-1
6fd89d9
- Update to p7zip_15.09
6fd89d9
- Use cmake.
6fd89d9
- Refactor norar patch.
6fd89d9
- Deleted: p7zip_9.20.1-execstack.patch (upstreamed)
6fd89d9
- Deleted: p7zip_9.20.1-install.patch (upstreamed)
6fd89d9
- Deleted: p7zip_9.20.1-nostrip.patch (upstreamed)
6fd89d9
960b9fb
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.20.1-10
960b9fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
960b9fb
1bbdb4b
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 9.20.1-9
1bbdb4b
- Rebuilt for GCC 5 C++11 ABI change
1bbdb4b
217fc42
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.20.1-8
217fc42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
217fc42
95794e1
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.20.1-7
95794e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
95794e1
3b4b23b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.20.1-6
3b4b23b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3b4b23b
f3e6214
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.20.1-5
f3e6214
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f3e6214
34cf6b3
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.20.1-4
34cf6b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
34cf6b3
87dc925
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.20.1-3
87dc925
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
87dc925
Matthias Saou 1cadb4f
* Tue Jul 26 2011 Matthias Saou <matthias@saou.eu> 9.20.1-2
Matthias Saou 1cadb4f
- Execstack patch to fix what's wanted by the yasm code (#718778).
Matthias Saou 1cadb4f
Matthias Saou 1cf05bc
* Tue Jul 26 2011 Matthias Saou <matthias@saou.eu> 9.20.1-1
Matthias Saou 1cf05bc
- Update to 9.20.1 (#688564).
Matthias Saou 1cf05bc
- Update norar, nostrip and install patches.
Matthias Saou 1cf05bc
- Minor clean ups : Don't use trivial macros + new email address.
Matthias Saou 1cf05bc
- Don't require the main package from the plugins package (#690551).
Matthias Saou 1cf05bc
- Use the any_cpu_gcc_4.X makefile for ppc* since the ppc specific one is gone.
Matthias Saou 1cf05bc
9ce9b2d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.13-2
9ce9b2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9ce9b2d
Matthias Saou 1cf05bc
* Thu Jul  8 2010 Matthias Saou <matthias@saou.eu> 9.13-1
69cb440
- Update to 9.13.
69cb440
- Update norar and nostrip patches.
69cb440
Matthias Saou 1cf05bc
* Tue Dec  8 2009 Matthias Saou <matthias@saou.eu> 9.04-1
ab30f97
- Update to 9.04.
ab30f97
- Update norar patch.
ab30f97
6f81bb3
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.65-2
6f81bb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6f81bb3
Matthias Saou 1cf05bc
* Sun Apr 12 2009 Matthias Saou <matthias@saou.eu> 4.65-1
5bebc98
- Update to 4.65.
5bebc98
- Update norar patch.
5bebc98
5bebc98
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
d15ce1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d15ce1d
Matthias Saou 1cf05bc
* Tue Dec 23 2008 Matthias Saou <matthias@saou.eu> 4.61-1
cf01096
- Update to 4.61.
cf01096
- Update norar patch.
cf01096
- Use asm for x86 too (nasm).
cf01096
Matthias Saou 1cf05bc
* Wed Jun 18 2008 Matthias Saou <matthias@saou.eu> 4.58-1
1cd5199
- Update to 4.58.
1cd5199
- Update norar patch.
1cd5199
- Update install patch.
1cd5199
1cd5199
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org>
d9e9fae
- Autorebuild for GCC 4.3
d9e9fae
Matthias Saou 1cf05bc
* Wed Aug 22 2007 Matthias Saou <matthias@saou.eu> 4.51-3
f59cd2b
- Rebuild for new BuildID feature.
f59cd2b
Matthias Saou 1cf05bc
* Thu Aug  9 2007 Matthias Saou <matthias@saou.eu> 4.51-2
cf51bf4
- Update License field some more (LGPL+ to LGPLv2+).
cf51bf4
Matthias Saou 1cf05bc
* Sun Aug  5 2007 Matthias Saou <matthias@saou.eu> 4.51-1
64f3481
- Update to 4.51.
64f3481
- Update License field.
64f3481
Matthias Saou 1cf05bc
* Tue Jun 19 2007 Matthias Saou <matthias@saou.eu> 4.47-1
80aa7d7
- Update to 4.47.
80aa7d7
- Include now required patch to exclude removed Rar bits from makefiles.
80aa7d7
- Switch to using "make install" for installation... so patch and hack.
80aa7d7
- Use the asm makefile for x86_64, so build require yasm for it too.
80aa7d7
- Add ppc64 to the main %%ifarch.
80aa7d7
- Remove no longer included Codecs and Formats dirs (7z.so replaces them?).
80aa7d7
- Remove our wrapper scripts, since the install script creates its own.
80aa7d7
Matthias Saou 1cf05bc
* Thu Mar  1 2007 Matthias Saou <matthias@saou.eu> 4.44-2
657653a
- Remove _smp_mflags since some builds fail with suspicious errors.
657653a
Matthias Saou 1cf05bc
* Thu Mar  1 2007 Matthias Saou <matthias@saou.eu> 4.44-1
b2913b7
- Update to 4.44.
b2913b7
Matthias Saou 1cf05bc
* Mon Aug 28 2006 Matthias Saou <matthias@saou.eu> 4.42-2
4904614
- FC6 rebuild.
4904614
Matthias Saou 1cf05bc
* Thu Jun 29 2006 Matthias Saou <matthias@saou.eu> 4.42-1
59f8731
- Update to 4.42.
59f8731
Matthias Saou 1cf05bc
* Tue May  2 2006 Matthias Saou <matthias@saou.eu> 4.39-1
b95b5a0
- Update to 4.39.
b95b5a0
- Remove no longer needed gcc 4.1 patch.
b95b5a0
- Use the gcc_4.X makefile.
b95b5a0
- Remove RAR licensed files and RAR license itself (#190277).
b95b5a0
Matthias Saou 1cf05bc
* Mon Mar  6 2006 Matthias Saou <matthias@saou.eu> 4.30-3
7b15b4c
- FC5 rebuild.
7b15b4c
Matthias Saou 1cf05bc
* Thu Feb  9 2006 Matthias Saou <matthias@saou.eu> 4.30-2
e39645f
- Rebuild for new gcc/glibc.
e39645f
- Include gcc 4.1 patch for extra qualification errors.
e39645f
Matthias Saou 1cf05bc
* Mon Nov 28 2005 Matthias Saou <matthias@saou.eu> 4.30-1
a7e6205
- Update to 4.30.
a7e6205
Matthias Saou 1cf05bc
* Thu Oct 27 2005 Matthias Saou <matthias@saou.eu> 4.29-3
e5919d0
- Double quote args passed inside the shell scripts, to fix #171480.
e5919d0
Matthias Saou 1cf05bc
* Mon Oct 10 2005 Matthias Saou <matthias@saou.eu> 4.29-2
99fb349
- Update to 4.29.
99fb349
47f2cad
* Sun Jun 05 2005 Dag Wieers <dag@wieers.com> - 4.20-1
47f2cad
- Updated to release 4.20.
47f2cad
1cd4af8
* Sun Apr 10 2005 Dag Wieers <dag@wieers.com> - 4.16-1
1cd4af8
- Moved inline scripts to %%prep stage.
1cd4af8
- Removed quotes for $@ as it should not be necessary.
1cd4af8
Matthias Saou 1cf05bc
* Thu Mar 17 2005 Matthias Saou <matthias@saou.eu> 4.14.01-1
1cd4af8
- Spec file cleanup.
1cd4af8
- Fix wrapper scripts : Double quote $@ for filenames with spaces to work.
1cd4af8
- Move files from /usr/share to /usr/libexec.
1cd4af8
- Various other minor changes.
1cd4af8
a5ba3da
* Mon Jan 24 2005 Marcin Zajączkowski <mszpak@wp.pl>
1cd4af8
 - upgraded to 4.14.01
1cd4af8
a5ba3da
* Sun Jan 16 2005 Marcin Zajączkowski <mszpak@wp.pl>
1cd4af8
 - upgraded to 4.14
1cd4af8
a5ba3da
* Mon Dec 20 2004 Marcin Zajączkowski <mszpak@wp.pl>
657653a
 - added 7za script and moved SFX module to _datadir/name/ to allow 7za & 7z
1cd4af8
   use it simultaneously
1cd4af8
 - returned to plugins in separate package
1cd4af8
1cd4af8
* Sat Dec 18 2004 Charles Duffy <cduffy@spamcop.net>
1cd4af8
 - upgraded to 4.13
1cd4af8
 - added 7z (not just 7za) with a shell wrapper
1cd4af8
 - added gcc-c++ to the BuildRequires list
1cd4af8
a5ba3da
* Sat Nov 20 2004 Marcin Zajączkowski <mszpak@wp.pl>
1cd4af8
 - upgraded to 4.12
1cd4af8
 - added virtual file system for Midnight Commander
1cd4af8
a5ba3da
* Thu Nov 11 2004 Marcin Zajączkowski <mszpak@wp.pl>
1cd4af8
 - upgraded to 4.10
1cd4af8
 - plugins support was dropped out from p7zip
1cd4af8
a5ba3da
* Sun Aug 29 2004 Marcin Zajączkowski <mszpak@wp.pl>
1cd4af8
 - initial release
1cd4af8