Browse Source

kdelibs, kdebase-runtime, kdenetwork, kdeplasma-addons: rebuild
others: new upstream release

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

Takemikaduchi 11 years ago
parent
commit
28b730ee62

+ 9 - 4
a/amarok/amarok-vl.spec

@@ -1,7 +1,7 @@
 Name: amarok
 Summary: Amarok Media Player
 Summary(ja): Amarok メディアプレイヤー
-Version: 2.4.1
+Version: 2.6.0
 Release: 1%{?_dist_release}
 
 Group: Applications/Multimedia
@@ -30,12 +30,12 @@ BuildRequires: libxml2-devel
 BuildRequires: libvisual-devel
 BuildRequires: loudmouth-devel
 BuildRequires: MySQL-devel
-BuildRequires: MySQL-embedded-devel
 BuildRequires: phonon-devel
 BuildRequires: qca2-devel
+BuildRequires: qjson-devel
 BuildRequires: qtscriptbindings
 BuildRequires: soprano-devel
-BuildRequires: taglib-devel >= 1.6
+BuildRequires: taglib-devel >= 1.7
 BuildRequires: taglib-extras-devel >= 1.0.1
 BuildRequires: zlib-devel
 
@@ -104,6 +104,7 @@ pushd %{_target_platform}
     -DLIB_INSTALL_DIR:PATH=%{_libdir} \
     -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
     -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
+    -DWITH_MYSQL_EMBEDDED=no \
     ..
 popd
 
@@ -158,7 +159,6 @@ fi
 %{_bindir}/amarok_afttagger
 %{_bindir}/amarokmp3tunesharmonydaemon
 %{_datadir}/kde4/apps/amarok/
-%{_datadir}/kde4/apps/desktoptheme/Amarok-Mockup/
 %{_datadir}/kde4/apps/desktoptheme/default/widgets/*
 %{_datadir}/kde4/apps/kconf_update/amarok*
 %{_datadir}/kde4/apps/solid/actions/amarok-play-audiocd.desktop
@@ -193,6 +193,11 @@ fi
 
 
 %changelog
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
+- new upstream release
+- add BuildRequires: qjson-devel
+- remove BuildRequires: MySQL-embedded-devel
+
 * Sun Jun  5 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-1
 - new upstream release
 

+ 4 - 1
a/attica/attica-vl.spec

@@ -1,7 +1,7 @@
 Name:           attica
 Summary:        Implementation of the Open Collaboration Services API
 Summary(ja):    Open Collaboration Services API の一実装
-Version:        0.2.0
+Version:        0.4.1
 Release:        1%{?_dist_release}
 
 Group:          System Environment/Libraries
@@ -76,6 +76,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
+- new upstream release
+
 * Tue Jan  4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.0-1
 - new upstream release
 - added Japanese summary

+ 4 - 1
c/choqok/choqok-vl.spec

@@ -7,7 +7,7 @@
 Summary: Choqok %{kde} Micro-Blogging Client
 Summary(ja): %{kde} マイクロブログクライアント
 Name: choqok
-Version: 1.2
+Version: 1.3
 Release: 1%{?_dist_release}
 
 License: GPLv3
@@ -136,6 +136,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3-1
+- new upstream release
+
 * Fri Feb 03 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 1.2-1
 - new upstream release
 - added BR: soprano-devel

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

@@ -4,7 +4,7 @@ Name:          kdebase-runtime
 Summary:       KDE Runtime
 Summary(ja):   KDE ランタイム
 Version:       4.9.0
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License:       LGPLv2+
@@ -293,6 +293,9 @@ fi
 
 
 %changelog
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-2
+- rebuild with attica-0.4.1
+
 * Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
 - new upstream release
 - remove Patch3 (kdebase-runtime-4.6.90-iconthemes-inherit.patch)

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

@@ -4,7 +4,7 @@
 %define _qt4_libdir %(pkg-config --variable libdir --silence-errors Qt 2>/dev/null || echo %{_qt4_prefix}/lib)
 %define _qt4_headerdir %(pkg-config --variable headerdir --silence-errors Qt 2>/dev/null || echo %{_qt4_prefix}/plugins)
 
-%define attica_ver 0.2.0
+%define attica_ver 0.4.1
 %define dbusmenu_qt_ver 0.5.2
 %define phonon_ver 4.5.0
 %define soprano_ver 2.6.0
@@ -14,7 +14,7 @@ Summary: KDE Libraries
 Summary(ja): KDE ライブラリ
 Name: kdelibs
 Version: 4.9.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -467,6 +467,9 @@ gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
 %doc %{_docdir}/HTML/en/kdelibs4-apidocs
 
 %changelog
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-2
+- rebuild with attica-0.4.1
+
 * Sun Aug 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
 - new upstream release
 

+ 4 - 1
k/kdenetwork/kdenetwork-vl.spec

@@ -2,7 +2,7 @@ Name: kdenetwork
 Summary: KDE Network Applications
 Summary(ja): KDE ネットワークアプリケーション集
 Version: 4.9.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group: Applications/Internet
@@ -274,6 +274,9 @@ fi
 %{_datadir}/icons/hicolor/*/apps/kppp*
 
 %changelog
