[libkcompactdisc] 4.8.90

Rex Dieter rdieter at fedoraproject.org
Fri Jun 8 18:48:27 UTC 2012


commit 58ed67a6044bdeb6fad70716c5fda94e28a149a2
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Jun 8 13:51:24 2012 -0500

    4.8.90

 .gitignore           |    2 +-
 libkcompactdisc.spec |   30 +++++++++++++++---------------
 sources              |    2 +-
 3 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3022b8d..787040a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/libkcompactdisc-4.8.80.tar.xz
+/libkcompactdisc-4.8.90.tar.xz
diff --git a/libkcompactdisc.spec b/libkcompactdisc.spec
index dd11a07..82f6b14 100644
--- a/libkcompactdisc.spec
+++ b/libkcompactdisc.spec
@@ -1,15 +1,15 @@
-Name:           libkcompactdisc
-Version:        4.8.80
-Release:        1%{?dist}
-Summary:        A KDE compact disc library
+Name:    libkcompactdisc
+Version: 4.8.90
+Release: 1%{?dist}
+Summary: A KDE compact disc library
 
 # source code contains bundled workman library but we consider it as a part of the
 # code as there's no standalone workman lib, it's not used by any other project and
 # maintainer develops it in kde git in sync with libkcompactdisc
 
 # wmlib is LGPLv2+, rest is LGPLv2+ and GPLv2+
-License:        LGPLv2+ and GPLv2+
-URL:            http://www.kde.org/
+License: LGPLv2+ and GPLv2+
+URL:     http://www.kde.org/
 %global revision %(echo %{version} | cut -d. -f3)
 %if %{revision} >= 50
 %global stable unstable
@@ -18,13 +18,11 @@ URL:            http://www.kde.org/
 %endif
 Source0: ftp://ftp.kde.org/pub/kde/%{stable}/%{version}/src/%{name}-%{version}.tar.xz  
 
-BuildRequires:  kdelibs4-devel >= %{version}
-BuildRequires:  pkgconfig(alsa)
+BuildRequires: kdelibs4-devel >= %{version}
+BuildRequires: pkgconfig(alsa)
 
 # when split occured
-Conflicts:      kdemultimedia < 6:4.8.80-1
-Conflicts:      kdemultimedia-libs < 6:4.8.80-1
-Conflicts:      kdemultimedia-devel < 6:4.8.80-1     
+Conflicts: kdemultimedia-libs < 6:4.8.80-1
 
 %description
 %{summary}.
@@ -32,7 +30,8 @@ Conflicts:      kdemultimedia-devel < 6:4.8.80-1
 
 %package devel
 Summary:  Development files for %{name}
-Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Conflicts: kdemultimedia-devel < 6:4.8.80-1
 %description devel
 %{summary}.
 
@@ -57,13 +56,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
-
 %files
 %doc COPYING COPYING.LIB wmlib/README
-%{_kde4_libdir}/libkcompactdisc.so.*
+%{_kde4_libdir}/libkcompactdisc.so.4*
 
 %files devel
 %{_kde4_includedir}/libkcompactdisc/
@@ -72,5 +69,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %changelog
+* Fri Jun 08 2012 Rex Dieter <rdieter at fedoraproject.org> 4.8.90-1
+- 4.8.90
+
 * Wed Jun 06 2012 Jaroslav Reznik <jreznik at redhat.com> 4.8.80-1
 - initial try
diff --git a/sources b/sources
index a4c0d26..ec02904 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1fa3d6d389683ae87780533ebead1767  libkcompactdisc-4.8.80.tar.xz
+dab27bb29785201ca0580b431f47baac  libkcompactdisc-4.8.90.tar.xz


More information about the scm-commits mailing list