[libkscreen] 1.0.4

Rex Dieter rdieter at fedoraproject.org
Tue May 13 16:24:14 UTC 2014


commit d08faa7d2e402bbbff05b0f64dcb21bc8b926188
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue May 13 11:24:06 2014 -0500

    1.0.4

 .gitignore                                    |    8 +-----
 0001-fix-pkgconfig-Version.patch              |   25 ------------------
 0002-keep-xrandroutput-cache-up-to-date.patch |   34 -------------------------
 libkscreen.spec                               |   13 ++++-----
 sources                                       |    2 +-
 5 files changed, 8 insertions(+), 74 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 671d926..5ab60b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1 @@
-/libkscreen-0.9.0-20121228git.tar.gz
-/libkscreen-0.0.71.tar.bz2
-/libkscreen-0.0.81.tar.bz2
-/libkscreen-0.0.92.tar.bz2
-/libkscreen-1.0.tar.bz2
-/libkscreen-1.0.1.tar.bz2
-/libkscreen-1.0.2.tar.xz
+/libkscreen-1.0.4.tar.xz
diff --git a/libkscreen.spec b/libkscreen.spec
index 6015168..6ea7927 100644
--- a/libkscreen.spec
+++ b/libkscreen.spec
@@ -1,7 +1,7 @@
 Name:           libkscreen
 Epoch:          1
-Version:        1.0.2
-Release:        3%{?dist}
+Version:        1.0.4
+Release:        1%{?dist}
 Summary:        Display configuration library
 
 License:        GPLv2+
@@ -10,8 +10,6 @@ URL:            https://projects.kde.org/projects/playground/libs/libkscreen
 Source0:        http://download.kde.org/stable/libkscreen/%{version}/src/libkscreen-%{version}.tar.xz
 
 ## upstream patches
-Patch0001: 0001-fix-pkgconfig-Version.patch
-Patch0002: 0002-keep-xrandroutput-cache-up-to-date.patch
 
 BuildRequires:  kdelibs4-devel
 BuildRequires:  libXrandr-devel
@@ -33,8 +31,6 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
-%patch0001 -p1 -b .0001
-%patch0002 -p1 -b .0002
 
 %build
 mkdir -p %{_target_platform}
@@ -65,13 +61,16 @@ test "$(pkg-config --modversion kscreen)" = "%{version}"
 %{_kde4_libdir}/kde4/plugins/kscreen/
 
 %files devel
-%{_includedir}/kscreen/
+%{_kde4_includedir}/kscreen/
 %{_kde4_libdir}/libkscreen.so
 %{_kde4_libdir}/cmake/LibKScreen/
 %{_kde4_libdir}/pkgconfig/kscreen.pc
 
 
 %changelog
+* Tue May 13 2014 Rex Dieter <rdieter at fedoraproject.org> 1:1.0.4-1
+- 1.0.4
+
 * Tue Apr 22 2014 Daniel Vrátil <dvratil at redhat.com> - 1:1.0.2-3
 - backport upstream crash fix
 - Resolves: rhbz#998395 rhbz#1004558 rhbz#1016769 rhbz#1023816
diff --git a/sources b/sources
index 9e41aef..5cfecad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39f5316ef4f9203dd7a42180edbab122  libkscreen-1.0.2.tar.xz
+802ba357e1e802d6773405bc54b47145  libkscreen-1.0.4.tar.xz


More information about the scm-commits mailing list