Browse Source

gnome-shell: add patch
gnome-music: add R: python3-pycairo
dbus-python3: rebuild

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9585 ec354946-7b23-47d6-9f5a-488ba84defc7

Takemikaduchi 8 years ago
parent
commit
30fcf23aae

+ 4 - 1
d/dbus-python3/dbus-python3-vl.spec

@@ -3,7 +3,7 @@
 
 %define dbus_glib_version 	0.70
 %define dbus_version 		1.6
-%define pkg_release		1%{?_dist_release}
+%define pkg_release		2%{?_dist_release}
 
 Name:		dbus-python3
 Summary:	D-Bus Python3 Bindings 
@@ -61,6 +61,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{python3_sitelib}/dbus/mainloop/*.py*
 
 %changelog
+* Sun May 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-2
+- rebuild with python3-3.4.3
+
 * Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
 - initial build
 

+ 5 - 1
g/gnome-music/gnome-music-vl.spec

@@ -4,7 +4,7 @@ Summary:	Music applications for GNOME
 Summary(ja):	GNOME 用音楽アプリケーション
 Name:		gnome-music
 Version:	3.16.1
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPLv2+
 Group:		User Interface/Desktops
 URL:		https://wiki.gnome.org/Apps/Music
@@ -23,6 +23,7 @@ BuildRequires:	yelp-tools
 Requires(postun,posttrans):	desktop-file-utils
 Requires: python3-pygobject
 Requires: dbus-python3
+Requires: python3-pycairo
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -106,6 +107,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun May 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-2
+- add Requires: python3-pycairo
+
 * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
 - new upstream release
 

+ 6 - 1
g/gnome-shell/gnome-shell-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_version 3.16.2
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary:	Window management and application launching for GNOME
 Summary(ja):	GNOME 上でウィンドウの管理及びアプリケーションの起動を行うインターフェース
@@ -11,6 +11,7 @@ Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.16/%{name}-%{version}.
 # settings for Vine
 Patch101:	gnome-shell-3.14.1-vine-settings.patch
 Patch102:	gnome-shell-3.16.0-revert-loginManager.patch
+Patch103:	gnome-shell-3.16.2-disable-packagekit.patch
 
 License:	GPLv2+
 Group:		User Interface/Desktops
@@ -93,6 +94,7 @@ This package contains documentation for %{name}.
 %setup -q
 %patch101 -p1 -b .vine
 %patch102 -p1 -b .vine
+%patch103 -p1 -b .vine
 
 %build
 %configure \
@@ -173,6 +175,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun May 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-2
+- add Patch103 (gnome-shell-3.16.2-disable-packagekit.patch)
+
 * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
 - new upstream release