Browse Source

cogl: bug fix
others: new upstream release

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

Takemikaduchi 11 years ago
parent
commit
2e3893139b

+ 5 - 2
I/ImageMagick/ImageMagick-vl.spec

@@ -1,8 +1,8 @@
 # ImageMagick has adopted a new Version.Patchlevel version numbering system...
 # 6.2.9.7 is actually version 6.2.9, Patchlevel 0.
 
-%define VER 6.7.7
-%define Patchlevel 6
+%define VER 6.7.8
+%define Patchlevel 3
 
 Name: ImageMagick
 Summary: X application for displaying and manipulating images.
@@ -328,6 +328,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.7.8.3-1
+- new upstream release
+
 * Sun Jun 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.7.7.6-1
 - new upstream release
 

+ 8 - 1
c/cogl/cogl-vl.spec

@@ -1,5 +1,5 @@
 %define         cogl_version 1.10.2
-%define         cogl_release 1%{?_dist_release}
+%define         cogl_release 2%{?_dist_release}
 
 Name:           cogl
 Version:        %{cogl_version}
@@ -11,6 +11,9 @@ License:        LGPLv2+
 URL:            http://www.clutter-project.org/
 Source0:        http://www.clutter-project.org/sources/%{name}/1.10/%{name}-%{version}.tar.xz
 
+# fron redhat
+Patch0:		04_fix_crash_on_free.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:	gobject-introspection-devel
@@ -55,6 +58,7 @@ This package contains documentation for cogl.
 
 %prep
 %setup -q
+%patch0 -p1 -b .crash
 
 %build
 autoreconf -if
@@ -103,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/cogl-2.0-experimental
 
 %changelog
+* Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-2
+- add Patch0 (04_fix_crash_on_free.patch)
+
 * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
 - new upstream release
 

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

@@ -9,7 +9,7 @@
 Summary: Eye of GNOME image viewer
 Summary(ja): Eye of GNOME 画像ビューワ
 Name:    eog
-Version: 3.4.2
+Version: 3.4.3
 Release: 1%{?_dist_release}
 URL: http://projects.gnome.org/eog/
 Group: Applications/Graphics
@@ -129,6 +129,9 @@ fi
 %{_datadir}/gtk-doc/html/eog
 
 %changelog
+* Tue Jul 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
+- new upstream release
+
 * Tue Jun 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
 - new upstream release
 

+ 4 - 9
g/gdm2setup/gdm2setup-0.5.3-vine.patch

@@ -1,12 +1,7 @@
-diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.path gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py
---- gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.path	2011-06-02 14:31:27.314992975 +0900
-+++ gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py	2011-06-02 14:33:48.431992975 +0900
-@@ -41,10 +41,10 @@ class GDM2Theme(object):  
-       
-     DBUG = True
- 
--    GDMCONF_FILE = u"/etc/gdm/custom.conf"
-+    GDMCONF_FILE = u"/etc/X11/gdm/custom.conf"
+--- gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.orig	2010-03-21 04:29:48.000000000 +0900
++++ gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py	2012-07-16 17:18:12.000000000 +0900
+@@ -44,7 +44,7 @@ class GDM2Theme(object):  
+     GDMCONF_FILE = u"/etc/gdm/custom.conf"
      THEMES_DIRECTORY = u"/usr/share/themes/"
      ICONS_DIRECTORY = u"/usr/share/icons/"
 -    XSPLASH_IMAGE_LOCATION = u"/usr/share/images/xsplash/bg.jpg"

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

@@ -2,7 +2,7 @@ Name:			gdm2setup
 Summary:		GDM2 Setup utility
 Summary(ja):		GDM2 設定ユーティリティ
 Version:		0.5.3
-Release:                5%{?_dist_release}
+Release:                6%{?_dist_release}
 License:		GPLv3
 Group:			User Interface/X
 URL:			https://launchpad.net/gdm2setup
