[svn] r5136 - in trunk/rpms: devilspie gxine nfswatch openvpn pfqueue udpcast x11vnc

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Fri Feb 2 17:03:27 CET 2007


Author: dag
Date: 2007-02-02 17:03:25 +0100 (Fri, 02 Feb 2007)
New Revision: 5136

Modified:
   trunk/rpms/devilspie/devilspie.spec
   trunk/rpms/gxine/gxine.spec
   trunk/rpms/nfswatch/nfswatch.spec
   trunk/rpms/openvpn/openvpn.spec
   trunk/rpms/pfqueue/pfqueue.spec
   trunk/rpms/udpcast/udpcast.spec
   trunk/rpms/x11vnc/x11vnc.spec
Log:
Updates

Modified: trunk/rpms/devilspie/devilspie.spec
===================================================================
--- trunk/rpms/devilspie/devilspie.spec	2007-02-02 12:29:53 UTC (rev 5135)
+++ trunk/rpms/devilspie/devilspie.spec	2007-02-02 16:03:25 UTC (rev 5136)
@@ -4,7 +4,7 @@
 
 Summary: Window matching tool inspired by the Matched Window options in Sawfish
 Name: devilspie
-Version: 0.19
+Version: 0.20.1
 Release: 1
 License: GPL
 Group: User Interface/Desktops
@@ -52,6 +52,9 @@
 %{_bindir}/devilspie
 
 %changelog
+* Thu Feb 01 2007 Dag Wieers <dag at wieers.com> - 0.20.1.
+- Updated to release 0.20.1.
+
 * Fri Dec 22 2006 Dag Wieers <dag at wieers.com> - 0.19-1
 - Updated to release 0.19.
 

Modified: trunk/rpms/gxine/gxine.spec
===================================================================
--- trunk/rpms/gxine/gxine.spec	2007-02-02 12:29:53 UTC (rev 5135)
+++ trunk/rpms/gxine/gxine.spec	2007-02-02 16:03:25 UTC (rev 5136)
@@ -26,7 +26,7 @@
 
 Summary: Frontend for the xine multimedia library
 Name: gxine
-Version: 0.5.10
+Version: 0.5.11
 Release: 1
 License: GPL
 Group: Applications/Multimedia
@@ -127,6 +127,9 @@
 %{_datadir}/icons/*/*/apps/gxine.png
 
 %changelog
+* Fri Feb 02 2007 Dag Wieers <dag at wieers.com> - 0.5.11-1
+- Updated to release 0.5.11.
+
 * Tue Jan  9 2007 Matthias Saou <http://freshrpms.net/> 0.5.10-1
 - Update to 0.5.10.
 

Modified: trunk/rpms/nfswatch/nfswatch.spec
===================================================================
--- trunk/rpms/nfswatch/nfswatch.spec	2007-02-02 12:29:53 UTC (rev 5135)
+++ trunk/rpms/nfswatch/nfswatch.spec	2007-02-02 16:03:25 UTC (rev 5136)
@@ -3,7 +3,7 @@
 
 Summary: Command line tool to monitor NFS traffic
 Name: nfswatch
-Version: 4.99.6
+Version: 4.99.7
 Release: 1
 License: BSD
 Group: Applications/Internet
@@ -45,6 +45,9 @@
 %{_sbindir}/nfswatch
 
 %changelog
+* Fri Feb 02 2007 Dag Wieers <dag at wieers.com> - 4.99.7-1
+- Updated to release 4.99.7.
+
 * Fri Jun 16 2006 Dag Wieers <dag at wieers.com> - 4.99.6-1
 - Updated to release 4.99.6.
 

Modified: trunk/rpms/openvpn/openvpn.spec
===================================================================
--- trunk/rpms/openvpn/openvpn.spec	2007-02-02 12:29:53 UTC (rev 5135)
+++ trunk/rpms/openvpn/openvpn.spec	2007-02-02 16:03:25 UTC (rev 5136)
@@ -30,8 +30,8 @@
 
 %build
 if pkg-config openssl; then
