Browse Source

--force-log

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

+ 4 - 1
b/bleachbit/bleachbit-vl.spec

@@ -1,7 +1,7 @@
 %define _prefix	/usr
 
 Name: bleachbit
-Version: 0.9.6
+Version: 1.0
 Release: 1%{?_dist_release}
 Summary: Tool for remove unnecessary files, free space, and maintain privacy
 Summary(ja): 不要ファイルの削除、スペースの解放、プライバシーの保全のためのツール
@@ -120,6 +120,9 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Mon Dec 23 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-1
+- new upstream release
+
 * Sat Jul 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.6-1
 - new upstream release
 

+ 5 - 2
f/freetype2/freetype2-vl.spec

@@ -7,7 +7,7 @@ Summary: FreeType 2 library
 Summary(ja): FreeType 2 ライブラリ
 Name: freetype2
 Version: %{ver_majar}
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL/FTL dual license
 URL: http://www.freetype.org/
 Group: System Environment/Libraries
@@ -24,7 +24,7 @@ Patch46:  freetype-2.2.1-enable-valid.patch
 Patch88:  freetype-multilib.patch
 # Fix crash https://bugs.freedesktop.org/show_bug.cgi?id=6841
 Patch89:  freetype-2.2.1-memcpy-fix.patch
-Patch90:  freetype-2.4.12-pkgconfig.patch
+Patch90:  freetype-2.5.2-pkgconfig.patch
 
 Patch200: freetype-2.1.10-slight-embolden.patch
 Patch201: freetype-2.4.12-x86_64-invalid_outline.patch
@@ -296,6 +296,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %endif
 
 %changelog
+* Mon Dec 23 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-2
+- fixed invalid infomation in freetype-config (BTS:2711)
+
 * Sat Dec 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-1
 - new upstream release
 

+ 5 - 1
p/parole/parole-vl.spec

@@ -4,7 +4,7 @@
 %define PAROLE_BIN %{_libexecdir}/%{name}
 
 Name:           parole
-Version:        0.3.0.3
+Version:        0.5.0
 Release:        1%{?_dist_release}
 Summary:        Media player for the Xfce desktop
 Summary(ja):    Xfce デスクトップのメディアプレーヤー
@@ -99,6 +99,7 @@ The %{name}-devel package contains header files for developing plugins for
 #%patch1 -p1
 
 %build
+./autogen.sh
 %configure --disable-static --enable-gtk-doc
 #%if %{with mozilla}
 # --enable-browser-plugin
@@ -174,6 +175,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 #%endif
 
 %changelog
+* Mon Dec 23 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
+- new upstream release
+
 * Fri Aug 24 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.0.3-1
 - new upstream release
 - deleted Patch1

+ 4 - 1
r/rednotebook/rednotebook-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           rednotebook
-Version:        1.7.2
+Version:        1.8.0
 Release:        1%{?_dist_release}
 Summary:        A desktop journal
 Summary(ja):    デスクトップダイアリー
@@ -81,6 +81,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitelib}/%{name}*.egg-info
 
 %changelog
+* Mon Dec 23 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.8.0-1
+- new upstream release
+
 * Sun Jul 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.7.2-1
 - new upstream release