[slim: 1/2] Update to 1.3.5.

Pavel Alexeev hubbitus at fedoraproject.org
Sat Feb 9 11:44:04 UTC 2013


commit 64eea8b8ed6876a34358972f523d2ae92c895ee1
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Fri Feb 8 01:32:33 2013 +0400

    Update to 1.3.5.
    
    - Fix typo in changelog
    - Replace $RPM_BUILD_ROOT by %{buildroot}
    - rm garbage from installer /usr/usr/lib/systemd/system/slim.service

 slim.spec |   19 ++++++++++++++-----
 sources   |    2 +-
 2 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/slim.spec b/slim.spec
index 874fa68..0b624e1 100644
--- a/slim.spec
+++ b/slim.spec
@@ -1,5 +1,5 @@
 Name:           slim
-Version:        1.3.4
+Version:        1.3.5
 Release:        1%{?dist}
 Summary:        Simple Login Manager
 Group:          User Interface/X
@@ -54,7 +54,7 @@ before launching slim.
 %prep
 %setup -q
 
-%patch0 -p0 -b .libpng15
+#% patch0 -p0 -b .libpng15
 %patch1 -p0 -b .fedora
 %patch2 -p1 -b .selinux
 cp -p %{SOURCE4} README.Fedora
@@ -81,8 +81,11 @@ install -m0644 -D %{SOURCE5} %{buildroot}/%{_sysconfdir}/logrotate.d/slim
 install -p -D %{SOURCE6} %{buildroot}%{_sysconfdir}/tmpfiles.d/slim.conf
 %endif
 
-mkdir -p $RPM_BUILD_ROOT%{_unitdir}
-install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}/slim.service
+mkdir -p %{buildroot}%{_unitdir}
+install -m 644 %{SOURCE7} %{buildroot}%{_unitdir}/slim.service
+
+#rm garbage from installer 
+rm %{buildroot}/usr/usr/lib/systemd/system/slim.service
 
 %post
 %systemd_post slim.service
@@ -112,9 +115,15 @@ install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}/slim.service
 %endif
 
 %changelog
+* Thu Feb 7 2013 Pavel Alexeev <Pahan at Hubbitus.info> - 1.3.5-1
+- Update to 1.3.5.
+- Fix typo in changelog
+- Replace $RPM_BUILD_ROOT by %%{buildroot}
+- rm garbage from installer /usr/usr/lib/systemd/system/slim.service
+
 * Fri Nov 9 2012 Pavel Alexeev <Pahan at Hubbitus.info> - 1.3.4-1
 - Update to 1.3.4 version by Globe Trotter request (bz#868594).
-- Add Patch0 to fix дшизтп1ю5 incompatability..
+- Add Patch0 to fix libpng1.5 incompatability..
 
 * Sun Aug 12 2012 Pavel Alexeev <Pahan at Hubbitus.info> - 1.3.3-5
 - Display Manager Rework - https://fedoraproject.org/wiki/Features/DisplayManagerRework (bz#846152).
diff --git a/sources b/sources
index e7c9a0d..243192d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51543533e492b41007811f7d880720fa  slim-1.3.4.tar.gz
+1153e6993f9c9333e4cf745411d03472  slim-1.3.5.tar.gz


More information about the scm-commits mailing list