Browse Source

update: kdelibs, kdebase-runtime

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5040 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 12 years ago
parent
commit
9620bf9a77
2 changed files with 16 additions and 2 deletions
  1. 4 1
      k/kdebase-runtime/kdebase-runtime-vl.spec
  2. 12 1
      k/kdelibs/kdelibs-vl.spec

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

@@ -3,7 +3,7 @@
 Name:          kdebase-runtime
 Summary:       KDE Runtime
 Summary(ja):   KDE ランタイム
-Version:       4.7.0
+Version:       4.7.2
 Release:       1%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
@@ -303,6 +303,9 @@ fi
 
 
 %changelog
+* Sun Oct 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-1
+- new upstream release
+
 * Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-1
 - new upstream release
 - built with exiv2-0.21.1

+ 12 - 1
k/kdelibs/kdelibs-vl.spec

@@ -14,7 +14,7 @@ Summary: KDE Libraries
 Summary(ja): KDE ライブラリ
 Name: kdelibs
 Version: 4.7.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -76,6 +76,8 @@ Patch51: kdelibs-4.6.2-uri_mimetypes.patch
 Patch52: kdelibs-4.6.95-khtml-kde#277457.patch
 
 ## upstream
+# fix nepomuk queries *not* using wide-unicode
+Patch100: kdelibs-4.7.2-nepomuk_unicode.patch
 
 ## security fix
 # Not Upstreamed? why not ? -- Rex
@@ -85,6 +87,9 @@ Patch200: kdelibs-4.3.1-CVE-2009-2702.patch
 # make forcefully hal-free build
 Patch300: kdelibs-4.6.80-halectomy.patch
 
+## Vine patches
+Patch400: kdelibs-4.7.2-pulseaudio-1.0.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: alsa-lib-devel
 BuildRequires: aspell-devel
@@ -260,6 +265,7 @@ API ドキュメントを含んでいます.
 %patch51 -p1 -b .uri_mimetypes
 
 # upstream patches
+%patch100 -p1 -b .nepomuk_unicode
 
 # security fix
 %patch200 -p1 -b .CVE-2009-2702
@@ -267,6 +273,8 @@ API ドキュメントを含んでいます.
 # Fedora patches
 %patch300 -p1 -b .halectomy
 
+# Vine patches
+%patch400 -p1 -b .pa10
 
 %build
 
@@ -462,6 +470,9 @@ gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
 %doc %{_docdir}/HTML/en/kdelibs4-apidocs
 
 %changelog
+* Sun Oct 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-2
+- added Patch400 for using pulseaudio-1.0
+
 * Fri Oct  7 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-1
 - new upstream release