Browse Source

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

kudoh 13 years ago
parent
commit
c3d7da4e93
4 changed files with 17 additions and 5 deletions
  1. 4 1
      g/gtest/gtest-vl.spec
  2. 4 1
      l/lzip/lzip-vl.spec
  3. 5 2
      m/midori/midori-vl.spec
  4. 4 1
      t/tinyxml/tinyxml-vl.spec

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

@@ -2,7 +2,7 @@ Summary:	Google C++ testing framework
 Summary(ja):	Google C++ テスティングフレームワーク
 Name:		gtest
 Version:	1.5.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	New BSD
 Group:		Development/Tools
 URL:		http://code.google.com/p/googletest/
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}/internal
 
 %changelog
+* Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sun May 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0-1
 - initial build for VineSeed
 

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

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

+ 5 - 2
m/midori/midori-vl.spec

@@ -1,7 +1,7 @@
 Summary:	A lightweight GTK+ web browser
 Summary(ja):	軽量な GTK+ ウェブブラウザ
 Name:		midori
-Version:	0.2.7
+Version:	0.2.8
 Release:        1%{?_dist_release}
 
 Group:		Applications/Internet
@@ -65,7 +65,7 @@ implemented, and some are still quite incomplete.
 
 %description -l ja
 Midori は軽量な Web ブラウザで、多くの機能がモダンブラウザとして期待されています。
-以下の機能が含まれています。: 
+以下の機能が含まれています。:
 * GTK+2 に完全に統合。
 * WebKit で高速なレンダリング。
 * タブ、ウィンドウおよびセッションの管理。
@@ -152,6 +152,9 @@ fi
 #%endif
 
 %changelog
+* Mon Sep 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.2.8-1
+- new upstream release
+
 * Thu Aug 26 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.2.7-1
 - new upstream release
 - disabled conditional branch to vala support

+ 4 - 1
t/tinyxml/tinyxml-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           tinyxml
 Version:        2.6.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        A simple, small, C++ XML parser
 Summary(ja):    シンプルで小さな C++ XML パーサー
 Group:          System Environment/Libraries
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.6.1-3
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sun Aug 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.6.1-2
 - added patch1 to fix incorrect entity encoding from upstream BTS