[profile-sync-daemon/f20] Update to 5.68

Christopher Meng cicku at fedoraproject.org
Tue Feb 17 06:56:32 UTC 2015


commit 01a15a3cc4b9fd62d3c9173ed53118133604b9ac
Author: Christopher Meng <i at cicku.me>
Date:   Tue Feb 17 14:54:34 2015 +0800

    Update to 5.68

 .gitignore               |    1 +
 profile-sync-daemon.spec |   34 +++++++++++++++++++---------------
 sources                  |    2 +-
 3 files changed, 21 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 091f55a..c349f47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /v5.45.1.tar.gz
 /profile-sync-daemon-5.50.tar.gz
 /profile-sync-daemon-5.51.tar.gz
+/profile-sync-daemon-5.68.tar.gz
diff --git a/profile-sync-daemon.spec b/profile-sync-daemon.spec
index 70f7e88..8ad28b2 100644
--- a/profile-sync-daemon.spec
+++ b/profile-sync-daemon.spec
@@ -1,16 +1,16 @@
-Name:              profile-sync-daemon 
-Version:           5.51
-Release:           1%{?dist}
-Summary:           Offload browser profiles to RAM for speed a wear reduction
-License:           MIT
-URL:               https://github.com/graysky2/profile-sync-daemon 
-Source0:           https://github.com/graysky2/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildArch:         noarch
-BuildRequires:     systemd
-Requires:          rsync
-Requires(post):    systemd
-Requires(preun):   systemd
-Requires(postun):  systemd
+Name:           profile-sync-daemon 
+Version:        5.68
+Release:        1%{?dist}
+Summary:        Offload browser profiles to RAM for speed a wear reduction
+License:        MIT
+URL:            https://github.com/graysky2/profile-sync-daemon 
+Source0:        https://github.com/graysky2/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  systemd
+Requires:       rsync
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
 
 %description
 Symlinks and syncs browser profiles to RAM via tmpfs which will reduce HDD/SDD
@@ -20,7 +20,7 @@ calls and speed-up browsers.
 %setup -q
 
 %build
-make %{?_smp_mflags}
+%make_build
 
 %install
 make install-systemd-all DESTDIR=%{buildroot}
@@ -41,13 +41,17 @@ fi
 %systemd_postun_with_restart psd.service
 
 %files
-%doc README* MIT
+%doc README*
+%license MIT
 %config(noreplace) %{_sysconfdir}/psd.conf
 %{_bindir}/*
 %{_mandir}/man1/*.1*
 %{_unitdir}/psd*.*
 
 %changelog
+* Tue Feb 17 2015 Christopher Meng <rpm at cicku.me> - 5.68-1
+- Update to 5.68
+
 * Wed Sep 17 2014 Christopher Meng <rpm at cicku.me> - 5.51-1
 - Update to 5.51
 
diff --git a/sources b/sources
index 4bae57d..11e886c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c5723b27e331526da12240e9dc6f255  profile-sync-daemon-5.51.tar.gz
+be8f459389e74d47ad6717b683692389  profile-sync-daemon-5.68.tar.gz


More information about the scm-commits mailing list