Browse Source

parted-3.1 & gparted-0.13.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6580 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 11 years ago
parent
commit
6b955d8722

+ 5 - 2
g/gparted/gparted-vl.spec

@@ -1,5 +1,5 @@
 %define name	gparted
-%define version	0.11.0
+%define version	0.13.0
 %define release	1%{?_dist_release}
 
 Summary:	Gnome Partition Editor
@@ -18,7 +18,7 @@ Patch1:		gparted-0.11.0-desktop.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	gtk2-devel >= 2.6.0, gtkmm2-devel >= 2.8.0
-BuildRequires:	parted-devel >= 1.8.8, e2fsprogs-devel >= 1.41.0
+BuildRequires:	parted-devel >= 3.1, e2fsprogs-devel >= 1.41.0
 BuildRequires:	libuuid-devel
 BuildRequires:	desktop-file-utils
 BuildRequires:	gnome-doc-utils >= 0.3.2
@@ -101,6 +101,9 @@ fi
 %{_mandir}/man8/gparted.*
 
 %changelog
+* Sun Jul 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.0-1
+- new upstream release
+
 * Thu Jan 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.11.0-1
 - new upstream release
 - update Patch1 (gparted-0.11.0-desktop.patch)

+ 6 - 1
h/hal/hal-vl.spec

@@ -26,7 +26,7 @@ Summary: Hardware Abstraction Layer
 Summary(ja): ハードウエア抽象化レイヤ
 Name: hal
 Version: 0.5.14
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/Software/hal
@@ -131,6 +131,8 @@ Headers, static libraries and API docs for HAL.
 
 %build
 
+sed -i "s|glib/gmain.h|glib.h|g" hald/linux/addons/*.c
+
 autoreconf -f -i
 
 %configure \
@@ -255,6 +257,9 @@ fi
 
 
 %changelog
+* Sun Jul 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.14-3
+- rebuild with parted-3.1
+
 * Thu Jan 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.14-2
 - rebuild with parted-3.0
 - add Patch0 (hal-0.5.14-videodev.patch)

+ 5 - 2
k/kde-partitionmanager/kde-partitionmanager-vl.spec

@@ -2,7 +2,7 @@ Name:		kde-partitionmanager
 Summary:	KDE Partition Manager
 Summary(ja):	KDE パーティションマネージャ
 Version:	1.0.3
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 
 Group:		Applications/Administration
 License:	GPLv2+
@@ -56,7 +56,7 @@ sed -i 's,partitionmanager.desktop,kde-partitionmanager.desktop,' src/CMakeLists
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
+
 %{cmake} \
     -DCMAKE_BUILD_TYPE=release \
     -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
@@ -105,6 +105,9 @@ fi
 
 
 %changelog
+* Sun Jul 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-3
+- rebuild with parted-3.1
+
 * Fri Jan 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-2
 - add Patch0 (partitionmanager-1.0.3-r1263692.patch)
 - add BuildRequires: libatasmart-devel

+ 12 - 2
m/mkinitrd/mkinitrd-vl.spec

@@ -2,7 +2,7 @@ Summary: Creates an initial ramdisk image for preloading modules.
 Summary(ja): モジュールをプリロードするための初期RAMディスク(initramfs)作成ユーティリティ
 Name: mkinitrd
 Version: 6.0.93
-Release: 19%{?_dist_release}
+Release: 21%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Base
 
@@ -23,6 +23,7 @@ Patch25: mkinitrd-6.0.93-nokmsboot-option.patch
 Patch26: mkinitrd-6.0.93-gcc46.patch
 Patch27: mkinitrd-6.0.93-kmod.patch
 Patch28: mkinitrd-6.0.93-loadusb.patch
+Patch29: mkinitrd-6.0.93-devtmpfs.patch
 
 ExclusiveOs: Linux
 URL: git://git.fedoraproject.org/git/hosted/mkinitrd
@@ -106,7 +107,10 @@ nash
 %patch25 -p1
 %patch26 -p1
 %patch27 -p1
-%patch28 -p1 -b .loadusb
+%patch28 -p1
+%if "%{_dist_release}" >= "vl7"
+%patch29 -p1
+%endif
 
 find . -name "Makefile*" -exec sed -i 's|-Werror||g' {} \;
 
@@ -159,6 +163,12 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/kernel/prerm.d
 
 %changelog
+* Sun Jul 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0.93-21
+- rebuild with parted-3.1
+
+* Sun Jul 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-20
+- add patch29 to mount devtmpfs on /dev (newer udev support)
+
 * Sun Jul 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.93-19
 - add patch28 to load xhci-hcd and usb-storage by default
 

+ 6 - 7
p/parted/parted-vl.spec

@@ -3,7 +3,7 @@
 Summary: The GNU disk partition manipulation program.
 Summary(ja): ディスクパーティション操作ツール
 Name: parted
-Version: 3.0
+Version: 3.1
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Administration
@@ -11,9 +11,6 @@ URL: http://www.gnu.org/software/parted/
 
 Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 
-# Report partitions changes when using blkext major numbers
-Patch1: parted-2.3-lpn.patch
-
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: e2fsprogs-devel, ncurses-devel, readline-devel
 BuildRequires: python-devel, ncurses-devel
@@ -63,14 +60,12 @@ GNU Parted ライブラリにはハードディスクのパーティションを
 
 %prep
 %setup -q
-%patch1 -p1
 iconv -f ISO-8859-1 -t UTF8 AUTHORS > tmp; touch -r AUTHORS tmp; mv tmp AUTHORS
 
 %build
 %configure \
     --enable-device-mapper \
-    --enable-shared \
-    --enable-Werror=no
+    --enable-shared 
 %__make %{?_smp_mflags}
 
 %install
@@ -117,6 +112,10 @@ fi
 %{_libdir}/pkgconfig/libparted.pc
 
 %changelog
+* Sun Jul 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1-1
+- new upstream release
+- remove Patch1
+
 * Thu Jan 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0-1
 - new upstream release
 - remove Patch0

+ 4 - 1
p/pyparted/pyparted-vl.spec

@@ -3,7 +3,7 @@ Summary: Python module for GNU parted
 Summary(ja): parted の python モジュール
 Name:    pyparted
 Version: 3.8
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPLv2+
 Group:   System Environment/Libraries
 
@@ -39,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/*.so
 
 %changelog
+* Sun Jul 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8-3
+- rebuild with parted-3.1
+
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8-2
 - rebuild with python-2.7.2
 

+ 4 - 1
u/udisks/udisks-vl.spec

@@ -14,7 +14,7 @@
 Summary: Storage Management Service
 Name: udisks
 Version: 1.0.4
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/udisks
@@ -164,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 #
 %changelog
+* Sun Jul 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-3
+- rebuild with parted-3.1
+
 * Thu Jan 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-2
 - rebuild with parted-3.0