This commit is contained in:
parent
4de33aa959
commit
31f4dede6a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5658327d6bad4021c02223cf86971d3db526f472d772c8677e073fffa95139fd
|
||||
size 272714
|
@ -1,9 +1,9 @@
|
||||
--- file.c
|
||||
+++ file.c
|
||||
@@ -572,7 +572,7 @@
|
||||
@@ -573,7 +573,7 @@
|
||||
Pattern.loopDetectRel = 0;
|
||||
Pattern.loopDetectAbs = first;
|
||||
if(!hash_lookup(filehash, (T_HashTableEl) &Pattern,
|
||||
if(!hash_lookup(filehash, (T_HashTableEl) &Pattern,
|
||||
- (T_HashTableEl **)&File, 0)){
|
||||
+ (T_HashTableEl **)(void *)&File, 0)){
|
||||
File->refs++;
|
3
mtools-4.0.1.tar.bz2
Normal file
3
mtools-4.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ceb7d087b7acb9308f523571eee0ce2788c913c9a2f01a3b03979bb6eb705a9
|
||||
size 272909
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 18:14:34 CET 2009 - pgajdos@suse.cz
|
||||
|
||||
- updated to 4.0.1
|
||||
* unicode support
|
||||
* use transliteration to represent characters which don't exist in
|
||||
target set
|
||||
* Offset for -i-specified image files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 5 12:11:14 CEST 2007 - prusnak@suse.cz
|
||||
|
||||
|
22
mtools.spec
22
mtools.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mtools (Version 3.9.11)
|
||||
# spec file for package mtools (Version 4.0.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 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
|
||||
@ -20,8 +20,8 @@
|
||||
|
||||
Name: mtools
|
||||
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
|
||||
Version: 3.9.11
|
||||
Release: 165
|
||||
Version: 4.0.1
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Group: System/Filesystems
|
||||
License: GPL v2 or later
|
||||
@ -90,6 +90,12 @@ install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
cp -p mtools.conf $RPM_BUILD_ROOT%{_sysconfdir}
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/mtools.info.gz
|
||||
|
||||
%postun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/mtools.info.gz
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -107,6 +113,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/f*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 13 2009 pgajdos@suse.cz
|
||||
- updated to 4.0.1
|
||||
* unicode support
|
||||
* use transliteration to represent characters which don't exist in
|
||||
target set
|
||||
* Offset for -i-specified image files
|
||||
* Tue Jun 05 2007 prusnak@suse.cz
|
||||
- updated to 3.9.11
|
||||
* fixed reading of boot sector
|
||||
@ -115,7 +127,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* support for config parameters after -i file
|
||||
- drop obsolete patches:
|
||||
* memset.diff (included in update)
|
||||
* Mon Apr 23 2007 ro@suse.de
|
||||
* Sun Apr 22 2007 ro@suse.de
|
||||
- use texlive for building
|
||||
* Mon Feb 06 2006 mjancar@suse.cz
|
||||
- bransh mtools-floppy to prevent dependecy on X11 (#146102)
|
||||
|
Loading…
Reference in New Issue
Block a user