Browse Source

new upstream release

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

+ 4 - 1
a/atkmm/atkmm-vl.spec

@@ -3,7 +3,7 @@
 Summary: A C++ wrapper for atk
 Summary(ja): atk の C++ ラッパー
 Name: atkmm
-Version: 2.22.0
+Version: 2.22.1
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}-%{ver}/examples
 %{_datadir}/devhelp/books/*
 
 %changelog
+* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.1-1
+- new upstream release
+
 * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.0-1
 - initial build for Vine Linux
 

+ 28 - 5
f/f-spot/f-spot-vl.spec

@@ -1,5 +1,5 @@
 Name:           f-spot
-Version:        0.7.1
+Version:        0.8.0
 Release:        1%{?_dist_release}
 Summary:        Photo management application
 Summary(ja):    写真管理アプリケーション
@@ -7,11 +7,21 @@ Summary(ja):    写真管理アプリケーション
 Group:          Applications/Multimedia
 License:        GPLv2+ and LGPLv2+ and CPL and MIT
 URL:            http://f-spot.org/
-Source0:        http://ftp.gnome.org/pub/gnome/sources/f-spot/0.7/f-spot-%{version}.tar.bz2
+Source0:        http://ftp.gnome.org/pub/gnome/sources/f-spot/0.8/f-spot-%{version}.tar.bz2
 Patch1:         f-spot-0.7.1-build-fixes.patch
 # unmount cameras before importing
 Patch3:         0002-enhance-the-f-spot-import-script.patch
 
+# Patch from fedora
+# upstream patch to prevent crash with empty databases
+# http://git.gnome.org/browse/f-spot/patch/?id=9054153b3b40f76f7e094ca8db98de0eaca62808
+Patch11:         0001-Don-t-crash-with-empty-databases.patch
+# two upstream patches to fix compile issue with Mono 2.8:
+# http://gitorious.org/taglib-sharp/mainline/commit/5b8a05f130d7e2bf6e284ae0486c9193112806fa
+Patch12:         0001-All-fields-of-a-struct-must-be-initialized-before-th.patch
+# http://git.gnome.org/browse/f-spot/commit/?id=9d6e8052b188c2b1cb310ef05842da74a730a39f
+Patch13:         0001-PixbufLoader-from-gtk-sharp-master-does-not-have-a-C.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  mono-devel mono-web mono-data mono-data-sqlite lcms-devel
@@ -30,6 +40,7 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  gnome-keyring-sharp-devel
 BuildRequires:  unique-devel
 BuildRequires:  flickrnet-devel
+BuildRequires:  libSM-devel
 Requires:       sqlite3
 Requires:       lcms
 Requires:       dcraw
@@ -66,8 +77,14 @@ photo collection in a slideshow as a screensaver.
 
 %prep
 %setup -q
-%patch1 -p1 -b .buildfix
+#%patch1 -p1 -b .buildfix
 %patch3 -p1 -b .gvfs-gphoto
+%patch11 -p1 -b db-fix
+pushd lib/TagLib/TagLib
+%patch12 -p1 -b mono28-compile-fix
+popd
+%patch13 -p1 -b mono28-compile-fix
+
 
 %build
 intltoolize --force --copy
@@ -151,7 +168,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/f-spot/*.mdb
 %{_libdir}/f-spot/*.so
 %{_libdir}/f-spot/*.so.*
-%exclude %{_libdir}/f-spot/Extensions/FSpot.Exporters.ScreensaverConfig.dll*
+%exclude %{_libdir}/f-spot/Extensions/FSpot.Tools.ScreensaverConfig.dll*
 %{_libdir}/f-spot/Extensions/
 %{_bindir}/f-spot
 %{_bindir}/f-spot-import
@@ -159,11 +176,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files screensaver
 %defattr(-,root,root,-)
-%{_libdir}/f-spot/Extensions/FSpot.Exporters.ScreensaverConfig.dll
+%{_libdir}/f-spot/Extensions/FSpot.Tools.ScreensaverConfig.dll
 %{_prefix}/libexec/gnome-screensaver/f-spot-screensaver
 %{_datadir}/applications/screensavers/f-spot-screensaver.desktop
 
 %changelog
+* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
+- new upstream release
+- drop Patch1
+- add Patch11,12,13 from fedora
+- add BuildRequires: libSM-devel
+
 * Thu Aug 05 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-1
 - new upstream release
 - add patch1 to support parallel builds

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

@@ -1,5 +1,5 @@
 Name: gcalctool
-Version: 5.32.1
+Version: 5.32.2
 Release: 1%{?_dist_release}
 Summary: Gnome2 Calculator application
 Summary(ja): GNOME2 電卓アプリケーション
@@ -72,6 +72,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_datadir}/glib-2.0/schemas/org.gnome.gcalctool.gschema.xml
 
 %changelog
+* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.32.2-1
+- new upstream release
+
 * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.32.1-1
 - new upstream release
 

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

@@ -1,7 +1,7 @@
 Summary:        Library for creating and parsing MIME messages
 Summary(ja):	MIMEメッセージを生成またパースするためのライブラリ
 Name:           gmime
-Version:        2.4.20
+Version:        2.4.21
 Release:        1%{?_dist_release}
 Group:          System Environment/Libraries
 License:        GPL
@@ -123,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Dec 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.21-1
+- new upstream release
+
 * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.20-1
 - new upstream release
 

+ 5 - 2
g/gnome-applets/gnome-applets-vl.spec

@@ -27,13 +27,13 @@
 Summary:        Small applications for the GNOME panel.
 Summary(ja):    GNOME パネル用の小さなアプリケーション(GNOMEパネルアプレット)
 Name:     	gnome-applets
-Version: 	2.32.0
+Version: 	2.32.1.1
 Release:        1%{?_dist_release}
 License:	GPL
 Group:          User Interface/Desktops
 URL:		http://www.gnome.org/
 
-Source: 	%{name}-%{version}.tar.bz2
+Source: 	http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.32/%{name}-%{version}.tar.bz2
 Source10:	cpufreq-selector.app
 Source11:	cpufreq-selector.pam
 
@@ -217,6 +217,9 @@ fi
 %{_datadir}/polkit-1/actions/org.gnome.cpufreqselector.policy
 
 %changelog
+* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1.1-1
+- new upstream release
+
 * Mon Oct 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
 - new upstream release
 - change BuildRequires: gnome-panel-devel instead of gnome-panel

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

@@ -5,7 +5,7 @@
 %define        poppler_ver           0.14.2
 
 Name:          gnome-commander
-Version:       1.2.8.8
+Version:       1.2.8.9
 Release:       1%{?_dist_release}
 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)
@@ -117,6 +117,9 @@ scrollkeeper-update -q || :
 %{_datadir}/pixmaps/%{name}/
 
 %changelog
+* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.9-1
+- new upstream release
+
 * Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.8-1
 - new upstream release
 

+ 4 - 1
lib/libg/libgdata/libgdata-vl.spec

@@ -1,4 +1,4 @@
-%define pkg_version 0.6.5
+%define pkg_version 0.6.6
 %define pkg_release 1%{?_dist_release}
 
 Summary:	A library for accessing online service APIs using the GData protocol
@@ -88,6 +88,9 @@ Development files for libdata.
 
 
 %changelog
+* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
+- new upstream release
+
 * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
 - new upstream release
 - remove BuildRequires: gir-repository-devel

+ 4 - 1
lib/libs/libsoup/libsoup-vl.spec

@@ -1,7 +1,7 @@
 Summary: Soup, an HTTP library implementation
 Summary(ja): Soup - HTTP ライブラリ実装
 Name: libsoup
-Version: 2.32.1
+Version: 2.32.2
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gir-1.0
 
 %changelog
+* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
+- new upstream release
+
 * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
 - new upstream release
 - add BuildRequires: apache2, curl

+ 4 - 1
n/nautilus/nautilus-vl.spec

@@ -15,7 +15,7 @@
 Name:		nautilus
 Summary:        Nautilus is a file manager for GNOME
 Summary(ja):	Nautilus - GNOME ファイルマネージャ
-Version: 	2.32.1
+Version: 	2.32.2
 Release:        1%{?_dist_release}
 License: 	GPLv2+
 Group:          User Interface/Desktops
@@ -215,6 +215,9 @@ fi
 
 
 %changelog
+* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
+- new upstream release
+
 * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
 - new upstream release