packages: parted/parted-BIG_FAT_WARNING.patch, parted/parted-etherd.patch, ...

arekm arekm at pld-linux.org
Fri Aug 28 20:51:41 CEST 2009


Author: arekm                        Date: Fri Aug 28 18:51:41 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.9.0

---- Files affected:
packages/parted:
   parted-BIG_FAT_WARNING.patch (1.4 -> 1.5) , parted-etherd.patch (1.5 -> 1.6) , parted.spec (1.148 -> 1.149) , parted-inline.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/parted/parted-BIG_FAT_WARNING.patch
diff -u packages/parted/parted-BIG_FAT_WARNING.patch:1.4 packages/parted/parted-BIG_FAT_WARNING.patch:1.5
--- packages/parted/parted-BIG_FAT_WARNING.patch:1.4	Wed Apr  4 11:29:45 2007
+++ packages/parted/parted-BIG_FAT_WARNING.patch	Fri Aug 28 20:51:35 2009
@@ -1,7 +1,7 @@
 --- parted-1.8.6/parted/ui.c.orig	2007-04-04 10:38:45.596415889 +0200
 +++ parted-1.8.6/parted/ui.c	2007-04-04 10:39:49.904080574 +0200
-@@ -159,6 +159,11 @@
- static char* banner_msg = N_(
+@@ -160,6 +160,11 @@
+ static const char* banner_msg = N_(
  "Welcome to GNU Parted! Type 'help' to view a list of commands.\n");
  
 +static char* warning_msg = N_(
@@ -9,7 +9,7 @@
 +"exit to write changes to partition table, you're experimenting on your\n"
 +"disk's live body.\n");
 +
- static char* usage_msg = N_(
+ static const char* usage_msg = N_(
  "Usage: parted [OPTION]... [DEVICE [COMMAND [PARAMETERS]...]...]\n"
  "Apply COMMANDs with PARAMETERS to DEVICE.  If no COMMAND(s) are given, "
 @@ -1463,7 +1468,7 @@

================================================================
Index: packages/parted/parted-etherd.patch
diff -u packages/parted/parted-etherd.patch:1.5 packages/parted/parted-etherd.patch:1.6
--- packages/parted/parted-etherd.patch:1.5	Wed Aug 22 23:05:28 2007
+++ packages/parted/parted-etherd.patch	Fri Aug 28 20:51:35 2009
@@ -1,12 +1,12 @@
 --- parted-1.8.8/include/parted/device.h.orig	2007-07-31 21:03:53.000000000 +0200
 +++ parted-1.8.8/include/parted/device.h	2007-08-22 22:20:18.024824864 +0200
-@@ -48,7 +48,8 @@
- #ifdef ENABLE_DEVICE_MAPPER
+@@ -46,7 +46,8 @@
          PED_DEVICE_DM           = 12,
- #endif
--        PED_DEVICE_XVD          = 13
-+        PED_DEVICE_XVD          = 13,
-+        PED_DEVICE_AOE          = 14
+         PED_DEVICE_XVD          = 13,
+         PED_DEVICE_SDMMC        = 14,
+-        PED_DEVICE_VIRTBLK      = 15
++        PED_DEVICE_VIRTBLK      = 15,
++        PED_DEVICE_AOE          = 16
  } PedDeviceType;
  
  typedef struct _PedDevice PedDevice;

================================================================
Index: packages/parted/parted.spec
diff -u packages/parted/parted.spec:1.148 packages/parted/parted.spec:1.149
--- packages/parted/parted.spec:1.148	Sun May  3 16:58:51 2009
+++ packages/parted/parted.spec	Fri Aug 28 20:51:35 2009
@@ -16,12 +16,12 @@
 Summary(ru.UTF-8):	Программа GNU манипуляции дисковыми разделами
 Summary(uk.UTF-8):	Програма GNU маніпуляції дисковими розділами
 Name:		parted
-Version:	1.8.8
-Release:	4
+Version:	1.9.0
+Release:	1
 License:	GPL v3+
 Group:		Applications/System
-Source0:	http://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.bz2
-# Source0-md5:	607ab4c3cfd8455af6588b97d99ad0ba
+Source0:	http://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.xz
+# Source0-md5:	a9ffa9b69f0b6099b75c32a03bb12f7f
 # restored from git repository
 Source1:	%{name}.m4
 Patch0:		%{name}-pl.po-update.patch
@@ -32,7 +32,6 @@
 Patch5:		%{name}-etherd.patch
 Patch6:		%{name}-headers.patch
 Patch7:		%{name}-man-pt.patch
-Patch8:		%{name}-inline.patch
 URL:		http://www.gnu.org/software/parted/
 BuildRequires:	autoconf >= 2.61
 BuildRequires:	automake >= 1:1.10
@@ -127,7 +126,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %{?with_uClibc:%patch3 -p1}
@@ -135,7 +134,6 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
 
 rm -f po/stamp-po
 
@@ -192,6 +190,7 @@
 %defattr(644,root,root,755)
 %doc doc/{API,FAT} AUTHORS BUGS ChangeLog NEWS README THANKS TODO
 %lang(ja) %doc doc/USER.jp
+%attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %{!?with_static:%attr(755,root,root) %{_libdir}/libparted-*.so.*.*}
 %{_mandir}/man8/*
@@ -216,6 +215,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.149  2009/08/28 18:51:35  arekm
+- up to 1.9.0
+
 Revision 1.148  2009/05/03 14:58:51  hawk
 - release 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/parted/parted-BIG_FAT_WARNING.patch?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/parted/parted-etherd.patch?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/parted/parted.spec?r1=1.148&r2=1.149&f=u



More information about the pld-cvs-commit mailing list