Browse Source

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

kudoh 11 years ago
parent
commit
772134298b

+ 8 - 4
g/gnutls/gnutls-vl.spec

@@ -3,7 +3,7 @@
 Summary:	GNU TLS Library
 Summary(ja):	GNU TLS ライブラリ
 Name:		gnutls
-Version:	2.12.22
+Version:	2.12.23
 Release:	1%{?_dist_release}
 License:	GPLv3+ and LGPLv2+
 # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
@@ -278,6 +278,10 @@ fi
 %endif
 
 %changelog
+* Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-1
+- new upstream release
+- fixed a day of the week in %%changelog
+
 * Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.22-1
 - new upstream release
 
@@ -325,7 +329,7 @@ fi
 - new upstream release
 - dropt patch1
 
-* Sun Oct 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.2-1
+* Sat Oct 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.10.2-1
 - new upstream release
 - added patch1,2,3,4 from Fedora development
 - added BuildRequires: gettext readline-devel libtool
@@ -475,8 +479,8 @@ fi
 * Thu Jan 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-1
 - update to 0.3.2
 
-* Wed Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
+* Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
 - add a URL
 
-* Wed Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
+* Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
 - initial package

+ 6 - 3
nonfree/install-assist-opera/install-assist-opera-vl.spec

@@ -1,7 +1,7 @@
 %define pkgname opera
-%define verdir 1213
-%define pkgversion 12.13
-%define build 1734
+%define verdir 1214
+%define pkgversion 12.14
+%define build 1738
 
 %ifarch %{ix86}
 %define	arch	i386
@@ -59,6 +59,9 @@ IRCクライアント、web 開発者向けのツール (Opera Dragonfly)、
 %files
 
 %changelog
+* Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.14-1
+- new upstream release
+
 * Wed Jan 30 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.13-1
 - new upstream release
 

+ 4 - 1
x/xdg-user-dirs-gtk/xdg-user-dirs-gtk-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Gnome integration of special directories
 Summary(ja):	ユーザー用の特別なディレクトリの Gnome への統合
 Name:		xdg-user-dirs-gtk
-Version:	0.9
+Version:	0.10
 Release:	1%{?_dist_release}
 Source0:	http://download.gnome.org/sources/xdg-user-dirs-gtk/%{version}/%{name}-%{version}.tar.xz
 License:	GPL+
@@ -52,6 +52,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %config(noreplace) %{_sysconfdir}/xdg/autostart/user-dirs-update-gtk.desktop
 
 %changelog
+* Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10-1
+- new upstream release
+
 * Wed Jun 27 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-1
 - new upstream release
 - changed BuildRequires: gtk2-devel to gtk3-devel

+ 13 - 2
x/xnoise/xnoise-vl.spec

@@ -1,7 +1,7 @@
 %define XNOISE_BIN %{_libexecdir}/%{name}
 
 Name: xnoise
-Version: 0.2.14
+Version: 0.2.15
 Release: 1%{?_dist_release}
 Summary: Tracklist-centric Media Player
 Summary(ja): トラックリストを中心とするメディアプレーヤー
@@ -113,6 +113,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 # otherwise plugins currently don't work
 %exclude %{_libdir}/xnoise/libxnoisetest.so
 %{_libdir}/xnoise
+%{_libdir}/libtaginfo*
+%{_libdir}/libxnoise.so*
 %{_mandir}/man1/xnoise.1*
 %{_datadir}/xnoise
 %{_datadir}/applications/xnoise.desktop
@@ -121,16 +123,25 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/xnoise
-%{_libdir}/xnoise/libxnoisetest.so
+%{_includedir}/taginfo/
+%{_libdir}/xnoise/libxnoise*.so*
+%{_libdir}/taginfo/include
 %{_libdir}/pkgconfig/xnoise-1.0.pc
+%{_libdir}/pkgconfig/taginfo.pc
+%{_libdir}/pkgconfig/taginfo_c.pc
 # make package own the vala API dir:
 # xnoise plugins don't have to be written in vala
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/xnoise-1.0.*
+%{_datadir}/vala/vapi/taginfo_c.*
 
 
 %changelog
+* Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.15-1
+- new upstream release
+- updated Source1
+
 * Fri Jan 11 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.14-1
 - new upstream release
 - updated Source1