rpms/freetype-freeworld/devel .cvsignore, 1.5, 1.6 freetype-freeworld.spec, 1.6, 1.7 sources, 1.5, 1.6 freetype-2.2.1-memcpy-fix.patch, 1.1, NONE
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3364/devel
Modified Files:
.cvsignore freetype-freeworld.spec sources
Removed Files:
freetype-2.2.1-memcpy-fix.patch
Log Message:
* Wed Dec 16 2009 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.3.11-1
- Update to 2.3.11 (matches Fedora freetype, fixes aliasing issue rh#513582)
- Drop upstreamed memcpy-fix patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 20 Mar 2009 18:51:02 -0000 1.5
+++ .cvsignore 16 Dec 2009 23:50:48 -0000 1.6
@@ -1 +1 @@
-freetype-2.3.9.tar.bz2
+freetype-2.3.11.tar.bz2
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/freetype-freeworld.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- freetype-freeworld.spec 28 Mar 2009 03:11:45 -0000 1.6
+++ freetype-freeworld.spec 16 Dec 2009 23:50:49 -0000 1.7
@@ -7,8 +7,8 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
-Version: 2.3.9
-Release: 2%{?dist}
+Version: 2.3.11
+Release: 1%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
URL: http://www.freetype.org
@@ -21,9 +21,6 @@
# Enable otvalid and gxvalid modules
Patch46: freetype-2.2.1-enable-valid.patch
-# Fix crash https://bugs.freedesktop.org/show_bug.cgi?id=6841
-Patch89: freetype-2.2.1-memcpy-fix.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
%if !0%{?without_bytecode_interpreter}
@@ -77,8 +74,6 @@
%patch46 -p1 -b .enable-valid
-%patch89 -p1 -b .memcpy
-
%build
%configure --disable-static
@@ -127,6 +122,10 @@
%config(noreplace) %{_sysconfdir}/fonts/conf.d/*.conf
%changelog
+* Wed Dec 16 2009 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.3.11-1
+- Update to 2.3.11 (matches Fedora freetype, fixes aliasing issue rh#513582)
+- Drop upstreamed memcpy-fix patch
+
* Sat Mar 28 2009 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.3.9-2
- Provides freetype-bytecode and freetype-subpixel (rh#155210)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 20 Mar 2009 18:51:02 -0000 1.5
+++ sources 16 Dec 2009 23:50:49 -0000 1.6
@@ -1 +1 @@
-d76233108aca9c9606cdbd341562ad9a freetype-2.3.9.tar.bz2
+519c7cbf5cbd72ffa822c66844d3114c freetype-2.3.11.tar.bz2
--- freetype-2.2.1-memcpy-fix.patch DELETED ---
14 years, 11 months
rpms/tivodecode/F-11 tivodecode.spec,NONE,1.1 sources,1.1,1.2
by Bernard Johnson
Author: bjohnson
Update of /cvs/free/rpms/tivodecode/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1498/F-11
Modified Files:
sources
Added Files:
tivodecode.spec
Log Message:
copied from devel import
--- NEW FILE tivodecode.spec ---
Name: tivodecode
Version: 0.2
Release: 0.3.pre4%{?dist}
Summary: Convert a .TiVo file from TiVoToGo to a normal MPEG
Group: Applications/Multimedia
# sha1.c is public domain, but resulting package is BSD and QUALCOMM
License: BSD and QUALCOMM
URL: http://tivodecode.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}pre4.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automake, autoconf, libtool
Requires: tivodecode-libs = %{version}-%{release}
%description
This software converts a .TiVo file (produced by the TiVoToGo functionality on
recent TiVo software releases) to a normal MPEG file. This has the same
functionality as using TiVo's supplied DirectShow DLL on Windows with a tool
such as DirectShowDump, but is portable to different architectures and
operating systems, and runs on the command line using files or pipes. The
conversion still requires the valid MAK of the TiVo which recorded the file,
so it cannot be used to circumvent their protection, simply to provide the
same level of access as is already available on Windows.
%package libs
Summary: A library to convert a TiVo data stream
Group: System Environment/Libraries
%description libs
This package contains the library files for libtivodecode.
%package devel
Summary: A library to convert a TiVo data stream
Group: Development/Libraries
Requires: tivodecode-libs = %{version}-%{release}
%description devel
This package contains the developer files for libtivodecode.
%prep
%setup -q -n %{name}-%{version}pre4
# Add libtool macros to configure.in
sed -i 's/\(AM_MAINTAINER_MODE\)/\1\nLT_PREREQ\nLT_INIT/' configure.in
sed -i 's/\(AC_PROG_INSTALL\)/\1\nAC_PROG_LIBTOOL/' configure.in
# Remove invalid macros from configure.in
sed -i '/Wdeclaration-after-statement/d' configure.in
sed -i '/Wendif-labels/d' configure.in
sed -i '/Werror-implicit-function-declaration/d' configure.in
sed -i '/fno-strict-aliasing/d' configure.in
# Edit Makefile.am to build shared lib
echo 'libtivodecode_a_CFLAGS = $(AM_CFLAGS)' >> Makefile.am
echo 'lib_LTLIBRARIES = libtivodecode.la' >> Makefile.am
echo 'libtivodecode_la_SOURCES=hexlib.c TuringFast.c sha1.c md5.c tivo-parse.c turing_stream.c tivodecoder.c QUTsbox.h TuringMultab.h TuringSbox.h hexlib.h sha1.h md5.h' >> Makefile.am
echo 'libtivodecode_la_LIBADD = libtivodecode.a' >> Makefile.am
sed -i 's/\(.*_DEPENDENCIES.*libtivodecode\).*/\1\.a/' Makefile.am
%build
autoreconf -i -f
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/*
%doc ChangeLog README
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files libs
%defattr(-,root,root,-)
%{_libdir}/lib%{name}.so.*
%doc COPYING
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%exclude %{_libdir}/lib%{name}.la
%exclude %{_libdir}/lib%{name}.a
%changelog
* Sat Nov 29 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.3.pre4
- License should be BSD and QUALCOMM only
- moved COPYING file to libs package
* Sat Nov 14 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.2.pre4
- fix package naming
- convert to generate a shared library
* Tue Jun 23 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.1.pre4.1
- update to correct package naming guidelines
* Wed Jan 21 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.pre4.1
- initial release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/tivodecode/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 14 Dec 2009 18:48:36 -0000 1.1
+++ sources 15 Dec 2009 22:34:38 -0000 1.2
@@ -0,0 +1 @@
+cf82385db3e0d708ebdbe5055b8ae7ee tivodecode-0.2pre4.tar.gz
14 years, 11 months
rpms/tivodecode/EL-5 tivodecode.spec,NONE,1.1 sources,1.1,1.2
by Bernard Johnson
Author: bjohnson
Update of /cvs/free/rpms/tivodecode/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1498/EL-5
Modified Files:
sources
Added Files:
tivodecode.spec
Log Message:
copied from devel import
--- NEW FILE tivodecode.spec ---
Name: tivodecode
Version: 0.2
Release: 0.3.pre4%{?dist}
Summary: Convert a .TiVo file from TiVoToGo to a normal MPEG
Group: Applications/Multimedia
# sha1.c is public domain, but resulting package is BSD and QUALCOMM
License: BSD and QUALCOMM
URL: http://tivodecode.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}pre4.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automake, autoconf, libtool
Requires: tivodecode-libs = %{version}-%{release}
%description
This software converts a .TiVo file (produced by the TiVoToGo functionality on
recent TiVo software releases) to a normal MPEG file. This has the same
functionality as using TiVo's supplied DirectShow DLL on Windows with a tool
such as DirectShowDump, but is portable to different architectures and
operating systems, and runs on the command line using files or pipes. The
conversion still requires the valid MAK of the TiVo which recorded the file,
so it cannot be used to circumvent their protection, simply to provide the
same level of access as is already available on Windows.
%package libs
Summary: A library to convert a TiVo data stream
Group: System Environment/Libraries
%description libs
This package contains the library files for libtivodecode.
%package devel
Summary: A library to convert a TiVo data stream
Group: Development/Libraries
Requires: tivodecode-libs = %{version}-%{release}
%description devel
This package contains the developer files for libtivodecode.
%prep
%setup -q -n %{name}-%{version}pre4
# Add libtool macros to configure.in
sed -i 's/\(AM_MAINTAINER_MODE\)/\1\nLT_PREREQ\nLT_INIT/' configure.in
sed -i 's/\(AC_PROG_INSTALL\)/\1\nAC_PROG_LIBTOOL/' configure.in
# Remove invalid macros from configure.in
sed -i '/Wdeclaration-after-statement/d' configure.in
sed -i '/Wendif-labels/d' configure.in
sed -i '/Werror-implicit-function-declaration/d' configure.in
sed -i '/fno-strict-aliasing/d' configure.in
# Edit Makefile.am to build shared lib
echo 'libtivodecode_a_CFLAGS = $(AM_CFLAGS)' >> Makefile.am
echo 'lib_LTLIBRARIES = libtivodecode.la' >> Makefile.am
echo 'libtivodecode_la_SOURCES=hexlib.c TuringFast.c sha1.c md5.c tivo-parse.c turing_stream.c tivodecoder.c QUTsbox.h TuringMultab.h TuringSbox.h hexlib.h sha1.h md5.h' >> Makefile.am
echo 'libtivodecode_la_LIBADD = libtivodecode.a' >> Makefile.am
sed -i 's/\(.*_DEPENDENCIES.*libtivodecode\).*/\1\.a/' Makefile.am
%build
autoreconf -i -f
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/*
%doc ChangeLog README
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files libs
%defattr(-,root,root,-)
%{_libdir}/lib%{name}.so.*
%doc COPYING
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%exclude %{_libdir}/lib%{name}.la
%exclude %{_libdir}/lib%{name}.a
%changelog
* Sat Nov 29 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.3.pre4
- License should be BSD and QUALCOMM only
- moved COPYING file to libs package
* Sat Nov 14 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.2.pre4
- fix package naming
- convert to generate a shared library
* Tue Jun 23 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.1.pre4.1
- update to correct package naming guidelines
* Wed Jan 21 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.pre4.1
- initial release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/tivodecode/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 14 Dec 2009 18:48:36 -0000 1.1
+++ sources 15 Dec 2009 22:34:37 -0000 1.2
@@ -0,0 +1 @@
+cf82385db3e0d708ebdbe5055b8ae7ee tivodecode-0.2pre4.tar.gz
14 years, 11 months
rpms/tivodecode/F-12 tivodecode.spec,NONE,1.1 sources,1.1,1.2
by Bernard Johnson
Author: bjohnson
Update of /cvs/free/rpms/tivodecode/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1498/F-12
Modified Files:
sources
Added Files:
tivodecode.spec
Log Message:
copied from devel import
--- NEW FILE tivodecode.spec ---
Name: tivodecode
Version: 0.2
Release: 0.3.pre4%{?dist}
Summary: Convert a .TiVo file from TiVoToGo to a normal MPEG
Group: Applications/Multimedia
# sha1.c is public domain, but resulting package is BSD and QUALCOMM
License: BSD and QUALCOMM
URL: http://tivodecode.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}pre4.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automake, autoconf, libtool
Requires: tivodecode-libs = %{version}-%{release}
%description
This software converts a .TiVo file (produced by the TiVoToGo functionality on
recent TiVo software releases) to a normal MPEG file. This has the same
functionality as using TiVo's supplied DirectShow DLL on Windows with a tool
such as DirectShowDump, but is portable to different architectures and
operating systems, and runs on the command line using files or pipes. The
conversion still requires the valid MAK of the TiVo which recorded the file,
so it cannot be used to circumvent their protection, simply to provide the
same level of access as is already available on Windows.
%package libs
Summary: A library to convert a TiVo data stream
Group: System Environment/Libraries
%description libs
This package contains the library files for libtivodecode.
%package devel
Summary: A library to convert a TiVo data stream
Group: Development/Libraries
Requires: tivodecode-libs = %{version}-%{release}
%description devel
This package contains the developer files for libtivodecode.
%prep
%setup -q -n %{name}-%{version}pre4
# Add libtool macros to configure.in
sed -i 's/\(AM_MAINTAINER_MODE\)/\1\nLT_PREREQ\nLT_INIT/' configure.in
sed -i 's/\(AC_PROG_INSTALL\)/\1\nAC_PROG_LIBTOOL/' configure.in
# Remove invalid macros from configure.in
sed -i '/Wdeclaration-after-statement/d' configure.in
sed -i '/Wendif-labels/d' configure.in
sed -i '/Werror-implicit-function-declaration/d' configure.in
sed -i '/fno-strict-aliasing/d' configure.in
# Edit Makefile.am to build shared lib
echo 'libtivodecode_a_CFLAGS = $(AM_CFLAGS)' >> Makefile.am
echo 'lib_LTLIBRARIES = libtivodecode.la' >> Makefile.am
echo 'libtivodecode_la_SOURCES=hexlib.c TuringFast.c sha1.c md5.c tivo-parse.c turing_stream.c tivodecoder.c QUTsbox.h TuringMultab.h TuringSbox.h hexlib.h sha1.h md5.h' >> Makefile.am
echo 'libtivodecode_la_LIBADD = libtivodecode.a' >> Makefile.am
sed -i 's/\(.*_DEPENDENCIES.*libtivodecode\).*/\1\.a/' Makefile.am
%build
autoreconf -i -f
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/*
%doc ChangeLog README
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files libs
%defattr(-,root,root,-)
%{_libdir}/lib%{name}.so.*
%doc COPYING
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%exclude %{_libdir}/lib%{name}.la
%exclude %{_libdir}/lib%{name}.a
%changelog
* Sat Nov 29 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.3.pre4
- License should be BSD and QUALCOMM only
- moved COPYING file to libs package
* Sat Nov 14 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.2.pre4
- fix package naming
- convert to generate a shared library
* Tue Jun 23 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.1.pre4.1
- update to correct package naming guidelines
* Wed Jan 21 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.pre4.1
- initial release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/tivodecode/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 14 Dec 2009 18:48:36 -0000 1.1
+++ sources 15 Dec 2009 22:34:38 -0000 1.2
@@ -0,0 +1 @@
+cf82385db3e0d708ebdbe5055b8ae7ee tivodecode-0.2pre4.tar.gz
14 years, 11 months
rpms/tivodecode/devel tivodecode.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Bernard Johnson
Author: bjohnson
Update of /cvs/free/rpms/tivodecode/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31874/devel
Modified Files:
.cvsignore sources
Added Files:
tivodecode.spec
Log Message:
import
--- NEW FILE tivodecode.spec ---
Name: tivodecode
Version: 0.2
Release: 0.3.pre4%{?dist}
Summary: Convert a .TiVo file from TiVoToGo to a normal MPEG
Group: Applications/Multimedia
# sha1.c is public domain, but resulting package is BSD and QUALCOMM
License: BSD and QUALCOMM
URL: http://tivodecode.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}pre4.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automake, autoconf, libtool
Requires: tivodecode-libs = %{version}-%{release}
%description
This software converts a .TiVo file (produced by the TiVoToGo functionality on
recent TiVo software releases) to a normal MPEG file. This has the same
functionality as using TiVo's supplied DirectShow DLL on Windows with a tool
such as DirectShowDump, but is portable to different architectures and
operating systems, and runs on the command line using files or pipes. The
conversion still requires the valid MAK of the TiVo which recorded the file,
so it cannot be used to circumvent their protection, simply to provide the
same level of access as is already available on Windows.
%package libs
Summary: A library to convert a TiVo data stream
Group: System Environment/Libraries
%description libs
This package contains the library files for libtivodecode.
%package devel
Summary: A library to convert a TiVo data stream
Group: Development/Libraries
Requires: tivodecode-libs = %{version}-%{release}
%description devel
This package contains the developer files for libtivodecode.
%prep
%setup -q -n %{name}-%{version}pre4
# Add libtool macros to configure.in
sed -i 's/\(AM_MAINTAINER_MODE\)/\1\nLT_PREREQ\nLT_INIT/' configure.in
sed -i 's/\(AC_PROG_INSTALL\)/\1\nAC_PROG_LIBTOOL/' configure.in
# Remove invalid macros from configure.in
sed -i '/Wdeclaration-after-statement/d' configure.in
sed -i '/Wendif-labels/d' configure.in
sed -i '/Werror-implicit-function-declaration/d' configure.in
sed -i '/fno-strict-aliasing/d' configure.in
# Edit Makefile.am to build shared lib
echo 'libtivodecode_a_CFLAGS = $(AM_CFLAGS)' >> Makefile.am
echo 'lib_LTLIBRARIES = libtivodecode.la' >> Makefile.am
echo 'libtivodecode_la_SOURCES=hexlib.c TuringFast.c sha1.c md5.c tivo-parse.c turing_stream.c tivodecoder.c QUTsbox.h TuringMultab.h TuringSbox.h hexlib.h sha1.h md5.h' >> Makefile.am
echo 'libtivodecode_la_LIBADD = libtivodecode.a' >> Makefile.am
sed -i 's/\(.*_DEPENDENCIES.*libtivodecode\).*/\1\.a/' Makefile.am
%build
autoreconf -i -f
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/*
%doc ChangeLog README
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files libs
%defattr(-,root,root,-)
%{_libdir}/lib%{name}.so.*
%doc COPYING
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%exclude %{_libdir}/lib%{name}.la
%exclude %{_libdir}/lib%{name}.a
%changelog
* Sat Nov 29 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.3.pre4
- License should be BSD and QUALCOMM only
- moved COPYING file to libs package
* Sat Nov 14 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.2.pre4
- fix package naming
- convert to generate a shared library
* Tue Jun 23 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.1.pre4.1
- update to correct package naming guidelines
* Wed Jan 21 2009 Bernard Johnson <bjohnson(a)symetrix.com> - 0.2-0.pre4.1
- initial release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/tivodecode/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 14 Dec 2009 18:48:36 -0000 1.1
+++ sources 15 Dec 2009 22:23:21 -0000 1.2
@@ -0,0 +1 @@
+cf82385db3e0d708ebdbe5055b8ae7ee tivodecode-0.2pre4.tar.gz
14 years, 11 months
rpms/vlc/F-11 .cvsignore, 1.16, 1.17 sources, 1.21, 1.22 vlc.spec, 1.46, 1.47 0002-Default-aout-for-pulse.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17771
Modified Files:
.cvsignore sources vlc.spec
Removed Files:
0002-Default-aout-for-pulse.patch
Log Message:
- Update to 1.0.4
- Drop patch2 - PulseaAudio is tried first from original sources.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-11/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore 31 Oct 2009 09:25:23 -0000 1.16
+++ .cvsignore 15 Dec 2009 19:44:44 -0000 1.17
@@ -1 +1 @@
-vlc-1.0.3.tar.bz2
+vlc-1.0.4.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-11/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources 31 Oct 2009 09:21:22 -0000 1.21
+++ sources 15 Dec 2009 19:44:44 -0000 1.22
@@ -1 +1 @@
-d0945c2489551c102a3f0f15e4591555 vlc-1.0.3.tar.bz2
+3a0db00380b6d5b24dc7eb73e5d8ae51 vlc-1.0.4.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-11/vlc.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- vlc.spec 31 Oct 2009 09:21:22 -0000 1.46
+++ vlc.spec 15 Dec 2009 19:44:44 -0000 1.47
@@ -7,7 +7,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
-Version: 1.0.3
+Version: 1.0.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -19,7 +19,6 @@
Source10: vlc-handlers.schemas
Patch0: vlc-trunk-default_font.patch
Patch1: 0001-Default-libv4l2-to-true.patch
-Patch2: 0002-Default-aout-for-pulse.patch
Patch3: 300_all_pic.patch
Patch4: 310_all_mmx_pic.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -137,7 +136,7 @@
%{!?_without_mozilla:BuildRequires: gecko-devel nspr-devel}
%{?_without_mozilla:Obsoletes: mozilla-vlc < %{version}-%{release}}
-%{?_with_dc1394: BuildRequires: compat-libdc1394-devel compat-libraw1394-devel}
+
Provides: %{name}-xorg%{_isa} = %{version}-%{release}
Requires: vlc-core%{_isa} = %{version}-%{release}
@@ -224,7 +223,6 @@
%endif
%patch0 -p1 -b .default_font
%patch1 -p1 -b .istrue
-%patch2 -p1 -b .defpa
#http://trac.videolan.org/vlc/ticket/1383
%patch3 -p1 -b .dmo_pic
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
@@ -530,6 +528,10 @@
%changelog
+* Tue Dec 15 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.4-1
+- Update to 1.0.4
+- Drop patch2 - PulseaAudio is tried first from original sources.
+
* Sat Oct 31 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.3-1
- Update to 1.0.3
--- 0002-Default-aout-for-pulse.patch DELETED ---
14 years, 11 months
rpms/vlc/F-12 vlc.spec, 1.71, 1.72 sources, 1.28, 1.29 .cvsignore, 1.23, 1.24 0002-Default-aout-for-pulse.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17198
Modified Files:
vlc.spec sources .cvsignore
Removed Files:
0002-Default-aout-for-pulse.patch
Log Message:
- Update to 1.0.4
- Drop patch2 - PulseaAudio is tried first from original sources.
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-12/vlc.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- vlc.spec 31 Oct 2009 12:38:15 -0000 1.71
+++ vlc.spec 15 Dec 2009 19:43:31 -0000 1.72
@@ -7,7 +7,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
-Version: 1.0.3
+Version: 1.0.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -19,7 +19,6 @@
Source10: vlc-handlers.schemas
Patch0: vlc-trunk-default_font.patch
Patch1: 0001-Default-libv4l2-to-true.patch
-Patch2: 0002-Default-aout-for-pulse.patch
Patch3: 300_all_pic.patch
Patch4: 310_all_mmx_pic.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -224,7 +223,6 @@
%endif
%patch0 -p1 -b .default_font
%patch1 -p1 -b .istrue
-%patch2 -p1 -b .defpa
#http://trac.videolan.org/vlc/ticket/1383
%patch3 -p1 -b .dmo_pic
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
@@ -530,6 +528,10 @@
%changelog
+* Tue Dec 15 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.4-1
+- Update to 1.0.4
+- Drop patch2 - PulseaAudio is tried first from original sources.
+
* Sat Oct 31 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.3-1
- Update to 1.0.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-12/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources 31 Oct 2009 09:19:22 -0000 1.28
+++ sources 15 Dec 2009 19:43:31 -0000 1.29
@@ -1 +1 @@
-d0945c2489551c102a3f0f15e4591555 vlc-1.0.3.tar.bz2
+3a0db00380b6d5b24dc7eb73e5d8ae51 vlc-1.0.4.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-12/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore 25 Oct 2009 16:41:04 -0000 1.23
+++ .cvsignore 15 Dec 2009 19:43:31 -0000 1.24
@@ -1 +1 @@
-vlc-1.0.3-rc.tar.bz2
+vlc-1.0.4.tar.bz2
--- 0002-Default-aout-for-pulse.patch DELETED ---
14 years, 11 months
rpms/vlc/devel vlc.spec, 1.71, 1.72 sources, 1.28, 1.29 0002-Default-aout-for-pulse.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17042
Modified Files:
vlc.spec sources
Removed Files:
0002-Default-aout-for-pulse.patch
Log Message:
- Update to 1.0.4
- Drop patch2 - PulseaAudio is tried first from original sources.
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- vlc.spec 31 Oct 2009 12:38:15 -0000 1.71
+++ vlc.spec 15 Dec 2009 19:41:55 -0000 1.72
@@ -7,7 +7,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
-Version: 1.0.3
+Version: 1.0.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -19,7 +19,6 @@
Source10: vlc-handlers.schemas
Patch0: vlc-trunk-default_font.patch
Patch1: 0001-Default-libv4l2-to-true.patch
-Patch2: 0002-Default-aout-for-pulse.patch
Patch3: 300_all_pic.patch
Patch4: 310_all_mmx_pic.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -224,7 +223,6 @@
%endif
%patch0 -p1 -b .default_font
%patch1 -p1 -b .istrue
-%patch2 -p1 -b .defpa
#http://trac.videolan.org/vlc/ticket/1383
%patch3 -p1 -b .dmo_pic
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
@@ -530,6 +528,10 @@
%changelog
+* Tue Dec 15 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.4-1
+- Update to 1.0.4
+- Drop patch2 - PulseaAudio is tried first from original sources.
+
* Sat Oct 31 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.3-1
- Update to 1.0.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources 31 Oct 2009 09:19:22 -0000 1.28
+++ sources 15 Dec 2009 19:41:55 -0000 1.29
@@ -1 +1 @@
-d0945c2489551c102a3f0f15e4591555 vlc-1.0.3.tar.bz2
+3a0db00380b6d5b24dc7eb73e5d8ae51 vlc-1.0.4.tar.bz2
--- 0002-Default-aout-for-pulse.patch DELETED ---
14 years, 11 months
rpms/rpmfusion-free-package-config-smart/F-12 rpmfusion-free-package-config-smart.spec, 1.4, 1.5
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/rpmfusion-free-package-config-smart/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14852
Modified Files:
rpmfusion-free-package-config-smart.spec
Log Message:
* Tue Dec 15 2009 Stewart Adam <s.adam at diffingo.com> - 12-1
- Update for F-12
Index: rpmfusion-free-package-config-smart.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-package-config-smart/F-12/rpmfusion-free-package-config-smart.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rpmfusion-free-package-config-smart.spec 29 Mar 2009 13:59:50 -0000 1.4
+++ rpmfusion-free-package-config-smart.spec 15 Dec 2009 19:20:16 -0000 1.5
@@ -2,8 +2,8 @@
Summary: RPM Fusion (free) configuration files for the Smart package manager
Name: rpmfusion-free-package-config-smart
-Version: 11
-Release: 0.4
+Version: 12
+Release: 1
License: GPLv2+
Group: System Environment/Base
URL: http://rpmfusion.org/
@@ -24,6 +24,7 @@
%prep
%setup -cT
cp %{SOURCE0} .
+# Make it look like we're doing something so buildsys doesn't complain
sleep 3m
%build
@@ -48,6 +49,9 @@
%config(noreplace) %{_sysconfdir}/smart/channels/*.channel
%changelog
+* Tue Dec 15 2009 Stewart Adam <s.adam at diffingo.com> - 12-1
+- Update for F-12
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 11-0.4
- rebuild for new F11 features
14 years, 11 months
rpms/open-vm-tools-kmod/F-12 .cvsignore, 1.11, 1.12 open-vm-tools-kmod.spec, 1.47, 1.48 sources, 1.11, 1.12
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17708/F-12
Modified Files:
.cvsignore open-vm-tools-kmod.spec sources
Log Message:
Update to upstream build 210370, with an important memleak fix
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-12/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 20 Oct 2009 08:24:13 -0000 1.11
+++ .cvsignore 15 Dec 2009 08:27:19 -0000 1.12
@@ -1 +1 @@
-open-vm-tools-2009.10.15-201664.tar.gz
+open-vm-tools-2009.11.16-210370.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.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- open-vm-tools-kmod.spec 10 Dec 2009 18:47:16 -0000 1.47
+++ open-vm-tools-kmod.spec 15 Dec 2009 08:27:19 -0000 1.48
@@ -4,21 +4,22 @@
# 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.10.15
-%define buildver 201664
+%define builddate 2009.11.17
+%define buildver 210370
%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vmxnet3 vsock pvscsi
Name: open-vm-tools-kmod
Version: 0.0.0.%{buildver}
-Release: 1%{?dist}.10
+Release: 1%{?dist}
Summary: VMware Tools Kernel Modules
Group: System Environment/Kernel
License: GPLv2
URL: http://open-vm-tools.sourceforge.net/
-Source0: http://downloads.sourceforge.net/%{tname}/%{tname}-%{builddate}-%{buildve...
+# Temporary fix for inconsistent tarball name
+Source0: http://downloads.sourceforge.net/%{tname}/%{tname}-2009.11.16-%{buildver}...
Source11: %{tname}-excludekernel-filterfile
BuildRoot: %{_tmppath}/%{name}-%{builddate}-%{release}-root-%(%{__id_u} -n)
@@ -76,6 +77,9 @@
%changelog
+* Tue Dec 15 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.210370-1
+- Update to upstream build 210370
+
* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.0.201664-1.10
- rebuild for new kernel
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-12/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 20 Oct 2009 08:24:13 -0000 1.11
+++ sources 15 Dec 2009 08:27:19 -0000 1.12
@@ -1 +1 @@
-d3565c08a2c9d0a9e56185eebcb611fe open-vm-tools-2009.10.15-201664.tar.gz
+93d28b6e57b8d1ad0d322dd881e11903 open-vm-tools-2009.11.16-210370.tar.gz
14 years, 11 months