Browse Source

gwenview,kdebase-runtime,libkexiv2,nepomuk-core: rebuild with exiv2-0.25
others: new upstream release

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

Takemikaduchi 8 years ago
parent
commit
4379a830fd

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

@@ -8,7 +8,7 @@
 Summary:       3D modeling, animation, rendering and post-production.
 Summary(ja):   3D モデリング、アニメーション、レンダリング、ポストプロダクション
 Name:           blender
-Version:        %{blender_api}
+Version:        %{blender_api}b
 Release:        1%{?_dist_release}
 Group:          Applications/Multimedia
 License:        GPL
@@ -231,6 +231,9 @@ update-mime-database %{_datadir}/mime > /dev/null || :
 
 
 %changelog
+* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.76b-1
+- new upstream release
+
 * Thu Oct 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.76-1
 - new upstream release
 - remove BuildRequires:  esound-devel

+ 9 - 5
f/firefox/firefox-vl.spec

@@ -1,11 +1,11 @@
 # do not include minor version number in MOZILLA_FIVE_HOME
-%global ffmajor 41.0
+%global ffmajor 42.0
 %global geckomajor 40.0
-%global ffminor 2
+#global ffminor 0
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %define ffdir %{_libdir}/firefox
 %global langpackdir %{ffdir}/langpacks
-%define tarballdir mozilla-release
+%define tarballdir firefox-%{ffversion}
 
 %define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
 %define homepage http://vinelinux.org/
@@ -65,7 +65,7 @@ Source100:      find-external-requires
 
 # locale sources
 %define MOZ_BUILD_LOCALES "ja"
-Source1000:     firefox-%{ffversion}-langpacks.tar.bz2
+Source1000:     firefox-%{ffversion}-langpacks.tar.xz
 Source1010:     firefox-unofficial-branding-fx.tar.bz2
 #
 Source2000:     firefox-searchplugins-6.0-ja.tar.bz2
@@ -99,7 +99,7 @@ Patch101:        mozilla-938730.patch
 #Patch1000:      firefox-19.0-disable-pdfjs.patch
 
 # vine customization patch
-Patch2000:      firefox-41.0.1-vine.patch
+Patch2000:      firefox-42.0-vine.patch
 
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -449,6 +449,10 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 42.0-1
+- update to 42.0
+- update Patch2000 (firefox-42.0-vine.patch)
+
 * Sun Oct 18 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 41.0.2-1
 - update to 41.0.2
 

+ 5 - 1
g/gparted/gparted-vl.spec

@@ -1,5 +1,5 @@
 %define name	gparted
-%define version	0.22.0
+%define version	0.24.0
 %define release	1%{?_dist_release}
 
 Summary:	Gnome Partition Editor
@@ -99,9 +99,13 @@ fi
 %{_datadir}/icons/hicolor/48x48/apps/gparted.png
 %{_datadir}/icons/hicolor/scalable/apps/gparted.svg
 %{_datadir}/omf/gparted
+%{_datadir}/pixmaps/gparted.png
 %{_mandir}/man8/gparted.*
 
 %changelog
+* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.0-1
+- new upstream release
+
 * Sun Jun 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.0-1
 - new upstream release
 

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

@@ -2,7 +2,7 @@ Name:    gwenview
 Summary: An image viewer
 Summary(ja): 画像ビューア
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 # app: GPLv2+
 # lib:  IJG and (LGPLv2 or LGPLv3 or LGPLv3+ (KDE e.V.)) and LGPLv2+ and GPLv2+
@@ -124,6 +124,9 @@ fi
 
 
 %changelog
+* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with exiv2-0.25
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - new upstream release
 - add BuildRequires: baloo-devel, kfilemetadata-devel, libkdcraw-devel

+ 8 - 1
k/kdebase-runtime/kdebase-runtime-vl.spec

@@ -4,7 +4,7 @@ Name:          kdebase-runtime
 Summary:       KDE Runtime
 Summary(ja):   KDE ランタイム
 Version:       4.14.3
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License:       LGPLv2+
@@ -13,6 +13,8 @@ URL:           http://www.kde.org/
 
 Source0:       ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kde-runtime-%{version}.tar.xz
 
+Patch0:        kde-runtime-4.14.3-cmakefile-glib.patch
+
 # add shortcuts for search provider
 Patch1:        kdebase-runtime-4.1.x-searchproviders-shortcuts.patch
 
@@ -148,6 +150,7 @@ BuildArch: noarch
 %prep
 %setup -q -n kde-runtime-%{version}
 
+%patch0 -p1 -b .glib
 %patch1 -p1 -b .searchproviders-shortcuts
 %patch6 -p1 -b .home_onlyshowin_kde
 %patch7 -p1 -b .htsearch
@@ -301,6 +304,10 @@ fi
 
 
 %changelog
+* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with exiv2-0.25
+- add Patch0 (kde-runtime-4.14.3-cmakefile-glib.patch)
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - new upstream release
 - add BuildRequires: libgcrypt-devel 

+ 4 - 1
lib/libk/libkexiv2/libkexiv2-vl.spec

@@ -2,7 +2,7 @@ Name:    libkexiv2
 Summary: An Exiv2 wrapper library
 Summary(ja): Exiv2 ラッパーライブラリ
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2+
 Group:   System Environment/Libraries
@@ -89,6 +89,9 @@ make -C %{_target_platform}/tests
 
 
 %changelog
+* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with exiv2-0.25
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - new upstream release
 

+ 4 - 1
n/nepomuk-core/nepomuk-core-vl.spec

@@ -2,7 +2,7 @@ Name:          nepomuk-core
 Summary:       Nepomuk core utilities and libraries 
 Summary(ja):   Nepomuk core ユーティリティーとライブラリ
 Version:       4.14.3
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 
 License:       GPLv2,GPLv3,LGPLv2,LGPLv3
 Group:         User Interface/Desktops
@@ -144,6 +144,9 @@ fi
 
 
 %changelog
+* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with exiv2-0.25
+
 * Wed Dec 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - new upstream release
 

+ 4 - 1
w/wine/wine-vl.spec

@@ -1,4 +1,4 @@
-%define pkg_major_version 1.7.53
+%define pkg_major_version 1.7.54
 %define pkg_name wine
 %define pkg_release 1%{?_dist_release}
 
@@ -576,6 +576,9 @@ fi
 
 #--------------------------------------------------------------------
 %changelog
+* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.54-1
+- update to 1.7.54
+
 * Sat Oct 24 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.53-1
 - update to 1.7.53