Browse Source

polkit: new upstream release
others: rebuild with python-2.7.2

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

Takemikaduchi 13 years ago
parent
commit
2ee7c4b65d

+ 5 - 2
P/PyKDE4/PyKDE4-vl.spec

@@ -9,7 +9,7 @@ Name: PyKDE4
 Summary: Python bindings for KDE4 
 Summary(ja): KDE4 の Python バインディング
 Version: 4.7.4
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+
@@ -67,7 +67,7 @@ Requires: %{name}-akonadi = %{version}-%{release}
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
+#unset QTDIR || : ; . /etc/profile.d/qt4.sh
 %cmake \
     -DCMAKE_BUILD_TYPE=release \
     -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
@@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/pykde4/examples/
 
 %changelog
+* Sun Feb 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7.4-2
+- rebuild with python-2.7.2
+
 * Sat Dec 24 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.4-1
 - new upstream release
 

+ 4 - 1
g/gnome-commander/gnome-commander-vl.spec

@@ -9,7 +9,7 @@ Summary:       A nice and fast file manager for the GNOME desktop
 Summary(pl):   Menadżer plików dla GNOME oparty o Norton Commander'a (TM)
 Summary(sv):   GNOME Commander är en snabb och smidig filhanderare för GNOME
 Version:       1.2.8.15
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 
 Group:         User Interface/Desktops
 License:       GPLv2+
@@ -118,6 +118,9 @@ scrollkeeper-update -q || :
 %{_datadir}/pixmaps/%{name}/
 
 %changelog
+* Sun Feb 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.15-2
+- rebuild with python-2.7.2
+
 * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.15-1
 - new upstream release
 

+ 6 - 1
k/kalzium/kalzium-vl.spec

@@ -1,7 +1,7 @@
 Name: kalzium
 Summary: Periodic table and chemistry tools for KDE
 Version: 4.7.0
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 License: GPLv2+
 Group: Applications/Edutainment
@@ -19,6 +19,7 @@ BuildRequires: kdelibs4-devel >= %{version}
 BuildRequires: ocaml
 BuildRequires: openbabel-devel >= 2.2.0
 BuildRequires: soprano-devel
+BuildRequires: python-devel
 
 Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
 
@@ -130,6 +131,10 @@ fi
 
 
 %changelog
+* Sun Feb 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7.0-3
+- rebuild with python-2.7.2
+- add BuildRequires: python-devel
+
 * Tue Jan 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7.0-2
 - rebuild with glew-1.7.0
 

+ 6 - 3
k/kdebase-workspace/kdebase-workspace-vl.spec

@@ -4,7 +4,7 @@ Name: kdebase-workspace
 Summary: KDE Workspace
 Summary(ja): KDE ワークスペース
 Version: 4.7.4
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group: User Interface/Desktops
@@ -341,7 +341,7 @@ popd
 pushd %{name}-%{version}
     mkdir -p %{_target_platform}
     pushd %{_target_platform}
-        unset QTDIR || : ; . /etc/profile.d/qt4.sh
+        #unset QTDIR || : ; . /etc/profile.d/qt4.sh
 	%cmake \
 	    -DCMAKE_BUILD_TYPE=release \
 	    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
@@ -363,7 +363,7 @@ popd
 pushd kde-wallpapers-%{version}
     mkdir -p %{_target_platform}
     pushd %{_target_platform}
-        unset QTDIR || : ; . /etc/profile.d/qt4.sh
+        #unset QTDIR || : ; . /etc/profile.d/qt4.sh
 	%cmake \
 	    -DCMAKE_BUILD_TYPE=release \
 	    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
@@ -718,6 +718,9 @@ fi
 %{_datadir}/kde4/services/plasma-engine-akonadi.desktop
 
 %changelog
+* Sun Feb 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7.4-2
+- rebuild with python-2.7.2
+
 * Sun Dec 18 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.4-1
 - new upstream release
 

+ 5 - 2
k/kdeutils/kdeutils-vl.spec

@@ -2,7 +2,7 @@ Name: kdeutils
 Summary: KDE Utilities
 Summary(ja): KDE ユーティリティ集
 Version: 4.7.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group: Applications/System
@@ -90,7 +90,7 @@ Requires: system-config-printer-libs
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
+#unset QTDIR || : ; . /etc/profile.d/qt4.sh
 %cmake \
     -DCMAKE_BUILD_TYPE=release \
     -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
@@ -211,6 +211,9 @@ fi
 %{_datadir}/kde4/apps/printer-applet
 
 %changelog
+* Sun Feb 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7.0-2
+- rebuild with python-2.7.2
+
 * Sat Aug  6 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-1
 - new upstream release
 - added BR: libXtst-devel

+ 5 - 2
k/kig/kig-vl.spec

@@ -1,7 +1,7 @@
 Name: kig
 Summary: Interactive geometry tool for KDE
 Version: 4.7.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2+
 Group: Applications/Edutainment
@@ -39,7 +39,7 @@ This package is part of the KDE education module.
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
+#unset QTDIR || : ; . /etc/profile.d/qt4.sh
 %cmake \
     -DCMAKE_BUILD_TYPE=release \
     -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
@@ -94,6 +94,9 @@ fi
 %doc %{_docdir}/HTML/en/kig/
 
 %changelog
+* Sun Feb 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.7.0-2
+- rebuild with python-2.7.2
+
 * Thu Sep  8 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-1
 - split from kdeedu
 

+ 4 - 1
p/polkit/polkit-vl.spec

@@ -1,7 +1,7 @@
 Summary: PolicyKit Authorization Framework
 Summary(ja): PolicyKit 認証フレームワーク
 Name: polkit
-Version: 0.102
+Version: 0.104
 Release: 1%{?_dist_release}
 License: LGPLv2+
 URL: http://www.freedesktop.org/wiki/Software/PolicyKit
@@ -173,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Sat Feb 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.104-1
+- new upstream release
+
 * Sat Aug 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.102-1
 - new upstream release