Browse Source

--force-log

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7639 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 11 years ago
parent
commit
18eed68a05
2 changed files with 13 additions and 3 deletions
  1. 9 2
      c/cmake/cmake-vl.spec
  2. 4 1
      m/mcomix/mcomix-vl.spec

+ 9 - 2
c/cmake/cmake-vl.spec

@@ -7,8 +7,8 @@
 Name: cmake
 Summary: Cross-platform make system
 Summary(ja): クロスプラットフォームな Make システム
-Version: 2.8.6
-Release: 2%{?_dist_release}
+Version: 2.8.10.2
+Release: 1%{?_dist_release}
 
 Group: Development/Tools
 License: BSD
@@ -65,6 +65,9 @@ The %{name}-gui package contains the Qt based GUI for CMake.
 # Fixup permissions
 #find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x
 
+#fix desktop file warning
+sed -i 's:\(Icon=\)\(CMakeSetup32.png\):\1/usr/share/pixmaps/\2:' Source/QtDialog/CMake.desktop 
+
 %build
 ./bootstrap \
     --prefix=%{_prefix} \
@@ -139,6 +142,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Mon Apr 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.10.2-1
+- new upstream release
+- fixed desktop file warning
+
 * Sun Jun 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-2
 - rebuild with libarchive-3.0.4
 

+ 4 - 1
m/mcomix/mcomix-vl.spec

@@ -3,7 +3,7 @@
 Summary:	customizable image viewer that specifically designed to handle comic books
 Summary(ja): 	漫画向けに特化してデザインされたカスタム可能なイメージビューワ
 Name:		mcomix
-Version:	0.99
+Version:	1.00
 Release: 	1%{?_dist_release}
 Source0:	mcomix-%{version}.tar.bz2
 #Source1:	mcomix_ja.po
@@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitelib}/*
 
 %changelog
+* Mon Apr 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.00-1
+- new upstream release
+
 * Sun Jul 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.99-1
 - new upstream release