Browse Source

gnumeric, goffice, gparted: new upstream release
others: fix typo

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

Takemikaduchi 11 years ago
parent
commit
72e355c88b

+ 14 - 11
g/gnumeric/gnumeric-vl.spec

@@ -1,10 +1,10 @@
 %define gnumeric_version %{version}-bonobo
-%define goffice_version  0.10.1
+%define goffice_version  0.10.2
 
 Summary:     A spreadsheet program for GNOME.
 Summary(ja): GNOME スプレッドシート
 Name: 	     gnumeric
-Version:     1.12.1
+Version:     1.12.2
 Release:     1%{?_dist_release}
 License:     GPLv2
 Group: 	     Applications/Productivity
@@ -83,9 +83,9 @@ desktop-file-install --vendor gnome --delete-original                   \
   --remove-mime-type="zz-application/zz-winassoc-xls"			\
   $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 
-%find_lang %{name}
-%find_lang %{name}-functions
-cat %{name}-functions.lang >> %{name}.lang
+%find_lang %{name}-%{version}
+%find_lang %{name}-%{version}-functions
+cat %{name}-%{version}-functions.lang >> %{name}-%{version}.lang
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
@@ -119,7 +119,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
-%files -f %{name}.lang
+%files -f %{name}-%{version}.lang
 %defattr (-, root, root)
 %doc AUTHORS BUGS *ChangeLog* COPYING HACKING NEWS README
 %{_bindir}/*
@@ -138,6 +138,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.2-1
+- new upstream release
+
 * Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
 - new upstream release
 
@@ -296,7 +299,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 - updated to 1.2.0 (stable release)
 - guile support is temporarily off this version.
 
-* Mon Sep  9 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.20-1vl1
+* Tue Sep  9 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.20-1vl1
 - update to 1.1.20 (gtk+-2 port)
 - based on Redhat Rawhide 1.1.20-1
 
@@ -318,7 +321,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 - New upstream release, fix for xml importing files with non ASCII characters.
 - Without guile, changelog.archive, requires, build scripts, description
 
-* Mon Nov 19 2002 Masaki Shinomiya <shino@pos.to> 1.0.10-0vl2
+* Tue Nov 19 2002 Masaki Shinomiya <shino@pos.to> 1.0.10-0vl2
 - files: add gnumericConf.sh, which was missing
 
 * Mon Nov  4 2002 Masaki Shinomiya <shino@pos.to> 1.0.10-0vl1
@@ -391,18 +394,18 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 - remake SPEC based on gnumeric original.
 - added libxml183 patch for libxml 1.8.3
 
-* Thu Mar 29 2000 Kjartan Maraas <kmaraas@online.no>
+* Wed Mar 29 2000 Kjartan Maraas <kmaraas@online.no>
 - Removed gnome-gnumeric-xl.png since it is nowhere to be found.
 - Added --without-bonobo and --without-gb.
 - Added %define for sysconfdir
 
-* Mon Feb 29 2000 Jody Goldberg <jgolbderg@home.com>
+* Tue Feb 29 2000 Jody Goldberg <jgolbderg@home.com>
 - Updated version requirements for gnome-print, and gnome-libs.
 
 * Sun Jan 30 2000 Gregory McLean <gregm@comstar.net>
 - Added in some auto-detect the language files logic (rpm 3.0.xx only)
 
-* Mon Jan 12 2000 Jody Goldberg <jgolbderg@home.com>
+* Wed Jan 12 2000 Jody Goldberg <jgolbderg@home.com>
 - Add depend on gtk+ >= 1.2.2 so that we can get gtk_object_get.
 
 * Mon Jan 03 2000 Gregory McLean <gregm@comstar.net>

+ 4 - 1
g/goffice/goffice-vl.spec

@@ -1,6 +1,6 @@
 Summary: Set of document centric objects and utilities for glib/gtk
 Name: goffice
-Version: 0.10.1
+Version: 0.10.2
 Release: 1%{?_dist_release}
 Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/%{name}-%{version}.tar.xz
 Patch0: goffice-0.6.6-pcre_path.patch
@@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/goffice-0.10
 
 %changelog
+* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
+- new upstream release
+
 * Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.1-1
 - new upstream release
 

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

@@ -1,5 +1,5 @@
 %define name	gparted
-%define version	0.15.0
+%define version	0.16.1
 %define release	1%{?_dist_release}
 
 Summary:	Gnome Partition Editor
@@ -101,6 +101,9 @@ fi
 %{_mandir}/man8/gparted.*
 
 %changelog
+* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.1-1
+- new upstream release
+
 * Thu Mar 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15.0-1
 - new upstream release
 
@@ -186,5 +189,5 @@ fi
 * Wed May  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.3-0vl2
 - rebuilt with parted 1.6.25.1
 
-* Tue Apr 27 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.2.3-0vl1
+* Thu Apr 27 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.2.3-0vl1
 - initial build for VineSeed Plus.

+ 1 - 1
x/xorg-x11-drv-glint/xorg-x11-drv-glint-vl.spec

@@ -70,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8-2
-- rebuild with xserver-1.12.0
+- rebuild with xserver-1.14.1
 - add Patch0 (xf86-video-glint-1.2.8-remove-mibstore.patch)
 
 * Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8-1

+ 1 - 1
x/xorg-x11-drv-synaptics/xorg-x11-drv-synaptics-vl.spec

@@ -123,7 +123,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/xorg-synaptics.pc
 
 %changelog
-* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
+* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.0-1
 - new upstream release
 
 * Mon Jun 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1

+ 2 - 3
x/xorg-x11-server-utils/xorg-x11-server-utils-vl.spec

@@ -3,8 +3,8 @@
 Summary: X.Org X11 X server utilities
 Summary(ja): X.Org X11 X サーバユーティリティ
 Name: xorg-x11-%{pkgname}
-Version: 7.6
-Release: 8%{?_dist_release}
+Version: 7.7
+Release: 1%{?_dist_release}
 License: MIT/X11
 Group: User Interface/X
 URL: http://www.x.org
@@ -197,7 +197,6 @@ rm -rf $RPM_BUILD_ROOT
 - xstdcmap-1.0.3
 - xvidtune-1.0.3
 
-
 * Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-8
 - xmodmap-1.0.7