-    CFLAGS="%{optflags} `pkg-config --cflags openssl`"
-    LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
+    export CFLAGS="%{optflags} $(pkg-config --cflags openssl)"
+    export LDFLAGS="$LDFLAGS $(pkg-config --libs-only-L openssl)"
 fi
 %configure \
 	--program-prefix="%{?_program_prefix}" \

Modified: trunk/rpms/pfqueue/pfqueue.spec
===================================================================
--- trunk/rpms/pfqueue/pfqueue.spec	2007-02-02 12:29:53 UTC (rev 5135)
+++ trunk/rpms/pfqueue/pfqueue.spec	2007-02-02 16:03:25 UTC (rev 5136)
@@ -3,7 +3,7 @@
 
 Summary: Queue manager for the Postfix and Exim mail transport agents
 Name: pfqueue
-Version: 0.5.4
+Version: 0.5.5.1
 Release: 1
 License: GPL
 Group: Applications/System
@@ -46,6 +46,12 @@
 %{_libdir}/libpfq*.so*
 
 %changelog
+* Fri Feb 02 2007 Dag Wieers <dag at wieers.com> - 0.5.5.1-1
+- Updated to release 0.5.5.1.
+
+* Fri Feb 02 2007 Dag Wieers <dag at wieers.com> - 0.5.5-1
+- Updated to release 0.5.5.
+
 * Sat Jan 20 2007 Dag Wieers <dag at wieers.com> - 0.5.4-1
 - Updated to release 0.5.4.
 

Modified: trunk/rpms/udpcast/udpcast.spec
===================================================================
--- trunk/rpms/udpcast/udpcast.spec	2007-02-02 12:29:53 UTC (rev 5135)
+++ trunk/rpms/udpcast/udpcast.spec	2007-02-02 16:03:25 UTC (rev 5136)
@@ -4,8 +4,8 @@
 
 Summary: UDP broadcast installation
 Name: udpcast
-%define real_version 20070129
-Version: 0.0.20070129
+%define real_version 20070131
+Version: 0.0.20070131
 Release: 1
 License: GPL or BSD
 Group: Applications/System
@@ -44,6 +44,9 @@
 %{_sbindir}/udp-sender
 
 %changelog
+* Wed Jan 31 2007 Dag Wieers <dag at wieers.com> - 0.0.20070131-1
+- Updated to release 20070131.
+
 * Wed Jan 31 2007 Dag Wieers <dag at wieers.com> - 0.0.20070129-1
 - Updated to release 20070129.
 

Modified: trunk/rpms/x11vnc/x11vnc.spec
===================================================================
--- trunk/rpms/x11vnc/x11vnc.spec	2007-02-02 12:29:53 UTC (rev 5135)
+++ trunk/rpms/x11vnc/x11vnc.spec	2007-02-02 16:03:25 UTC (rev 5136)
@@ -18,8 +18,8 @@
 
 Summary: VNC server for the current X11 session
 Name: x11vnc
-Version: 0.8.3
-Release: 2
+Version: 0.8.4
+Release: 1
 License: GPL
 Group: User Interface/X
 URL: http://www.karlrunge.com/x11vnc/
@@ -43,7 +43,12 @@
 %setup
 
 %build
-%configure %{?_without_modxorg:LDFLAGS=-L/usr/X11R6/lib}
+if pkg-config openssl; then
+    export CFLAGS="%{optflags} $(pkg-config --cflags openssl)"
+    export LDFLAGS="$LDFLAGS $(pkg-config --libs-only-L openssl)"
+#%{?_without_modxorg:export LDFLAGS="$LDFLAGS -L/usr/X11R6/lib"}
+fi
+%configure
 %{__make} %{?_smp_mflags}
 
 %install
@@ -61,6 +66,9 @@
 %{_datadir}/x11vnc/
 
 %changelog
+* Fri Feb 02 2007 Dag Wieers <dag at wieers.com> - 0.8.4-1
+- Updated to release 0.8.4.
+
 * Sun Dec 03 2006 Dries Verachtert <dries at ulyssis.org> - 0.8.3-2
 - libXtst-devel added, thanks to Walter Neumann.
 



More information about the svn-commits mailing list