Browse Source

--force-log

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7613 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 11 years ago
parent
commit
68f23bc8a7

+ 5 - 2
e/enchant/enchant-vl.spec

@@ -4,8 +4,8 @@
 Summary: An Enchanting Spell Checking Library
 Summary(ja): スペルチェックライブラリ
 Name: enchant
-Version: 1.4.2
-Release: 2%{?_dist_release}
+Version: 1.6.0
+Release: 1%{?_dist_release}
 Group: System Environment/Libraries
 License: LGPLv2+
 Source: http://www.abisource.com/downloads/enchant/%{version}/enchant-%{version}.tar.gz
@@ -113,6 +113,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la
 rm -r $RPM_BUILD_ROOT
 
 %changelog
+* Sat Apr 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.0-1
+- new upstream release
+
 * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 1.4.2-2
 - build with rpm-4.8.1-1 for pkg-config file
 

+ 9 - 4
m/midori/midori-vl.spec

@@ -1,7 +1,7 @@
 Summary:	A lightweight GTK+ web browser
 Summary(ja):	軽量な GTK+ ウェブブラウザ
 Name:		midori
-Version:	0.4.9
+Version:	0.5.0
 Release:        1%{?_dist_release}
 
 Group:		Applications/Internet
@@ -10,7 +10,7 @@ URL:		http://twotoasts.de/index.php/midori/
 
 Source0:	http://software.twotoasts.de/media/%{name}/%{name}-%{version}.tar.bz2
 #Patch0:	%{name}-0.2.9-docdir.patch
-Patch0:         fix_desktop_entry.patch
+#Patch0:         fix_desktop_entry.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -97,7 +97,8 @@ developing extensions for %{name}.
 %prep
 %setup -q
 #%patch0 -p1 -b .docdir
-%patch0 -p1
+#%patch0 -p1
+sed -i '18,32d' data/midori.desktop.in
 
 %build
 export CFLAGS="%{optflags}"
@@ -153,9 +154,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 #%doc %{_datadir}/gtk-doc/
 %{_datadir}/vala/
-%{_includedir}/%{name}-0.4/
+%{_includedir}/%{name}-0.5/
 
 %changelog
+* Sat Apr 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.0-1
+- new upstream release
+- run sed to delete disused code instead of Patch
+
 * Sat Mar 30 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.9-1
 - new upstream release
 - refreshed patch0

+ 8 - 4
nonfree/install-assist-opera/install-assist-opera-vl.spec

@@ -1,7 +1,7 @@
 %define pkgname opera
-%define verdir 1214
-%define pkgversion 12.14
-%define build 1738
+%define verdir 1215
+%define pkgversion 12.15
+%define build 1748
 
 %ifarch %{ix86}
 %define	arch	i386
@@ -59,6 +59,10 @@ IRCクライアント、web 開発者向けのツール (Opera Dragonfly)、
 %files
 
 %changelog
+* Sat Apr 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.15-1
+- new upstream release
+- fixed date in %%changelog
+
 * Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.14-1
 - new upstream release
 
@@ -80,7 +84,7 @@ IRCクライアント、web 開発者向けのツール (Opera Dragonfly)、
 * Thu Aug 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.01-1
 - new upstream release
 
-* Fri Jun 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.00-1
+* Sat Jul 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.00-1
 - new upstream release
 
 * Fri May 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.64-1

+ 12 - 7
x/xinetd/xinetd-vl.spec

@@ -3,8 +3,8 @@
 
 Summary: A secure replacement for inetd.
 Name: xinetd
-Version: 2.3.14
-Release: 3%{?_dist_release}
+Version: 2.3.15
+Release: 1%{?_dist_release}
 License: Distributable (BSD-like)
 Group: System Environment/Daemons
 Source: http://www.xinetd.org/xinetd-%{version}.tar.gz
@@ -24,7 +24,7 @@ Source13: xinetd-services
 Source99: filter-requires-xinetd.sh
 Patch0: xinetd-2.3.11-pie.patch
 Patch1: xinetd-2.3.13-libwrap.patch
-Patch2: xinetd-2.3.12-tcp_rpc.patch
+
 Requires(pre): chkconfig initscripts
 Requires: initscripts setup fileutils
 BuildRequires: tcp_wrappers
@@ -46,7 +46,7 @@ located in the /etc/xinetd.d directory.
 %setup -q  
 #%patch0 -p0 -b .pie
 #%patch1 -p1 -b .libwrap
-%patch2 -p1 -b .tcp_rpc
+#%patch2 -p1 -b .tcp_rpc
 
 %build
 libtoolize --copy --force
@@ -114,6 +114,11 @@ fi
 %config(noreplace) /etc/xinetd.d/*
 
 %changelog
+* Sat Apr 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.3.15-1
+- new upstream release
+- deleted Patch2 (upstream merged)
+- fixed date in %%changelog
+
 * Wed Apr 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.14-3
 - add BuildRequires: tcp_wrappers
 
@@ -425,7 +430,7 @@ fi
 - change default startup position to 56, so it 
   starts after bind (#17047)
 
-* Thu Aug 18 2000 Trond Eivind Glomsr綬d <teg@redhat.com>
+* Thu Aug 17 2000 Trond Eivind Glomsr綬d <teg@redhat.com>
 - use the server name not the service name for libwrap
   checking (#16516). The new way was better, but
   this is sacrificed so old systems will continue to work
@@ -490,7 +495,7 @@ fi
 * Thu Jul 06 2000 Trond Eivind Glomsr綬d <teg@redhat.com>
 - "Prereq:", not "Requires:" for /etc/init.d
 
-* Wed Jul 06 2000 Trond Eivind Glomsr綬d <teg@redhat.com>
+* Wed Jul 05 2000 Trond Eivind Glomsr綬d <teg@redhat.com>
 - require /etc/init.d
 
 * Wed Jul  5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
@@ -563,7 +568,7 @@ fi
 - update to 2.1.8.6b5
 - build for PowerTools
 
-* Mon Jan 10 1999 Bill Nottingham <notting@redhat.com>
+* Mon Jan 11 1999 Bill Nottingham <notting@redhat.com>
 - update to 2.1.8.5p2
 
 * Tue Dec  1 1998 Bill Nottingham <notting@redhat.com>