Mailinglist Archive: opensuse-commit (1177 mails)
| < Previous | Next > |
commit mtools for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 14 Jan 2009 01:50:03 +0100
- Message-id: <20090114005003.53B146780A8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package mtools for openSUSE:Factory
checked in at Wed Jan 14 01:50:03 CET 2009.
--------
--- mtools/mtools.changes 2007-06-05 13:29:22.000000000 +0200
+++ /mounts/work_src_done/STABLE/mtools/mtools.changes 2009-01-13
18:17:46.000000000 +0100
@@ -1,0 +2,9 @@
+Tue Jan 13 18:14:34 CET 2009 - pgajdos@xxxxxxx
+
+- 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
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
mtools-3.9.11-aliasing.diff
mtools-3.9.11-autoconf.diff
mtools-3.9.11-conf.diff
mtools-3.9.11-fat-bits.diff
mtools-3.9.11-prototypes.diff
mtools-3.9.11-script.diff
mtools-3.9.11.tar.bz2
New:
----
mtools-4.0.1-aliasing.diff
mtools-4.0.1-autoconf.diff
mtools-4.0.1-conf.diff
mtools-4.0.1-fat-bits.diff
mtools-4.0.1-prototypes.diff
mtools-4.0.1-script.diff
mtools-4.0.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mtools.spec ++++++
--- /var/tmp/diff_new_pack.j13297/_old 2009-01-14 01:49:55.000000000 +0100
+++ /var/tmp/diff_new_pack.j13297/_new 2009-01-14 01:49:55.000000000 +0100
@@ -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 @@
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 @@
%{_bindir}/f*
%changelog
+* Tue Jan 13 2009 pgajdos@xxxxxxx
+- 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@xxxxxxx
- updated to 3.9.11
* fixed reading of boot sector
@@ -115,7 +127,7 @@
* support for config parameters after -i file
- drop obsolete patches:
* memset.diff (included in update)
-* Mon Apr 23 2007 ro@xxxxxxx
+* Sun Apr 22 2007 ro@xxxxxxx
- use texlive for building
* Mon Feb 06 2006 mjancar@xxxxxxx
- bransh mtools-floppy to prevent dependecy on X11 (#146102)
++++++ mtools-3.9.11-aliasing.diff -> mtools-4.0.1-aliasing.diff ++++++
--- mtools/mtools-3.9.11-aliasing.diff 2006-02-06 21:19:28.000000000 +0100
+++ /mounts/work_src_done/STABLE/mtools/mtools-4.0.1-aliasing.diff
2009-01-13 17:51:57.000000000 +0100
@@ -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++;
++++++ mtools-3.9.11-autoconf.diff -> mtools-4.0.1-autoconf.diff ++++++
++++++ mtools-3.9.11-conf.diff -> mtools-4.0.1-conf.diff ++++++
++++++ mtools-3.9.11-fat-bits.diff -> mtools-4.0.1-fat-bits.diff ++++++
++++++ mtools-3.9.11-prototypes.diff -> mtools-4.0.1-prototypes.diff ++++++
++++++ mtools-3.9.11-script.diff -> mtools-4.0.1-script.diff ++++++
++++++ mtools-3.9.11.tar.bz2 -> mtools-4.0.1.tar.bz2 ++++++
++++ 17581 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |