Browse Source

new upstream release

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

+ 4 - 1
e/empathy/empathy-vl.spec

@@ -1,5 +1,5 @@
 %define major_ver 3.4
-%define minor_ver 2.1
+%define minor_ver 2.3
 %define rel       1
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -200,6 +200,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2.3-1
+- new upstream release
+
 * Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2.1-1
 - new upstream release
 

+ 4 - 1
g/gnome-bluetooth/gnome-bluetooth-vl.spec

@@ -1,7 +1,7 @@
 Summary: GNOME Bluetooth Subsystem
 Summary(ja): GNOME Bluetooth サブシステム
 Name: gnome-bluetooth
-Version: 3.4.1
+Version: 3.4.2
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -212,6 +212,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
+- new upstream release
+
 * Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
 - new upstream release
 - add BuildRequires: nautilus-sendto-devel

+ 6 - 7
g/gnome-screensaver/gnome-screensaver-vl.spec

@@ -1,5 +1,4 @@
 %define _dbus_ver		1.4.20
-%define _gconf_ver		3.2.0
 %define _gtk_ver		3.4.0
 %define _glib_ver		2.32.0
 %define _libgnomekbd_ver	3.4.0
@@ -13,7 +12,7 @@
 Summary:	GNOME Screensaver
 Summary(ja):	GNOME スクリーンセーバー
 Name:		gnome-screensaver
-Version:	3.4.1
+Version:	3.4.2
 Release:	1%{?_dist_release}
 License:	GPL
 Group:		User Interface/Desktops
@@ -29,7 +28,6 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	gtk3-devel >= %{_gtk_ver}
 BuildRequires:	glib2-devel >= %{_glib_ver}
 BuildRequires:	dbus-devel >= %{_dbus_ver}
-BuildRequires:	GConf2-devel >= %{_gconf_ver}
 BuildRequires:	libgnomekbd-devel >= %{_libgnomekbd_ver}
 BuildRequires:	libglade2-devel >= %{_libglade_ver}
 BuildRequires:	gnome-menus-devel >= %{_libgnome_menu_ver}
@@ -48,8 +46,8 @@ BuildRequires:	nss-devel
 BuildRequires:	automake, autoconf, libtool, intltool
 BuildRequires:	desktop-file-utils
 
-Requires(post):  GConf2
-Requires(preun): GConf2
+Requires(post):  glib2
+Requires(preun): glib2
 
 %description
 gnome-screensaver is a screen saver and locker that aims to have
@@ -71,9 +69,7 @@ It is designed to support:
 
 %install
 rm -rf $RPM_BUILD_ROOT
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
-unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 #desktop-file-install --vendor gnome --delete-original                   \
 #  --dir $RPM_BUILD_ROOT%{_datadir}/applications                         \
