rpms/synce-hal/F-10 synce-hal.spec,1.5,1.6

Andreas Bierfert awjb at fedoraproject.org
Mon Aug 17 14:49:27 UTC 2009


Author: awjb

Update of /cvs/pkgs/rpms/synce-hal/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28454/F-10

Modified Files:
	synce-hal.spec 
Log Message:
- pull sock patch from devel



Index: synce-hal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/synce-hal/F-10/synce-hal.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- synce-hal.spec	21 Jul 2009 19:22:48 -0000	1.5
+++ synce-hal.spec	17 Aug 2009 14:49:26 -0000	1.6
@@ -1,12 +1,14 @@
 Name:           synce-hal
 Version:        0.14
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Connection framework and dccm-implementation
 
 Group:          Applications/Communications
 License:        GPLv2
 URL:            http://www.synce.org
 Source0:        http://downloads.sourceforge.net/synce/%{name}-%{version}.tar.gz
+# see #514768 create sockets in /var/run instead of /tmp
+Patch0:         synce-hal-sock.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsynce-devel
@@ -26,6 +28,7 @@ for Windows Mobile devices that integrat
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --enable-bluetooth-support --with-hal-addon-dir=%{_libexecdir}
@@ -59,6 +62,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/ppp/ip-up.d/synce-bt*
 
 %changelog
+* Mon Aug 03 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.14-3
+- add patch to create sock files in /var/run
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Tue Jul 21 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.14-1
 - version upgrade




More information about the fedora-extras-commits mailing list