@@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/locale/ja/LC_MESSAGES/*
 
 %changelog
+* Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.3-6
+- update Patch1 (gdm2setup-0.5.3-vine.patch)
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.3-5
 - rebuild with python-2.7.2
 

+ 7 - 4
g/glib2/glib2-vl.spec

@@ -4,7 +4,7 @@
 
 Summary: A library of handy utility functions.
 Name: glib2
-Version: 2.32.3
+Version: 2.32.4
 Release: 1%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -141,8 +141,8 @@ gio-querymodules %{_libdir}/gio/modules
 %{_libdir}/libgio-2.0.so.*
 %{_libdir}/gio/modules/lib*.so
 %{_sysconfdir}/profile.d/*
-%{_sysconfdir}/bash_completion.d/gdbus-bash-completion.sh
-%{_sysconfdir}/bash_completion.d/gsettings-bash-completion.sh
+%{_datadir}/bash-completion/completions/gdbus
+%{_datadir}/bash-completion/completions/gsettings
 
 %files devel
 %defattr(-, root, root)
@@ -168,7 +168,7 @@ gio-querymodules %{_libdir}/gio/modules
 %doc %{_mandir}/man1/*
 %{_datadir}/gdb/auto-load%{_libdir}/libglib-2.0.so.*-gdb.py*
 %{_datadir}/gdb/auto-load%{_libdir}/libgobject-2.0.so.*-gdb.py*
-%{_sysconfdir}/bash_completion.d/gresource-bash-completion.sh
+%{_datadir}/bash-completion/completions/gresource
 
 %if %{build_compat32}
 %files -n compat32-%{name}
@@ -189,6 +189,9 @@ gio-querymodules %{_libdir}/gio/modules
 %endif
 
 %changelog
+* Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.4-1
+- new upstream release
+
 * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
 - new upstream release
 

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

@@ -3,7 +3,7 @@
 Summary:	A C++ interface for glib library.
 Summary(ja):	glib ライブラリの C++ インターフェイス
 Name:		glibmm
-Version:	2.32.0
+Version:	2.32.1
 Release:	1%{?_dist_release}
 License:	LGPL
 Group:		System Environment/Libraries
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/devhelp/books/glibmm-%{ver}
 
 %changelog
+* Tue Jul 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
+- new upstream release
+
 * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
 - new upstream release
 

+ 40 - 94
g/gnumeric/gnumeric-vl.spec

@@ -1,52 +1,37 @@
 %define gnumeric_version %{version}-bonobo
-%define goffice_version  0.8.17
+%define goffice_version  0.9.5
 
 Summary:     A spreadsheet program for GNOME.
 Summary(ja): GNOME スプレッドシート
 Name: 	     gnumeric
-Version:     1.10.17
-Release:     2%{?_dist_release}
+Version:     1.11.5
+Release:     1%{?_dist_release}
 License:     GPLv2
 Group: 	     Applications/Productivity
 
 URL:	  http://www.gnome.org/projects/gnumeric
-Source0:  ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.10/%{name}-%{version}.tar.bz2
+Source0:  ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.11/%{name}-%{version}.tar.xz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 # default font: VL Gothic
-Patch0:	gnumeric-1.10.17-vlgothic.patch
-
-Patch1: gnumeric-1.10.17-libgsf.patch
+Patch0:	gnumeric-1.11.5-vlgothic.patch
 
 Distribution: Vine Linux
 Vendor: Project Vine
 
-BuildRequires: gtk2-devel >= 2.10.0
-BuildRequires: libglade2-devel >= 2.3.6
-BuildRequires: libgnomeprint-devel >= 2.8.2
-BuildRequires: libgnomeprintui-devel >= 2.8.2
-BuildRequires: libart_lgpl-devel >= 2.3.11
-BuildRequires: libxml2-devel >= 2.4.12
-BuildRequires: libgsf-devel >= 1.13.2
+
+BuildRequires: bison
+BuildRequires: flex
 BuildRequires: goffice-devel >= %{goffice_version}
-BuildRequires: libbonobo-devel libgnomeui-devel
-BuildRequires: libffi-devel
-#BuildPreReq: libgda-devel >= 1.9.100
-#BuildPreReq: libgnomedb-devel >= 1.9.100
+BuildRequires: pygobject3-devel
 BuildRequires: perl python-devel
-BuildRequires: automake autoconf libtool docbook-utils
-BuildRequires: intltool >= 0.28 desktop-file-utils
-BuildRequires: libSM-devel
-Requires:    gtk2 >= 2.10.0
-Requires:    libglade2 >= 2.3.6
-Requires:    libgnomeprint >= 2.8.2
-Requires:    libgnomeprintui >= 2.8.2
-Requires:    libgsf >= 1.14.6
-Requires:    perl python
-Requires:    GConf2 scrollkeeper
-
-# no longer devel package
-#Provides:   %{name}-devel
+BuildRequires: automake
+BuildRequires: gnome-doc-utils
+BuildRequires: desktop-file-utils
+
+Requires(postun,posttrans): glib2
+Requires(post,postun): desktop-file-utils
+
 Obsoletes:  %{name}-devel
 
 %description
@@ -69,38 +54,25 @@ MS Excelファイルや他の多くのフォーマット(csv, latex, xbase, appl
 を読込み、出力できます.
 
 
-# %package devel
-#Summary:	Files necessary to develop gnumeric-based applications.
-#Group:		Development/Libraries
-#Requires:	%{name} = %{PACKAGE_VERSION}
-
-#%#description devel
-#The gnumeric-devel package includes files necessary to develop gnumeric-based
-#applications.
-
-#Install gnumeric-devel if you want to develop programs which will use gnumeric.
-
 %prep
 %setup -q
 %patch0 -p1 -b .vlgothic
-%patch1 -p1 -b .libgsf
 
 %build
 %ifarch alpha
 	MYARCH_FLAGS="--host=alpha-redhat-linux"
 %endif
-export mllibname=%{_lib}
-%configure --with-gnome \
-    --with-gda --without-gb --with-perl --with-python \
-    --disable-schemas-install
+
+%configure \
+	--without-gda \
+	--with-perl \
+	--with-python 
 make
 
 %install
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
 
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make DESTDIR=$RPM_BUILD_ROOT install
-unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 ./mkinstalldirs $RPM_BUILD_ROOT%{_datadir}/applications
 desktop-file-install --vendor gnome --delete-original                   \
@@ -115,10 +87,10 @@ desktop-file-install --vendor gnome --delete-original                   \
 %find_lang %{name}-functions
 cat %{name}-functions.lang >> %{name}.lang
 
-rm -rf $RPM_BUILD_ROOT%{_libdir}/libspreadsheet.la
-rm -rf $RPM_BUILD_ROOT%{_libdir}/goffice/%{goffice_version}/plugins/gnumeric/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+
 rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig
-rm -rf $RPM_BUILD_ROOT%{_includedir}/libspreadsheet-1.10
+rm -rf $RPM_BUILD_ROOT%{_includedir}/libspreadsheet-1.12
 rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
 
 %clean
@@ -126,77 +98,51 @@ rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
 
 %post
 /sbin/ldconfig
-
 scrollkeeper-update > /dev/null 2>&1 || :
-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnumeric*.schemas > /dev/null
-
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
-
-%pre
-if [ "$1" -gt 1 ]; then
-    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-    gconftool-2 --makefile-uninstall-rule \
-	%{_sysconfdir}/gconf/schemas/gnumeric*.schemas >& /dev/null ||:
-fi
-
-%preun
-if [ "$1" -eq 0 ]; then
-    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-    gconftool-2 --makefile-uninstall-rule \
-	%{_sysconfdir}/gconf/schemas/gnumeric*.schemas >& /dev/null ||:
-fi
+update-desktop-database -q &> /dev/null || :
 
 %postun 
 /sbin/ldconfig
 scrollkeeper-update > /dev/null 2>&1 || :
-
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
+update-desktop-database -q &> /dev/null || :
+glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+
+%posttrans
+glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %files -f %{name}.lang
 %defattr (-, root, root)
 %doc AUTHORS BUGS *ChangeLog* COPYING HACKING NEWS README
-%config %{_sysconfdir}/gconf/schemas/*
 %{_bindir}/*
-%{_libdir}/lib*.so*
-%{_libdir}/gnumeric
-%{_libdir}/goffice/%{goffice_version}/plugins/gnumeric/*
-#{_libdir}/bonobo/servers/*
+%{_libdir}/libspreadsheet*.so
+%{_libdir}/%{name}
+%{_libdir}/goffice/0.10/plugins/%{name}
 %{_datadir}/applications/*.desktop
 %{_datadir}/glib-2.0/schemas/*.xml
-%{_datadir}/gnome/help/gnumeric
-%{_datadir}/gnumeric
+%{_datadir}/gnome/help/%{name}
+%{_datadir}/%{name}
 %{_datadir}/pixmaps/*
-#{_datadir}/mime-info/*
-#{_datadir}/mc/templates/*
 %{_datadir}/omf/*
 %{_datadir}/icons/hicolor/*
 %{_mandir}/man*/*
 %exclude %{_datadir}/pixmaps/win32-gnumeric.ico
 