@@ -108,6 +104,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_mandir}/man1/*.1*
 
 %changelog
+* Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
+- new upstream release
+
 * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
 - new upstream release
 

+ 8 - 9
lib/libx/libxml2/libxml2-vl.spec

@@ -1,16 +1,13 @@
 Summary: Library providing XML and HTML support
 Summary(ja): XML や HTML サポートを提供するライブラリ
 Name: libxml2
-Version: 2.7.8
-Release: 3%{_dist_release}
+Version: 2.8.0
+Release: 1%{_dist_release}
 License: MIT
 Group: System Environment/Libraries
 Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
 
 Patch0: libxml2-multilib.patch
-Patch1: libxml2-2.7.8-reactivate-versionning-script.patch
-Patch10: libxml2-2.7.8-CVE-2010-4494.patch
-Patch11: libxml2-2.7.8-xpath.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: python
@@ -169,10 +166,6 @@ DTDであってもパースと確認が出来ます。
 %setup -q
 
 %patch0 -p1
-%patch1 -p1
-
-%patch10 -p1 -b .CVE-2010-4494
-%patch11 -p1 -b .xpath
 
 %build
 %configure
@@ -257,6 +250,12 @@ touch -m --reference=$RPM_BUILD_ROOT/%{_includedir}/libxml2/libxml/parser.h $RPM
 %endif
 
 %changelog
+* Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
+- new upstream release
+- remove Patch1 (libxml2-2.7.8-reactivate-versionning-script.patch)
+ -remove Patch10 (libxml2-2.7.8-CVE-2010-4494.patch)
+- remove Patch11 (libxml2-2.7.8-xpath.patch)
+
 * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.8-3
 - rebuild with python-2.7.2
 

+ 5 - 2
p/pidgin/pidgin-vl.spec

@@ -16,8 +16,8 @@
 Summary:	A GTK+ based multi-protocol instant messaging client
 Summary(ja):	マルチプロトコル対応のインスタントメッセンジャー
 Name:		pidgin
-Version:	2.10.4
-Release:	2%{?_dist_release}
+Version:	2.10.6
+Release:	1%{?_dist_release}
 License:	GPL
 Group:		Applications/Internet
 URL:		http://pidgin.im/
@@ -332,6 +332,9 @@ fi
 %{_libdir}/pkgconfig/gnt.pc
 
 %changelog
+* Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.6-1
+- new upstream release
+
 * Fri Jul 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.4-2
 - remove libao dependency (pidgin uses gst instead of libao)
 - remove unneeded explicit dependency (Requires)

+ 5 - 10
t/totem/totem-vl.spec

@@ -14,7 +14,6 @@
 %define _nautilus_ver		3.4.0
 %define _shared_mime_info_ver	0.17
 %define _unique_ver		1.0
-%define _vala_ver		0.11.1
 %define _totem_pl_parser_ver	2.32.0
 
 %define nautilus_extdir %{_libdir}/nautilus/extensions-3.0
@@ -23,8 +22,8 @@
 Summary:	Movie player for GNOME 3
 Summary(ja):	GNOME3 用動画プレイヤー
 Name:		totem
-Version:	3.4.2
-Release:	2%{?_dist_release}
+Version:	3.4.3
+Release:	1%{?_dist_release}
 License:	GPL
 Group:		Applications/Multimedia
 URL:		http://www.gnome.org/projects/totem/
@@ -47,7 +46,6 @@ BuildRequires:	totem-pl-parser-devel >= %{_totem_pl_parser_ver}
 BuildRequires:  bluez-libs-devel >= 4.15
 BuildRequires:  lirc
 BuildRequires:  unique-devel >= %{_unique_ver}
-BuildRequires:  vala-devel >= %{_vala_ver}
 BuildRequires:	python-devel
 BuildRequires:	pylint
 BuildRequires:	pygobject3-devel
@@ -72,12 +70,6 @@ Requires:	gstreamer >= %{_gst_ver}
 Requires:	gstreamer-plugins-base >= %{_gstpb_ver}
 Requires:	gstreamer-plugins-good >= %{_gstpg_ver}
 Requires:	iso-codes
-# for opensubtitles plugin
-Requires:	pyxdg
-# for python plugins
-Requires:	pygtk2
-# for coherence plugins
-# Requires:	python-Coherence >= 0.6.6.2
 
 Obsoletes:	nautilus-media
 Obsoletes:	%{name}-gstreamer < 2.30.1-2
@@ -269,6 +261,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-2
+- new upstream release
+
 * Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-2
 - add configure option (--disable-vegas-plugin)
 

+ 4 - 1
t/tracker/tracker-vl.spec

@@ -1,7 +1,7 @@
 Summary: An object database, tag/metadata database, search tool and indexer
 Summary(ja): オブジェクト/タグ/メタデータデータベースおよび検索ツール
 Name: tracker
-Version: 0.14.1
+Version: 0.14.2
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
@@ -205,6 +205,9 @@ fi
 
 
 %changelog
+* Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.2-1
+- new upstream release
+
 * Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1
 - new upstream release