rpms/live555/devel live.2010.01.16-shared.patch, NONE, 1.1 live555.spec, 1.6, 1.7 .cvsignore, 1.5, 1.6 sources, 1.6, 1.7 live.2009.03.22-unified.patch, 1.2, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/live555/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18662
Modified Files:
live555.spec .cvsignore sources
Added Files:
live.2010.01.16-shared.patch
Removed Files:
live.2009.03.22-unified.patch
Log Message:
- Update to 2010.01.16
- Update patch for shared library
live.2010.01.16-shared.patch:
Makefile.tail | 12 ++++++------
config.linux | 8 ++++----
config.linux.static | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)
--- NEW FILE live.2010.01.16-shared.patch ---
diff -up live/config.linux.shared live/config.linux
--- live/config.linux.shared 2010-01-16 04:04:54.000000000 +0100
+++ live/config.linux 2010-01-16 17:16:37.479611105 +0100
@@ -1,4 +1,4 @@
-COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
+COMPILE_OPTS = $(INCLUDES) -I. $(CFLAGS) -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
C = c
C_COMPILER = cc
C_FLAGS = $(COMPILE_OPTS)
@@ -9,9 +9,9 @@ OBJ = o
LINK = c++ -o
LINK_OPTS = -L.
CONSOLE_LINK_OPTS = $(LINK_OPTS)
-LIBRARY_LINK = ar cr
-LIBRARY_LINK_OPTS =
-LIB_SUFFIX = a
+LIBRARY_LINK = c++ -o
+LIBRARY_LINK_OPTS = $(LINK_OPTS) -shared -Wl,-soname,$@.$(SO_VERSION) $(LIBADDS)
+LIB_SUFFIX = so
LIBS_FOR_CONSOLE_APPLICATION =
LIBS_FOR_GUI_APPLICATION =
EXE =
diff -up live/config.linux.static.shared live/config.linux.static
--- live/config.linux.static.shared 2010-01-16 17:16:50.562862926 +0100
+++ live/config.linux.static 2010-01-16 17:16:57.271866612 +0100
@@ -1,4 +1,4 @@
-COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
+COMPILE_OPTS = $(INCLUDES) -I. $(CFLAGS) -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
C = c
C_COMPILER = cc
C_FLAGS = $(COMPILE_OPTS)
diff -up live/Makefile.tail.shared live/Makefile.tail
--- live/Makefile.tail.shared 2010-01-16 04:04:54.000000000 +0100
+++ live/Makefile.tail 2010-01-16 17:16:37.479611105 +0100
@@ -10,12 +10,12 @@ TESTPROGS_DIR = testProgs
MEDIA_SERVER_DIR = mediaServer
all:
- cd $(LIVEMEDIA_DIR) ; $(MAKE)
- cd $(GROUPSOCK_DIR) ; $(MAKE)
- cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE)
- cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE)
- cd $(TESTPROGS_DIR) ; $(MAKE)
- cd $(MEDIA_SERVER_DIR) ; $(MAKE)
+ cd $(LIVEMEDIA_DIR) ; C_FLAGS="$(C_FLAGS)" $(MAKE)
+ cd $(GROUPSOCK_DIR) ; C_FLAGS="$(C_FLAGS)" $(MAKE)
+ cd $(USAGE_ENVIRONMENT_DIR) ; C_FLAGS="$(C_FLAGS)" $(MAKE)
+ cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; C_FLAGS="$(C_FLAGS)" $(MAKE)
+ cd $(TESTPROGS_DIR) ; C_FLAGS="$(C_FLAGS)" $(MAKE)
+ cd $(MEDIA_SERVER_DIR) ; C_FLAGS="$(C_FLAGS)" $(MAKE)
clean:
cd $(LIVEMEDIA_DIR) ; $(MAKE) clean
Index: live555.spec
===================================================================
RCS file: /cvs/free/rpms/live555/devel/live555.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- live555.spec 17 Aug 2009 17:14:31 -0000 1.6
+++ live555.spec 16 Jan 2010 16:22:01 -0000 1.7
@@ -1,16 +1,16 @@
-%define date 2009.07.28
-%define live_soversion 0
+%global date 2010.01.16
+%global live_soversion 0
Name: live555
Version: 0
-Release: 0.24.%{date}%{?dist}
+Release: 0.25.%{date}%{?dist}
Summary: Live555.com streaming libraries
Group: System Environment/Libraries
License: LGPLv2+
URL: http://live555.com/liveMedia/
Source0: http://live555.com/liveMedia/public/live.%{date}.tar.gz
-Patch0: live.2009.03.22-unified.patch
+Patch0: live.2010.01.16-shared.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@@ -78,7 +78,9 @@
%prep
%setup -q -n live
-%patch0 -p1 -b .unified
+install -pm 0644 config.linux config.linux.static
+%patch0 -p1 -b .shared
+
%build
./genMakefiles %{_target_os}.static
@@ -169,6 +171,10 @@
%{_libdir}/libUsageEnvironment*.a
%changelog
+* Sat Jan 16 2010 Nicolas Chauvet <kwizart(a)fedoraprojec.org> - 0-0.25.2010.01.16
+- Update to 2010.01.16
+- Update patch for shared library
+
* Mon Aug 17 2009 kwizart < kwizart at gmail.com > - 0-0.24.2009.07.28
- 2009.07.28
- Revert circle dependency (prefer undefined non_weak_symbol)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/live555/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 17 Aug 2009 17:14:31 -0000 1.5
+++ .cvsignore 16 Jan 2010 16:22:01 -0000 1.6
@@ -1 +1 @@
-live.2009.07.28.tar.gz
+live.2010.01.16.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/live555/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 17 Aug 2009 17:14:31 -0000 1.6
+++ sources 16 Jan 2010 16:22:01 -0000 1.7
@@ -1 +1 @@
-f2a9c1067e97076492b324c185bda108 live.2009.07.28.tar.gz
+21f6952776d13e0c80aed3fefa7de72e live.2010.01.16.tar.gz
--- live.2009.03.22-unified.patch DELETED ---
15 years
rpms/x264/devel x264-nostrip.patch, NONE, 1.1 x264-nover.patch, NONE, 1.1 x264-shared.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 x264.spec, 1.16, 1.17
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/x264/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12723
Modified Files:
.cvsignore sources x264.spec
Added Files:
x264-nostrip.patch x264-nover.patch x264-shared.patch
Log Message:
* Sat Jan 16 2010 Dominik Mierzejewski <rpm(a)greysector.net> 0.0.0-0.26.20100116git3d0f110
- 20100116 snapshot (SO version bump)
- don't remove config.h and don't re-run version.sh
- link x264 binary to the shared library
- really don't strip if debug is enabled
x264-nostrip.patch:
configure | 2 ++
1 file changed, 2 insertions(+)
--- NEW FILE x264-nostrip.patch ---
diff -up x264-20100116/configure.nostrip x264-20100116/configure
--- x264-20100116/configure.nostrip 2010-01-16 13:19:59.000000000 +0100
+++ x264-20100116/configure 2010-01-16 13:40:39.000000000 +0100
@@ -491,6 +491,8 @@ fi
if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
CFLAGS="$CFLAGS -s -fomit-frame-pointer"
LDFLAGS="$LDFLAGS -s"
+else
+ STRIP="/bin/true"
fi
if [ "$debug" = "yes" ]; then
x264-nover.patch:
configure | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--- NEW FILE x264-nover.patch ---
diff -up x264-20100116/configure.nover x264-20100116/configure
--- x264-20100116/configure.nover 2010-01-16 13:45:48.000000000 +0100
+++ x264-20100116/configure 2010-01-16 13:46:41.000000000 +0100
@@ -44,7 +44,7 @@ die() {
exit 1
}
-rm -f config.h config.mak x264.pc conftest*
+rm -f config.mak x264.pc conftest*
prefix='/usr/local'
exec_prefix='${prefix}'
@@ -560,8 +562,6 @@ if [ "$shared" = "yes" ]; then
echo 'default: $(SONAME)' >> config.mak
fi
-./version.sh
-
pclibs="-L$libdir -lx264 $libpthread"
cat > x264.pc << EOF
x264-shared.patch:
Makefile | 5 ++++-
configure | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
--- NEW FILE x264-shared.patch ---
diff -up x264-20100116/configure.shared x264-20100116/configure
--- x264-20100116/configure.shared 2010-01-16 13:48:11.000000000 +0100
+++ x264-20100116/configure 2010-01-16 13:53:15.000000000 +0100
@@ -559,7 +559,7 @@ if [ "$shared" = "yes" ]; then
echo "SONAME=libx264.so.$API" >> config.mak
echo 'SOFLAGS=-Wl,-soname,$(SONAME)' >> config.mak
fi
- echo 'default: $(SONAME)' >> config.mak
+ echo 'default: libx264.a $(SONAME)' >> config.mak
fi
pclibs="-L$libdir -lx264 $libpthread"
diff -up x264-20100116/Makefile.shared x264-20100116/Makefile
--- x264-20100116/Makefile.shared 2010-01-16 13:45:48.000000000 +0100
+++ x264-20100116/Makefile 2010-01-16 13:52:55.000000000 +0100
@@ -105,6 +105,9 @@ ifneq ($(SONAME),)
ifeq ($(SYS),MINGW)
SRCSO += x264dll.c
endif
+LIB=$(SONAME)
+else
+LIB=libx264.a
endif
OBJS = $(SRCS:%.c=%.o)
@@ -123,7 +126,7 @@ libx264.a: .depend $(OBJS) $(OBJASM)
$(SONAME): .depend $(OBJS) $(OBJASM) $(OBJSO)
$(CC) -shared -o $@ $(OBJS) $(OBJASM) $(OBJSO) $(SOFLAGS) $(LDFLAGS)
-x264$(EXE): $(OBJCLI) libx264.a
+x264$(EXE): $(OBJCLI) $(LIB)
$(CC) -o $@ $+ $(LDFLAGS) $(LDFLAGSCLI)
checkasm: tools/checkasm.o libx264.a
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/x264/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 27 Oct 2009 00:38:53 -0000 1.10
+++ .cvsignore 16 Jan 2010 14:55:48 -0000 1.11
@@ -1 +1 @@
-x264-20091026.tar.bz2
+x264-20100116.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/x264/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 27 Oct 2009 00:38:53 -0000 1.10
+++ sources 16 Jan 2010 14:55:48 -0000 1.11
@@ -1 +1 @@
-1a2a758b237859391d802e9b9ffe2ce9 x264-20091026.tar.bz2
+e3e2f2150f240dfaf5abfb1832bb23d7 x264-20100116.tar.bz2
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- x264.spec 26 Oct 2009 14:23:34 -0000 1.16
+++ x264.spec 16 Jan 2010 14:55:48 -0000 1.17
@@ -1,15 +1,21 @@
-%global snapshot 20091026
-%global git ec46ace7
+%global snapshot 20100116
+%global git 3d0f110
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.0.0
-Release: 0.26.%{snapshot}git%{git}%{?dist}
+Release: 0.27.%{snapshot}git%{git}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html
Source0: http://rpm.greysector.net/livna/%{name}-%{snapshot}.tar.bz2
Source1: x264-snapshot.sh
+# don't remove config.h and don't re-run version.sh
+Patch0: x264-nover.patch
+# link with shared libx264
+Patch1: x264-shared.patch
+# don't strip if configured with --enable-debug
+Patch2: x264-nostrip.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
%{!?_without_gpac:BuildRequires: gpac-devel-static}
%{?_with_visualize:BuildRequires: libX11-devel}
@@ -63,6 +69,9 @@
%prep
%setup -q -n %{name}-%{snapshot}
+%patch0 -p1 -b .nover
+%patch1 -p1 -b .shared
+%patch2 -p1 -b .nostrip
# AUTHORS file is in iso-8859-1
iconv -f iso-8859-1 -t utf-8 -o AUTHORS.utf8 AUTHORS
mv -f AUTHORS.utf8 AUTHORS
@@ -132,6 +141,12 @@
%endif
%changelog
+* Sat Jan 16 2010 Dominik Mierzejewski <rpm(a)greysector.net> 0.0.0-0.26.20100116git3d0f110
+- 20100116 snapshot (SO version bump)
+- don't remove config.h and don't re-run version.sh
+- link x264 binary to the shared library
+- really don't strip if debug is enabled
+
* Mon Oct 26 2009 Dominik Mierzejewski <rpm(a)greysector.net> 0.0.0-0.26.20091026gitec46ace7
- 20091026 snapshot
15 years
rpms/open-vm-tools-kmod/F-12 open-vm-tools-kmod.spec,1.50,1.51
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17788
Modified Files:
open-vm-tools-kmod.spec
Log Message:
Readded vmxnet3
Index: open-vm-tools-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-12/open-vm-tools-kmod.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- open-vm-tools-kmod.spec 15 Jan 2010 08:25:08 -0000 1.50
+++ open-vm-tools-kmod.spec 15 Jan 2010 08:31:19 -0000 1.51
@@ -9,7 +9,7 @@
%define tname open-vm-tools
%define builddate 2009.12.16
%define buildver 217847
-%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vsock pvscsi
+%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vmxnet3 vsock pvscsi
Name: open-vm-tools-kmod
Version: 0.0.0.%{buildver}
15 years
rpms/open-vm-tools-kmod/F-12 .cvsignore, 1.12, 1.13 open-vm-tools-kmod.spec, 1.49, 1.50 sources, 1.12, 1.13
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17020
Modified Files:
.cvsignore open-vm-tools-kmod.spec sources
Log Message:
- Update to upstream build 217847
- Should fix bug 1025
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-12/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 15 Dec 2009 08:27:19 -0000 1.12
+++ .cvsignore 15 Jan 2010 08:25:08 -0000 1.13
@@ -1 +1 @@
-open-vm-tools-2009.11.16-210370.tar.gz
+open-vm-tools-2009.12.16-217847.tar.gz
Index: open-vm-tools-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-12/open-vm-tools-kmod.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- open-vm-tools-kmod.spec 26 Dec 2009 15:36:30 -0000 1.49
+++ open-vm-tools-kmod.spec 15 Jan 2010 08:25:08 -0000 1.50
@@ -4,22 +4,21 @@
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#%define buildforkernels newest
%define tname open-vm-tools
-%define builddate 2009.11.17
-%define buildver 210370
-%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vmxnet3 vsock pvscsi
+%define builddate 2009.12.16
+%define buildver 217847
+%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vsock pvscsi
Name: open-vm-tools-kmod
Version: 0.0.0.%{buildver}
-Release: 1%{?dist}.1
+Release: 1%{?dist}
Summary: VMware Tools Kernel Modules
Group: System Environment/Kernel
License: GPLv2
URL: http://open-vm-tools.sourceforge.net/
-# Temporary fix for inconsistent tarball name
-Source0: http://downloads.sourceforge.net/%{tname}/%{tname}-2009.11.16-%{buildver}...
+Source0: http://downloads.sourceforge.net/%{tname}/%{tname}-%{builddate}-%{buildve...
Source11: %{tname}-excludekernel-filterfile
BuildRoot: %{_tmppath}/%{name}-%{builddate}-%{release}-root-%(%{__id_u} -n)
@@ -77,6 +76,10 @@
%changelog
+* Fri Jan 15 2010 Denis Leroy <denis(a)poolshark.org> - 0.0.0.217847-1
+- Update to upstream build 217847
+- Should fix bug 1025
+
* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.0.210370-1.1
- rebuild for new kernel
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-12/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 15 Dec 2009 08:27:19 -0000 1.12
+++ sources 15 Jan 2010 08:25:08 -0000 1.13
@@ -1 +1 @@
-93d28b6e57b8d1ad0d322dd881e11903 open-vm-tools-2009.11.16-210370.tar.gz
+8234aea94636a4902a785e981af37616 open-vm-tools-2009.12.16-217847.tar.gz
15 years
rpms/open-vm-tools-kmod/F-11 .cvsignore, 1.9, 1.10 open-vm-tools-kmod.spec, 1.48, 1.49 sources, 1.9, 1.10
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16855
Modified Files:
.cvsignore open-vm-tools-kmod.spec sources
Log Message:
- Update to upstream build 217847
- Should fix bug 1025
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 15 Dec 2009 08:27:18 -0000 1.9
+++ .cvsignore 15 Jan 2010 08:22:27 -0000 1.10
@@ -1 +1 @@
-open-vm-tools-2009.11.16-210370.tar.gz
+open-vm-tools-2009.12.16-217847.tar.gz
Index: open-vm-tools-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-11/open-vm-tools-kmod.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- open-vm-tools-kmod.spec 26 Dec 2009 15:39:51 -0000 1.48
+++ open-vm-tools-kmod.spec 15 Jan 2010 08:22:27 -0000 1.49
@@ -4,11 +4,11 @@
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#%define buildforkernels newest
%define tname open-vm-tools
-%define builddate 2009.11.17
-%define buildver 210370
+%define builddate 2009.12.16
+%define buildver 217847
%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vmxnet3 vsock pvscsi
Name: open-vm-tools-kmod
@@ -18,8 +18,7 @@
Group: System Environment/Kernel
License: GPLv2
URL: http://open-vm-tools.sourceforge.net/
-# Temporary fix for inconsistent tarball name
-Source0: http://downloads.sourceforge.net/%{tname}/%{tname}-2009.11.16-%{buildver}...
+Source0: http://downloads.sourceforge.net/%{tname}/%{tname}-%{builddate}-%{buildve...
Source11: %{tname}-excludekernel-filterfile
BuildRoot: %{_tmppath}/%{name}-%{builddate}-%{release}-root-%(%{__id_u} -n)
@@ -77,6 +76,10 @@
%changelog
+* Fri Jan 15 2010 Denis Leroy <denis(a)poolshark.org> - 0.0.0.217847-1
+- Update to upstream build 217847
+- Should fix bug 1025
+
* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.0.210370-1.1
- rebuild for new kernel
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 15 Dec 2009 08:27:18 -0000 1.9
+++ sources 15 Jan 2010 08:22:27 -0000 1.10
@@ -1 +1 @@
-93d28b6e57b8d1ad0d322dd881e11903 open-vm-tools-2009.11.16-210370.tar.gz
+8234aea94636a4902a785e981af37616 open-vm-tools-2009.12.16-217847.tar.gz
15 years
rpms/open-vm-tools/devel open-vm-tools.spec,1.16,1.17
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16449
Modified Files:
open-vm-tools.spec
Log Message:
Typo fix
Index: open-vm-tools.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/devel/open-vm-tools.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- open-vm-tools.spec 29 Dec 2009 22:05:38 -0000 1.16
+++ open-vm-tools.spec 15 Jan 2010 08:19:45 -0000 1.17
@@ -82,7 +82,7 @@
--without-kernel-modules \
--without-root-privileges \
--without-procps \
- --with-gtkmmm
+ --with-gtkmm
# Disable use of rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
15 years
rpms/open-vm-tools/F-12 .cvsignore, 1.12, 1.13 open-vm-tools.spec, 1.15, 1.16 sources, 1.12, 1.13
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16316
Modified Files:
.cvsignore open-vm-tools.spec sources
Log Message:
Update to upstream build 217847. Should fix bug 1025
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-12/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 15 Dec 2009 08:22:46 -0000 1.12
+++ .cvsignore 15 Jan 2010 08:19:04 -0000 1.13
@@ -1 +1 @@
-open-vm-tools-2009.11.16-210370.tar.gz
+open-vm-tools-2009.12.16-217847.tar.gz
Index: open-vm-tools.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-12/open-vm-tools.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- open-vm-tools.spec 15 Dec 2009 08:22:46 -0000 1.15
+++ open-vm-tools.spec 15 Jan 2010 08:19:04 -0000 1.16
@@ -1,5 +1,5 @@
-%define builddate 2009.11.17
-%define buildver 210370
+%define builddate 2009.12.16
+%define buildver 217847
Name: open-vm-tools
Version: 0.0.0.%{buildver}
@@ -8,8 +8,7 @@
Group: Applications/System
License: LGPLv2
URL: http://open-vm-tools.sourceforge.net/
-# Temporary fix for inconsistent tarball name
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-2009.11.16-%{buildver}.t...
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{builddate}-%{buildver}...
Source1: %{name}-guestd.init
Source2: %{name}-sysconfig.mouse
Source3: vmware-toolbox.desktop
@@ -186,6 +185,10 @@
%changelog
+* Fri Jan 15 2010 Denis Leroy <denis(a)poolshark.org> - 0.0.0.217847-1
+- Update to upstream build 217847
+- Should fix bug 1025
+
* Tue Dec 15 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.210370-1
- Update to upstream build 210370
- Memory leak fix from 201664
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-12/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 15 Dec 2009 08:22:46 -0000 1.12
+++ sources 15 Jan 2010 08:19:04 -0000 1.13
@@ -1 +1 @@
-93d28b6e57b8d1ad0d322dd881e11903 open-vm-tools-2009.11.16-210370.tar.gz
+8234aea94636a4902a785e981af37616 open-vm-tools-2009.12.16-217847.tar.gz
15 years
rpms/open-vm-tools/F-11 .cvsignore, 1.9, 1.10 open-vm-tools.spec, 1.12, 1.13 sources, 1.9, 1.10
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15837
Modified Files:
.cvsignore open-vm-tools.spec sources
Log Message:
- Update to upstream build 217847
- Should fix bug 1025
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 15 Dec 2009 08:22:45 -0000 1.9
+++ .cvsignore 15 Jan 2010 08:14:30 -0000 1.10
@@ -1 +1 @@
-open-vm-tools-2009.11.16-210370.tar.gz
+open-vm-tools-2009.12.16-217847.tar.gz
Index: open-vm-tools.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-11/open-vm-tools.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- open-vm-tools.spec 15 Dec 2009 08:22:45 -0000 1.12
+++ open-vm-tools.spec 15 Jan 2010 08:14:30 -0000 1.13
@@ -1,5 +1,5 @@
-%define builddate 2009.11.17
-%define buildver 210370
+%define builddate 2009.12.16
+%define buildver 217847
Name: open-vm-tools
Version: 0.0.0.%{buildver}
@@ -8,8 +8,7 @@
Group: Applications/System
License: LGPLv2
URL: http://open-vm-tools.sourceforge.net/
-# Temporary fix for inconsistent tarball name
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-2009.11.16-%{buildver}.t...
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{builddate}-%{buildver}...
Source1: %{name}-guestd.init
Source2: %{name}-sysconfig.mouse
Source3: vmware-toolbox.desktop
@@ -187,6 +186,10 @@
%changelog
+* Fri Jan 15 2010 Denis Leroy <denis(a)poolshark.org> - 0.0.0.217847-1
+- Update to upstream build 217847
+- Should fix bug 1025
+
* Tue Dec 15 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.210370-1
- Update to upstream build 210370
- Memory leak fix from 201664
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 15 Dec 2009 08:22:45 -0000 1.9
+++ sources 15 Jan 2010 08:14:30 -0000 1.10
@@ -1 +1 @@
-93d28b6e57b8d1ad0d322dd881e11903 open-vm-tools-2009.11.16-210370.tar.gz
+8234aea94636a4902a785e981af37616 open-vm-tools-2009.12.16-217847.tar.gz
15 years
rpms/qmmp-plugins-freeworld/devel .cvsignore, 1.6, 1.7 qmmp-plugins-freeworld.spec, 1.9, 1.10 sources, 1.6, 1.7
by Karel Volný
Author: kvolny
Update of /cvs/free/rpms/qmmp-plugins-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5067
Modified Files:
.cvsignore qmmp-plugins-freeworld.spec sources
Log Message:
* Thu Jan 14 2010 Karel Volný <kvolny(a)redhat.com> 0.3.2-1
- version bump
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qmmp-plugins-freeworld/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 5 Nov 2009 11:19:21 -0000 1.6
+++ .cvsignore 14 Jan 2010 11:19:09 -0000 1.7
@@ -1 +1 @@
-qmmp-0.3.1.tar.bz2
+qmmp-0.3.2.tar.bz2
Index: qmmp-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/qmmp-plugins-freeworld/devel/qmmp-plugins-freeworld.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qmmp-plugins-freeworld.spec 4 Dec 2009 13:30:52 -0000 1.9
+++ qmmp-plugins-freeworld.spec 14 Jan 2010 11:19:09 -0000 1.10
@@ -1,6 +1,6 @@
Name: qmmp-plugins-freeworld
-Version: 0.3.1
-Release: 2%{?dist}
+Version: 0.3.2
+Release: 1%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
Group: Applications/Multimedia
@@ -102,6 +102,9 @@
%changelog
+* Thu Jan 14 2010 Karel Volný <kvolny(a)redhat.com> 0.3.2-1
+- version bump
+
* Fri Dec 04 2009 Karel Volný <kvolny(a)redhat.com> 0.3.1-2
- add %%{?_isa} to require architecture match (wrt Fedora bug #543963)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qmmp-plugins-freeworld/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 5 Nov 2009 11:19:21 -0000 1.6
+++ sources 14 Jan 2010 11:19:09 -0000 1.7
@@ -1 +1 @@
-5a8b3c6eedafa02f9551ef1658590f28 qmmp-0.3.1.tar.bz2
+29fdb5e543d93634054844e17dcaba82 qmmp-0.3.2.tar.bz2
15 years
rpms/sonic-visualiser-freeworld/F-11 .cvsignore, 1.2, 1.3 sonic-visualiser-freeworld.spec, 1.1, 1.2 sources, 1.2, 1.3
by Michel Alexandre Salim
Author: salimma
Update of /cvs/free/rpms/sonic-visualiser-freeworld/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10381/F-11
Modified Files:
.cvsignore sonic-visualiser-freeworld.spec sources
Log Message:
* Wed Jan 13 2010 Michel Salim <salimma(a)fedoraproject.org> - 1.7.1-1
- Update to 1.7.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 13 Jan 2010 03:07:15 -0000 1.2
+++ .cvsignore 14 Jan 2010 01:55:35 -0000 1.3
@@ -1 +1 @@
-sonic-visualiser-1.6.tar.bz2
+sonic-visualiser-1.7.1.tar.bz2
Index: sonic-visualiser-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-11/sonic-visualiser-freeworld.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sonic-visualiser-freeworld.spec 13 Jan 2010 03:07:15 -0000 1.1
+++ sonic-visualiser-freeworld.spec 14 Jan 2010 01:55:35 -0000 1.2
@@ -1,6 +1,6 @@
Name: sonic-visualiser-freeworld
-Version: 1.6
-Release: 4%{?dist}
+Version: 1.7.1
+Release: 1%{?dist}
Summary: A program for viewing and exploring audio data
Group: Applications/Multimedia
@@ -91,6 +91,9 @@
%changelog
+* Wed Jan 13 2010 Michel Salim <salimma(a)fedoraproject.org> - 1.7.1-1
+- Update to 1.7.1
+
* Wed Sep 23 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.6-4
- Update desktop file according to F-12 FedoraStudio feature
Index: sources
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 13 Jan 2010 03:07:15 -0000 1.2
+++ sources 14 Jan 2010 01:55:35 -0000 1.3
@@ -1 +1 @@
-2c547a0eb5c61a8fb6318db1370a872b sonic-visualiser-1.6.tar.bz2
+1d71511cd584e25159f56f41d6344446 sonic-visualiser-1.7.1.tar.bz2
15 years