-#%{_libexecdir}/gnumeric-component
-#%#dir %{_libdir}/gnumeric
-#%#dir %{_libdir}/gnumeric/%{bonobover}
-#%#dir %{_libdir}/gnumeric/%{bonobover}/plugins
-#%#dir %{_libdir}/gnumeric/%{bonobover}/plugins/*
-# This is really silly.  The .la files are useless for plugins.
-#%#{_libdir}/gnumeric/%{bonobover}/plugins/*/*.la
-#%#{_libdir}/gnumericConf.sh
-#%#if %{bonobo}
-#%#dir %{_datadir}/gnumeric
-#%#dir %{_datadir}/gnumeric/%{bonobover}
-#%#{_datadir}/gnumeric/%{bonobover}/idl
-#%#endif
-
 
 %changelog
+* Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.11.5-1
+- new upstream release
+- add Patch0 (gnumeric-1.11.5-vlgothic.patch)
+- remove Patch1 (gnumeric-1.10.17-libgsf.patch)
+
 * Fri Dec 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.17-2
 - rebuild with libgsf-1.14.22
 - add Patch1 (gnumeric-1.10.17-libgsf.patch)

+ 14 - 24
g/goffice/goffice-vl.spec

@@ -1,23 +1,19 @@
 Summary: Set of document centric objects and utilities for glib/gtk
 Name: goffice