+* Tue Sep 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-2
+- rebuild with libktorrent-1.3.0
+
 * Mon Aug 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
 - new upstream release
 

+ 4 - 1
k/kdeplasma-addons/kdeplasma-addons-vl.spec

@@ -1,7 +1,7 @@
 Name:           kdeplasma-addons
 Summary:        Additional plasmoids for KDE
 Version:        4.9.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          User Interface/Desktops
 License:        GPLv2
@@ -169,6 +169,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-2
+- rebuild with attica-0.4.1
+
 * Tue Aug 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
 - new upstream release
 - add BuildRequires:  qjson-devel, qoauth-devel, dbusmenu-qt-devel, ibus-devel

+ 11 - 9
k/kmid2/kmid2-vl.spec

@@ -7,8 +7,8 @@
 Name:           kmid2
 Summary:        A MIDI/karaoke player for %{kde}
 Summary(ja):    %{kde} 向け MIDI/カラオケプレーヤー
-Version:        2.3.0
-Release:        4%{?_dist_release}
+Version:        2.4.0
+Release:        1%{?_dist_release}
 
 Group:          Applications/Multimedia
 # GPLv2+ for the code and the MMA examples, CC-BY-SA for the MIDI examples
@@ -17,10 +17,6 @@ URL:            http://userbase.kde.org/KMid2
 
 Source0:        http://downloads.sourceforge.net/project/%{name}/%{version}/kmid-%{version}.tar.bz2
 
-# http://websvn.kde.org/?revision=1134129&view=revision
-# Fix a crash in the ALSA backend due to reloadDeviceList (kde#240394)
-Patch0:         kmid-2.3.0-kde#240394.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  kdelibs4-devel
@@ -28,6 +24,7 @@ BuildRequires:  kdelibs4-devel
 BuildRequires:  cmake
 BuildRequires:  alsa-lib-devel
 BuildRequires:  drumstick-devel >= 0.3
+BuildRequires:  soprano-devel
 BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
 
@@ -78,13 +75,11 @@ Provides:       kmid-devel = %{version}-%{release}
 %setup -q -n kmid-%{version}
 # zap bundled copy of drumstick to guarantee it's never used
 rm -rf drumstick
-%patch0 -p0 -b .kde#240394
 
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
 %cmake \
     -DCMAKE_BUILD_TYPE=release \
     -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
@@ -131,7 +126,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING README TODO
 %{_bindir}/kmid
