rpms/libopensync/devel libopensync.spec,1.25,1.26

Andreas Bierfert awjb at fedoraproject.org
Fri Jan 9 20:20:36 UTC 2009


Author: awjb

Update of /cvs/pkgs/rpms/libopensync/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29422

Modified Files:
	libopensync.spec 
Log Message:
- fix swig version



Index: libopensync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync/devel/libopensync.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- libopensync.spec	29 Nov 2008 16:48:03 -0000	1.25
+++ libopensync.spec	9 Jan 2009 20:20:05 -0000	1.26
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name:           libopensync
 Version:        0.36
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A synchronization framework
 
 Group:          System Environment/Libraries
@@ -46,7 +46,7 @@
 cd build
 %cmake -DOPENSYNC_LIBEXEC_DIR=%{_libexecdir} \
     -DCMAKE_SKIP_RPATH=YES \
-    -DSWIG_DIR=/usr/share/swig/1.3.35/ ../
+    -DSWIG_DIR=/usr/share/swig/1.3.36/ ../
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
@@ -91,6 +91,10 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri Jan 09 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 0.36-5
+- fix swig version
+
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.36-4
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list