Browse Source

new upstream release

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

+ 6 - 3
d/dbus-glib/dbus-glib-vl.spec

@@ -1,15 +1,15 @@
 %define gettext_package dbus
 
 %define expat_version 2.0.1
-%define glib2_version 2.26.0
-%define dbus_version 1.2.24
+%define glib2_version 2.26.1
+%define dbus_version 1.4.1
 
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
 Summary: GLib bindings for D-Bus
 Summary(ja): D-Bus の GLib バインディング
 Name: dbus-glib
-Version: 0.88
+Version: 0.92
 Release: 1%{?_dist_release}
 URL: http://www.freedesktop.org/software/dbus/
 Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
@@ -144,6 +144,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.92-1
+- new upstream release
+
 * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.88-1
 - new upstream release
 

+ 6 - 3
d/dbus-python/dbus-python-vl.spec

@@ -1,14 +1,14 @@
 %{!?python_sitearch:	%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?python_sitelib:	%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define dbus_glib_version 	0.70
-%define dbus_version 		0.90
+%define dbus_glib_version 	0.92
+%define dbus_version 		1.4.1
 %define pkg_release		1%{?_dist_release}
 
 Name:		dbus-python
 Summary:	D-Bus Python Bindings 
 Summary(ja):	D-Bus Python バインディング
-Version:	0.83.1
+Version:	0.83.2
 Release:	%{pkg_release}
 
 Group:		System Environment/Libraries
@@ -81,6 +81,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/pkgconfig/dbus-python.pc
 
 %changelog
+* Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.83.2-1
+- new upstream release
+
 * Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.83.1-1
 - new upstream release
 - dropt Patch0 (merged into upstream)

+ 5 - 2
d/dbus/dbus-vl.spec

@@ -2,7 +2,7 @@
 
 %define gettext_package dbus
 %define expat_version           2.0.1
-%define pyrex_version           0.9.8
+%define pyrex_version           0.9.9
 %define dbus_user_uid           81
 
 %define _localstatedir %{_var}
@@ -10,7 +10,7 @@
 Summary: D-BUS message bus
 Summary(ja): D-BUS メッセージバスシステム
 Name: dbus
-Version: 1.4.0
+Version: 1.4.1
 Release: 1%{?_dist_release}
 URL: http://www.freedesktop.org/software/dbus/
 License: AFL/GPLv2
@@ -244,6 +244,9 @@ fi
 %endif
 
 %changelog
+* Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
+- new upstream release
+
 * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
 - new upstream release
 

+ 5 - 10
f/f-spot/f-spot-vl.spec

@@ -1,5 +1,5 @@
 Name:           f-spot
-Version:        0.8.0
+Version:        0.8.2
 Release:        1%{?_dist_release}
 Summary:        Photo management application
 Summary(ja):    写真管理アプリケーション
@@ -13,12 +13,7 @@ Patch1:         f-spot-0.7.1-build-fixes.patch
 Patch3:         0002-enhance-the-f-spot-import-script.patch
 
 # Patch from fedora
-# upstream patch to prevent crash with empty databases
-# http://git.gnome.org/browse/f-spot/patch/?id=9054153b3b40f76f7e094ca8db98de0eaca62808
-Patch11:         0001-Don-t-crash-with-empty-databases.patch
 # two upstream patches to fix compile issue with Mono 2.8:
-# http://gitorious.org/taglib-sharp/mainline/commit/5b8a05f130d7e2bf6e284ae0486c9193112806fa
-Patch12:         0001-All-fields-of-a-struct-must-be-initialized-before-th.patch
 # http://git.gnome.org/browse/f-spot/commit/?id=9d6e8052b188c2b1cb310ef05842da74a730a39f
 Patch13:         0001-PixbufLoader-from-gtk-sharp-master-does-not-have-a-C.patch
 
@@ -79,10 +74,6 @@ photo collection in a slideshow as a screensaver.
 %setup -q
 #%patch1 -p1 -b .buildfix
 %patch3 -p1 -b .gvfs-gphoto
-%patch11 -p1 -b db-fix
-pushd lib/TagLib/TagLib
-%patch12 -p1 -b mono28-compile-fix
-popd
 %patch13 -p1 -b mono28-compile-fix
 
 
@@ -181,6 +172,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/applications/screensavers/f-spot-screensaver.desktop
 
 %changelog
+* Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-1
+- new upstream release
+- delete Patch11,12
+
 * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
 - new upstream release
 - drop Patch1

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

@@ -1,6 +1,6 @@
 %define name	gparted
-%define version	0.7.0
-%define release	2%{?_dist_release}
+%define version	0.7.1
+%define release	1%{?_dist_release}
 
 Summary:	Gnome Partition Editor
 Summary(ja): 	Gnome パーティション編集ツール
@@ -98,6 +98,9 @@ fi
 %{_mandir}/man8/gparted.*
 
 %changelog
+* Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.1-1
+- new upstream release
+
 * Sat Dec 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.0-2
 - add BuildRequires: libuuid-devel, gnome-doc-utils
 

+ 7 - 7
h/hal/hal-vl.spec

@@ -25,14 +25,14 @@
 Summary: Hardware Abstraction Layer
 Summary(ja): ハードウエア抽象化レイヤ
 Name: hal
-Version: 0.5.13
-Release: 6%{?_dist_release}
+Version: 0.5.14
+Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/Software/hal
 License: AFL/GPL
 
-Source0: %{name}-%{version}.tar.gz
+Source0: %{name}-%{version}.tar.bz2
 
 Patch2: hal-0.5.11-change-priority.patch
 
@@ -45,9 +45,6 @@ Patch9: hal-KVM-evdev.patch
 # http://bugs.freedesktop.org/show_bug.cgi?id=22442
 Patch11: hal-HDAPS-blacklist.patch
 
-# https://bugzilla.redhat.com/show_bug.cgi?id=507782
-Patch12: hal-mdfind.patch
-
 Patch100: hal-use-at-console.patch
 
 Patch200: hal-0.5.13-disable-keyboard-hotplug.patch
@@ -124,7 +121,6 @@ Headers, static libraries and API docs for HAL.
 %patch4 -p1 -b .dell-killswitch
 %patch9 -p1 -b .kvm-evdev
 %patch11 -p1 -b .hdaps-blacklist
-%patch12 -p1 -b .mdfind
 
 %patch100 -p1 -b .drop-polkit
 
@@ -256,6 +252,10 @@ fi
 
 
 %changelog
+* Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.14-1
+- update to 0.5.14
+- delete Patch12 (hal-mdfind.patch)
+
 * Sat Dec 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.13-6
 - add BuildRequires: zlib-devel
 

+ 5 - 2
l/lvm2/lvm2-vl.spec

@@ -1,5 +1,5 @@
-%define lvm_version 2.02.78
-%define device_mapper_version 1.02.59
+%define lvm_version 2.02.79
+%define device_mapper_version 1.02.60
 %define with_cluster 0
 
 Summary: Userland logical volume management tools
@@ -402,6 +402,9 @@ fi
 /usr%{_libdir}/pkgconfig/devmapper-event.pc
 
 %changelog
+* Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.02.79-1
+- new upstream release
+
 * Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.02.78-1
 - new upstream release
 - fix %%files

+ 5 - 2
p/python-pyrex/python-pyrex-vl.spec

@@ -1,8 +1,8 @@
 %define python_sitelib %(python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(0)')
 %define packagename Pyrex
 Name:           python-pyrex
-Version:        0.9.8.4
-Release:        2%{?_dist_release}
+Version:        0.9.9
+Release:        1%{?_dist_release}
 BuildArch:	noarch
 Summary:        A compiler/language for writing Python extension modules.
 Group:          Development/Languages
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/pyrexc
 
 %changelog
+* Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.9-1
+- new upstream release
+
 * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.9.8.4-2
 - rebuild with python-2.6