[libmatekbd] Update to 1.7.1

Dan Mashal vicodan at fedoraproject.org
Wed Dec 4 20:40:40 UTC 2013


commit c52a8612dd94cb1e937c65c981b20eefdb6c5623
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Wed Dec 4 12:40:00 2013 -0800

    Update to 1.7.1

 .gitignore      |    1 +
 libmatekbd.spec |   12 ++++++++++--
 sources         |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index feee645..135d640 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /libmatekbd-1.5.1.tar.xz
 /libmatekbd-1.6.0.tar.xz
 /libmatekbd-1.6.1.tar.xz
+/libmatekbd-1.7.1.tar.xz
diff --git a/libmatekbd.spec b/libmatekbd.spec
index 12895a3..aa5534c 100644
--- a/libmatekbd.spec
+++ b/libmatekbd.spec
@@ -1,11 +1,12 @@
 Name:           libmatekbd
-Version:        1.6.1
-Release:        2%{?dist}
+Version:        1.7.1
+Release:        1%{?dist}
 Summary:        Libraries for mate kbd
 License:        LGPLv2+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
 
+BuildRequires:  chrpath
 BuildRequires:  desktop-file-utils
 BuildRequires:  gsettings-desktop-schemas-devel
 BuildRequires:  gtk2-devel
@@ -36,11 +37,15 @@ Development libraries for libmatekbd
   
 make %{?_smp_mflags} V=1
 
+
 %install
 make install DESTDIR=%{buildroot}
 
 find %{buildroot} -name '*.la' -exec rm -fv {} ';'
 
+#https://github.com/mate-desktop/libmatekbd/issues/14
+chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libmatekbdui.so.4.2.0
+
 %find_lang %{name} --all-name
 
 %pre
@@ -73,6 +78,9 @@ fi
 %{_libdir}/libmatekbd.so
 
 %changelog
+* Wed Dec 04 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.1-1
+- Update to 1.7.1
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 52ab032..bee6987 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b865b63c0b0820bba6de7bc4977e3c70  libmatekbd-1.6.1.tar.xz
+19dbeab2af9d1bbff2f0cc264c9b7050  libmatekbd-1.7.1.tar.xz


More information about the scm-commits mailing list