Browse Source

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

kudoh 13 years ago
parent
commit
89fb5cbc6a
4 changed files with 20 additions and 7 deletions
  1. 4 1
      l/lzip/lzip-vl.spec
  2. 4 1
      nonfree/unrar/unrar-vl.spec
  3. 7 3
      u/uget/uget-vl.spec
  4. 5 2
      w/wx-gtk2/wx-gtk2-vl.spec

+ 4 - 1
l/lzip/lzip-vl.spec

@@ -1,5 +1,5 @@
 Name:           lzip
-Version:        1.11
+Version:        1.12
 Release:        1%{?_dist_release}
 Summary:        LZMA compressor with integrity checking
 
@@ -66,6 +66,9 @@ fi
 
 
 %changelog
+* Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.12-1
+- Update to new release
+
 * Mon Sep 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.11-1
 - Update to new release
 

+ 4 - 1
nonfree/unrar/unrar-vl.spec

@@ -1,5 +1,5 @@
 Name:           unrar
-Version:        4.0.5
+Version:        4.0.7
 Release:        1%{?_dist_release}
 Summary:        Utility for extracting RAR archives (nonfree version)
 Summary(ja):    RAR アーカイブを解凍するためのユーティリティ (nonfree version)
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 4.0.7-1
+- new upstream release
+
 * Wed Jan 26 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 4.0.5-1
 - new upstream release
 

+ 7 - 3
u/uget/uget-vl.spec

@@ -1,4 +1,4 @@
-%define _version 1.6.2a
+%define _version 1.6.4
 Name:		uget
 Version:	%{_version}
 Release:	1%{?_dist_release}
@@ -8,7 +8,7 @@ Summary(ja):	Uget - gtk+2 と curl を用いたダウンロードマネージャ
 Group:		Applications/Internet
 License:	LGPLv2+
 URL:		http://urlget.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/urlget/%{name}-%{_version}.tar.gz
+Source0:	http://downloads.sourceforge.net/urlget/%{name}-%{_version}-1.tar.gz
 #Patch0:		uget-1.5.0.1-crash-with-invalid-uri.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -26,7 +26,7 @@ Uget is a download manager that using gtk+2 and curl.
 Uget は gtk+2 と curl を用いたダウンロードマネージャです。
 
 %prep
-%setup -q -n %{name}-1.6.2
+%setup -q -n %{name}-1.6.4
 #%patch0 -p1 -b .invalid_uri
 
 %build
@@ -68,6 +68,10 @@ update-desktop-database > /dev/null 2>&1 || :
 %{_datadir}/sounds/*
 
 %changelog
+%changelog
+* Thu May 5 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.4-1
+- new upstream release
+
 * Sun Dec 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.2a-1
 - new upstream release
 

+ 5 - 2
w/wx-gtk2/wx-gtk2-vl.spec

@@ -5,8 +5,8 @@
 Summary: The GTK+ 2 port of the wxWidgets library
 Summary(ja): GTK+ バージョン 2 を使用した wxWidgets ライブラリ
 Name: %{name}
-Version: %{wx_ver}.11
-Release: 2%{?_dist_release}
+Version: %{wx_ver}.12
+Release: 1%{?_dist_release}
 License: wxWindows License
 Group: System Environment/Libraries
 URL: http://www.wxwidgets.org/
@@ -94,6 +94,9 @@ ln -sf %{_libdir}/wx/config/%{wxconfig} %{buildroot}%{_bindir}/wx-config
 %{_datadir}/bakefile/*
 
 %changelog
+* Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.12-1
+- new upstream version
+
 * Thu Sep 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.11-2
 - built with rpm-4.8.1-1 for pkg-config file
 - changed libjpeg-devel to libjpeg-turbo-devel