Browse Source

new upstream release

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

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

@@ -8,7 +8,7 @@ Name:          gnome-commander
 Summary:       A nice and fast file manager for the GNOME desktop
 Summary(pl):   Menadżer plików dla GNOME oparty o Norton Commander'a (TM)
 Summary(sv):   GNOME Commander är en snabb och smidig filhanderare för GNOME
-Version:       1.2.8.13
+Version:       1.2.8.14
 Release:       1%{?_dist_release}
 
 Group:         User Interface/Desktops
@@ -118,6 +118,9 @@ scrollkeeper-update -q || :
 %{_datadir}/pixmaps/%{name}/
 
 %changelog
+* Fri Oct 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.14-1
+- new upstream release
+
 * Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.13-1
 - new upstream release
 

+ 12 - 3
m/moserial/moserial-vl.spec

@@ -1,4 +1,4 @@
-%define pkg_version 2.32.0
+%define pkg_version 3.0.2
 %define pkg_release 1%{?_dist_release}
 
 Summary:	Gtk-based serial terminal
@@ -6,7 +6,10 @@ Summary(ja):	GTKベースのシリアルターミナル
 Name:		moserial
 Version:	%{pkg_version}
 Release:	%{pkg_release}
-Source0:	http://ftp.gnome.org/pub/gnome/sources/moserial/2.32/%{name}-%{version}.tar.bz2
+Source0:	http://ftp.gnome.org/pub/gnome/sources/moserial/3.0/%{name}-%{version}.tar.xz
+
+Patch0:		moserial-3.0.2-stropts.patch
+
 License:	GPLv3+
 Group:		Applications/Communications
 URL:		http://live.gnome.org/moserial
@@ -14,7 +17,7 @@ URL:		http://live.gnome.org/moserial
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 Requires:	hicolor-icon-theme
-BuildRequires:	gtk2-devel
+BuildRequires:	gtk3-devel
 BuildRequires:	GConf2-devel
 BuildRequires:	vala-devel
 BuildRequires:	gnome-doc-utils >= 0.3.2
@@ -32,6 +35,7 @@ moserial is a clean, friendly gtk-based serial terminal for the gnome desktop. I
 
 %prep
 %setup -q
+%patch0 -p1 -b .stropts
 
 
 %build
@@ -81,6 +85,11 @@ fi
 
 
 %changelog
+* Fri Oct 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
+- new upstream release
+- change BuildRequires: gtk3-devel instead of gtk2-devel
+- add Patch0 (moserial-3.0.2-stropts.patch)
+
 * Fri Feb 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
 - new upstream release
 

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

@@ -1,4 +1,4 @@
-%define glib2_version 2.26.0
+%define glib2_version 2.30.0
 %define pkgconfig_version 0.12
 %define freetype2_version 2.3.9
 %define cairo_version 1.10.0
@@ -13,7 +13,7 @@
 Summary: System for layout and rendering of internationalized text.
 Summary(ja): 国際化テキストのレイアウト・レンダリングシステム
 Name: pango
-Version: 1.29.3
+Version: 1.29.4
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
@@ -176,6 +176,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Oct 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.4-1
+- new upstream release
+
 * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.3-1
 - new upstream release
 

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

@@ -1,7 +1,7 @@
 %define apiver 1.4
 
 Name:           pangomm
-Version:        2.28.2
+Version:        2.28.3
 Release:        1%{?_dist_release}
 Summary:        C++ interface for Pango
 Summary(ja):    Pango の C++ インターフェース
@@ -9,7 +9,7 @@ Summary(ja):    Pango の C++ インターフェース
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://gtkmm.sourceforge.net/
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.28/%{name}-%{version}.tar.bz2
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.28/%{name}-%{version}.tar.xz
 Patch0:         pangomm-2.14.0-devhelp.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/devhelp/books/pangomm-%{apiver}
 
 %changelog
+* Thu Oct 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.28.3-1
+- new upstream release
+
 * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.28.2-1
 - new upstream release
 

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

@@ -3,7 +3,7 @@
 Name: pygobject3
 Summary: Python bindings for GObject Introspection
 Summary(ja): GObject Introspection の Python バインディング
-Version: 3.0.0
+Version: 3.0.1
 Release: 1%{?_dist_release}
 
 Group: Development/Languages
@@ -93,6 +93,9 @@ rm -fr $RPM_BUILD_ROOT
 %defattr(644, root, root, 755)
 
 %changelog
+* Thu Oct 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.1-1
+- new upstream release
+
 * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
 - new upstream release