-Version: 0.8.17
+Version: 0.9.5
 Release: 1%{?_dist_release}
-Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/%{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.9/%{name}-%{version}.tar.xz
 Patch0: goffice-0.6.6-pcre_path.patch
 
 License: GPL
 Group: System Environment/Libraries
 URL: http://www.gnome.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: gtk2-devel >= 2.6.3
-BuildRequires: glib2-devel >= 2.8.0
-BuildRequires: libgnomeprint-devel >= 2.8.2
-BuildRequires: libgsf-devel >= 1.13.1
-BuildRequires: libglade2-devel
-BuildRequires: libxml2-devel
-BuildRequires: libart_lgpl-devel 
-BuildRequires: perl-XML-Parser
-BuildRequires: pcre-devel
+
+BuildRequires: gtk3-devel >= 3.0.0
+BuildRequires: libxml2-devel >= 2.4.12
+BuildRequires: libgsf-devel >= 1.14.9
+BuildRequires: librsvg2-devel >= 2.22.0
 
 %description
 There are common operations for document centric applications that are
@@ -30,13 +26,7 @@ conceptually simple, but complex to implement fully.
 Summary: Development files of the Goffice library.
 Group: Development/Libraries
 Requires: %{name} = %{version}
-Requires: gtk2-devel >= 2.6.30
-Requires: glib2-devel >= 2.8.0
-Requires: libgnomeprint-devel >= 2.8.2
-Requires: libgsf-devel >= 1.13.1
-Requires: libglade2-devel
-Requires: libxml2-devel
-Requires: libart_lgpl-devel 
+Requires: pkgconfig
 
 %description devel
 Development files of the Goffice library.
@@ -46,12 +36,12 @@ Development files of the Goffice library.
 ## %patch0 -p1 -b .pcre
 
 %build
-%configure --with-gnome --with-cairo
+%configure
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
@@ -69,18 +59,18 @@ rm -rf $RPM_BUILD_ROOT
 %doc README NEWS AUTHORS BUGS ChangeLog MAINTAINERS
 %{_libdir}/lib*.so.*
 %{_libdir}/goffice/%{version}
-%{_datadir}/goffice/%{version}
-%{_datadir}/pixmaps/goffice
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/lib*.so
-#{_libdir}/lib*.a
 %{_libdir}/pkgconfig/*.pc
-%{_datadir}/gtk-doc/html/goffice-0.8
+%{_datadir}/gtk-doc/html/goffice-0.10
 
 %changelog
+* Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
+- new upstream release
+
 * Wed Aug 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.17-1
 - new upstream release
 

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

@@ -12,7 +12,7 @@
 %define gdkpixbuf2_version %{gdkpixbuf2_base_version}-1
 %define gobject_introspection_version 0.9.8
 
-%define base_version 2.24.10
+%define base_version 2.24.11
 %define bin_version 2.10.0
 
 # biarch support
@@ -325,6 +325,9 @@ fi
 %endif
 
 %changelog
+* Tue Jul 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.11-1
+- new upstream release
+
 * Sun Mar 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.10-1
 - new upstream release
 

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

@@ -1,6 +1,6 @@
 # Note that this is NOT a relocatable package
 
-%define glib2_base_version 2.32.2
+%define glib2_base_version 2.32.4
 %define glib2_version %{glib2_base_version}-1
 %define pango_base_version 1.30.0
 %define pango_version %{pango_base_version}-1
@@ -13,7 +13,7 @@
 %define gobject_introspection_version 1.32.1
 
 
-%define base_version 3.4.3
+%define base_version 3.4.4
 %define bin_version 3.0.0
 
 # biarch support
@@ -313,6 +313,9 @@ fi
 %endif
 
 %changelog
+* Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.4-1
+- new upstream release
+
 * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
 - new upstream release
 

+ 8 - 5
j/jhbuild/jhbuild-vl.spec

@@ -1,10 +1,10 @@
 # Basic Information
 Name:		jhbuild
-Version:	2.32.4
+Version:	3.4.0
 Release:	1%{?_dist_release}
 License:	GPLv2
 Group:		Applications/Development
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.32/%{name}-%{version}.tar.bz2
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.4/%{name}-%{version}.tar.xz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 Vendor:		Project Vine
@@ -19,6 +19,7 @@ Requires:	python
 BuildRequires:	python
 BuildRequires:	docbook-style-xsl
 BuildRequires:	gnome-doc-utils
+BuildRequires:	itstool
 
 # Description
 %description
@@ -47,7 +48,7 @@ JHBuild は「モジュール(modules)」と呼ばれる、ソース パッケ
 %{__rm} -rf ${RPM_BUILD_ROOT}
 %{__make} install DESTDIR=${RPM_BUILD_ROOT}
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 
 %clean
@@ -58,14 +59,16 @@ JHBuild は「モジュール(modules)」と呼ばれる、ソース パッケ
 %defattr(-,root,root)
 %doc COPYING ChangeLog NEWS README
 %{_datadir}/applications/jhbuild.desktop
-%{_datadir}/gnome/help/jhbuild
 %{_datadir}/jhbuild
-%{_datadir}/omf/jhbuild
 %{_bindir}/install-check
 %{_bindir}/jhbuild
 %{python_sitelib}/jhbuild
 
 # ChangeLog
 %changelog
+* Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
+- new upstream release
+- add BuildRequires: itstool
+
 * Sat Apr 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.4-1
 - initial build for Vine Linux

+ 4 - 1
lib/libc/libchamplain/libchamplain-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Map view for Clutter
 Summary(ja):	Clutter用のマップビューア
 Name:		libchamplain
-Version:	0.12.2
+Version:	0.12.3
 Release:	1%{?_dist_release}
 License:	LGPLv2+
 Group: System Environment/Libraries
@@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}-gtk-0.12/champlain-gtk
 
 %changelog
+* Tue Jul 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.3-1
+- new upstream release
+
 * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.2-1
 - new upstream release