+%{_datadir}/dbus-1/interfaces/*.xml
 %{_datadir}/kde4/apps/kmid/
+%{_datadir}/kde4/apps/kmid_part/kmid_part.rc
 %{_datadir}/applications/kde4/kmid.desktop
 %{_datadir}/config.kcfg/*
 %{_datadir}/kde4/services/*
@@ -151,6 +148,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.4.0-1
+- update to 2.4.0
+- remove Patch0 (kmid-2.3.0-kde#240394.patch)
+- add BuildRequires: soprano-devel
+
 * Sat Feb 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.3.0-4
 - removed --with-kde from %%find_lang
 
@@ -201,4 +203,4 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - Remove nonsense Requires: kdelibs4 >= %%{version}, as %%{version} is 0.1.1
 
 * Fri Jan 22 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.1.1-1
-- First Fedora package, replaces kmid
+- First Fedora package, replaces kmid

+ 6 - 4
k/konversation/konversation-vl.spec

@@ -1,14 +1,14 @@
 Name:           konversation
 Summary:        A user friendly IRC client
 Summary(ja):    使い易い IRC クライアント
-Version:        1.3.1
-Release:        2%{?_dist_release}
+Version:        1.4
+Release:        1%{?_dist_release}
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://konversation.kde.org/
 
-Source0:        ftp://ftp.kde.org/pub/kde/stable/konversation/%{version}/src/konversation-%{version}.tar.bz2
+Source0:        ftp://ftp.kde.org/pub/kde/stable/konversation/%{version}/src/konversation-%{version}.tar.xz
 
 ## upstream patches
 
@@ -41,7 +41,6 @@ to chat windows; configurable background colors and much more
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
 %cmake \
     -DCMAKE_BUILD_TYPE=release \
     -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
@@ -101,6 +100,9 @@ fi
 %doc %{_datadir}/doc/HTML/*
 
 %changelog
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4-1
+- update to 1.4
+
 * Sun May 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.1-2
 - add BuildRequires: soprano-devel
 

+ 7 - 8
k/kphotoalbum/kphotoalbum-vl.spec

@@ -1,18 +1,14 @@
 Summary: KDE Photo Album 
 Summary(ja): KDE フォトアルバム 
 Name:	 kphotoalbum
-Version: 4.1.1
-Release: 7%{?_dist_release}
+Version: 4.2
+Release: 1%{?_dist_release}
 
 License: GPLv2+
 Group:   Applications/Multimedia 
 URL:	 http://www.kphotoalbum.org/
 
 Source0:  http://kphotoalbum.org/data/download/kphotoalbum-%{version}.tar.bz2
-## upstream patches
-Patch100: kphotoalbum-4.1.1-docbook_fix.patch
-# http://websvn.kde.org/?view=revision&revision=1213128
-Patch101: kphotoalbum-4.1.1-exiv2_021.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: desktop-file-utils
@@ -39,8 +35,6 @@ A photo album tool. Focuses on three key points:
 
 %prep
 %setup -q 
-%patch100 -p1
-%patch101 -p4 -b exiv2_021
 
 %build
 mkdir -p %{_target_platform}
@@ -110,6 +104,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2-1
+- update to 4.2
+- remove Patch100 (kphotoalbum-4.1.1-docbook_fix.patch)
+- remove Patch101 (kphotoalbum-4.1.1-exiv2_021.patch)
+
 * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.1.1-7
 - rebuild with exiv2-0.23
 

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

@@ -1,7 +1,7 @@
 Name:    libkgapi
 Summary: Google APIs for KDE
 Summary(ja): KDE 向け Google API 集
-Version: 0.4.1
+Version: 0.4.2
 Release: 1%{?_dist_release}
 
 License: GPLv2+
@@ -102,5 +102,8 @@ fi
 
 
 %changelog
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
+- new upstream release
+
 * Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
 - initial build

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

@@ -1,6 +1,6 @@
 Name: taglib
 Summary: TagLib Audio Meta-Data Library
-Version: 1.6.3
+Version: 1.7.2
 Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
@@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.2-1
+- new upstream release
+
 * Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-1
 - new upstream release
 - added build option for supporting ASF and MP4 files