rpms/freefont import.log,1.1,1.2
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/freefont
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv303
Modified Files:
import.log
Log Message:
auto-import freefont-20060126-3.fc5 on branch devel from freefont-20060126-3.fc5.src.rpm
Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/freefont/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log 1 Nov 2006 17:06:56 -0000 1.1
+++ import.log 1 Nov 2006 17:08:02 -0000 1.2
@@ -0,0 +1 @@
+freefont-20060126-3_fc5:HEAD:freefont-20060126-3.fc5.src.rpm:1162400874
15 years, 7 months
rpms/freefont/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/freefont/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32696/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module freefont
--- NEW FILE .cvsignore ---
***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
--- NEW FILE sources ---
15 years, 7 months
rpms/freefont Makefile,NONE,1.1 import.log,NONE,1.1
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/freefont
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32696
Added Files:
Makefile import.log
Log Message:
Setup of module freefont
--- NEW FILE Makefile ---
# Top level Makefile for module freefont
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
15 years, 7 months
rpms/freefont/devel - New directory
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/freefont/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32601/freefont/devel
Log Message:
Directory /cvs/extras/rpms/freefont/devel added to the repository
15 years, 7 months
rpms/freefont - New directory
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/freefont
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32601/freefont
Log Message:
Directory /cvs/extras/rpms/freefont added to the repository
15 years, 7 months
rpms/ctorrent/FC-5 .cvsignore, 1.3, 1.4 ctorrent.spec, 1.3, 1.4 sources, 1.3, 1.4
by fedora-extras-commits@redhat.com
Author: rathann
Update of /cvs/extras/rpms/ctorrent/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29500
Modified Files:
.cvsignore ctorrent.spec sources
Log Message:
- upstream has stopped development, rebase to Enhanced CTorrent, fixes #212307
- add more docs
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ctorrent/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 21 Sep 2006 18:23:05 -0000 1.3
+++ .cvsignore 1 Nov 2006 17:00:54 -0000 1.4
@@ -1 +1 @@
-ctorrent-1.3.4.tar.bz2
+ctorrent-1.3.4-dnh2.1.tar.gz
Index: ctorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/ctorrent/FC-5/ctorrent.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ctorrent.spec 21 Sep 2006 18:23:05 -0000 1.3
+++ ctorrent.spec 1 Nov 2006 17:00:54 -0000 1.4
@@ -1,11 +1,13 @@
+%define dnh dnh2.1
+
Name: ctorrent
Version: 1.3.4
-Release: 1%{?dist}
+Release: 2.%{dnh}%{?dist}
Summary: BitTorrent Client written in C
Group: Applications/Internet
License: GPL
-URL: http://ctorrent.sourceforge.net
-Source0: http://switch.dl.sourceforge.net/sourceforge/ctorrent/%{name}-%{version}....
+URL: http://www.rahul.net/dholmes/ctorrent/
+Source0: http://www.rahul.net/dholmes/ctorrent/%{name}-%{version}-%{dnh}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel
@@ -14,7 +16,7 @@
doesn't require any graphical component, such as an X server.
%prep
-%setup -q
+%setup -q -n %{name}-%{dnh}
%build
%configure
@@ -30,9 +32,13 @@
%files
%defattr(-,root,root,-)
%{_bindir}/ctorrent
-%doc AUTHORS README NEWS
+%doc AUTHORS COPYING ChangeLog NEWS README README-DNH.TXT
%changelog
+* Wed Nov 01 2006 Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net> 1.3.4-2.dnh2.1
+- upstream has stopped development, rebase to Enhanced CTorrent, fixes #212307
+- add more docs
+
* Thu Sep 21 2006 Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net> 1.3.4-1
- update to 1.3.4
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ctorrent/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 21 Sep 2006 18:23:05 -0000 1.3
+++ sources 1 Nov 2006 17:00:54 -0000 1.4
@@ -1 +1 @@
-823010ec78215d476537c9eba9381cdd ctorrent-1.3.4.tar.bz2
+5cc1e46e1d1a3144f319cdec43256169 ctorrent-1.3.4-dnh2.1.tar.gz
15 years, 7 months
rpms/csound/FC-6 csound-5.03.0-default-opcodedir.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 csound-5.03.0-enable-fluidsynth.patch, 1.2, 1.3 csound.spec, 1.3, 1.4 sources, 1.3, 1.4
by fedora-extras-commits@redhat.com
Author: dcbw
Update of /cvs/extras/rpms/csound/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29397
Modified Files:
.cvsignore csound-5.03.0-enable-fluidsynth.patch csound.spec
sources
Added Files:
csound-5.03.0-default-opcodedir.patch
Log Message:
* Wed Nov 1 2006 Dan Williams <dcbw(a)redhat.com> 5.03.0-8
- CVS snapshot to pick up virtual Midi keyboard
- Make the default for OPCODEDIR be where the plugins are actually installed
csound-5.03.0-default-opcodedir.patch:
--- NEW FILE csound-5.03.0-default-opcodedir.patch ---
--- Csound5.03.0/Top/csmodule.c.default-plugindir 2006-11-01 10:44:42.000000000 -0500
+++ Csound5.03.0/Top/csmodule.c 2006-11-01 10:45:58.000000000 -0500
@@ -123,17 +123,20 @@
/* default directory to load plugins from if environment variable is not set */
#if !(defined(_CSOUND_RELEASE_) && (defined(LINUX) || defined(__MACH__)))
# define ENABLE_OPCODEDIR_WARNINGS 1
-# ifdef CS_DEFAULT_PLUGINDIR
-# undef CS_DEFAULT_PLUGINDIR
+# ifndef CS_DEFAULT_PLUGINDIR
+# ifndef USE_DOUBLE
+# define CS_DEFAULT_PLUGINDIR "/usr/lib/csound/plugins"
+# else
+# define CS_DEFAULT_PLUGINDIR "/usr/lib64/csound/plugins"
+# endif
# endif
-# define CS_DEFAULT_PLUGINDIR "."
#else
# define ENABLE_OPCODEDIR_WARNINGS 0
# ifndef CS_DEFAULT_PLUGINDIR
# ifndef USE_DOUBLE
-# define CS_DEFAULT_PLUGINDIR "/usr/local/lib/csound/plugins"
+# define CS_DEFAULT_PLUGINDIR "/usr/lib/csound/plugins"
# else
-# define CS_DEFAULT_PLUGINDIR "/usr/local/lib/csound/plugins64"
+# define CS_DEFAULT_PLUGINDIR "/usr/lib64/csound/plugins"
# endif
# endif
#endif
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/csound/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 5 Sep 2006 18:09:14 -0000 1.2
+++ .cvsignore 1 Nov 2006 16:56:17 -0000 1.3
@@ -1,2 +1,3 @@
Csound5.03_manual.tgz
Csound5.03_src.tgz
+Csound5.03.0_src-cvs20061101.tar.bz2
csound-5.03.0-enable-fluidsynth.patch:
Index: csound-5.03.0-enable-fluidsynth.patch
===================================================================
RCS file: /cvs/extras/rpms/csound/FC-6/csound-5.03.0-enable-fluidsynth.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- csound-5.03.0-enable-fluidsynth.patch 29 Oct 2006 03:32:20 -0000 1.2
+++ csound-5.03.0-enable-fluidsynth.patch 1 Nov 2006 16:56:17 -0000 1.3
@@ -1,24 +1,24 @@
---- Csound5.03.0/SConstruct.enable-fluidsynth 2006-10-21 11:03:22.000000000 -0400
-+++ Csound5.03.0/SConstruct 2006-10-23 15:36:10.000000000 -0400
-@@ -225,6 +225,9 @@
+--- Csound5.03.0/SConstruct.enable-fluidsynth 2006-11-01 09:50:30.000000000 -0500
++++ Csound5.03.0/SConstruct 2006-11-01 10:36:08.000000000 -0500
+@@ -224,6 +224,9 @@
'0')
opts.Add('isWinNT', 'On windows, if win2000 or NT is used',
'%d' % withMSVC())
+opts.Add('useFluidsynth',
+ 'Set to 1 if you want OSC support',
+ '0')
-
- # Define the common part of the build environment.
- # This section also sets up customized options for third-party libraries, which
-@@ -426,6 +429,7 @@
- pdhfound = configure.CheckHeader("m_pd.h", language = "C")
- tclhfound = configure.CheckHeader("tcl.h", language = "C")
+ opts.Add('buildCSEditor',
+ 'Set to 1 to build the Csound syntax highlighting text editor. Requires FLTK headers and libs',
+ '0')
+@@ -437,6 +440,7 @@
+ tmp = '%s/tcl.h' % i
+ tclhfound = tclhfound or configure.CheckHeader(tmp, language = "C")
luaFound = configure.CheckHeader("lua.h", language = "C")
+fluidsynthFound = configure.CheckHeader("fluidsynth.h", language = "C")
swigFound = 'swig' in commonEnvironment['TOOLS']
print 'Checking for SWIG... %s' % (['no', 'yes'][int(swigFound)])
pythonFound = configure.CheckHeader("Python.h", language = "C")
-@@ -1228,7 +1232,7 @@
+@@ -1263,7 +1267,7 @@
# FLUIDSYNTH OPCODES
Index: csound.spec
===================================================================
RCS file: /cvs/extras/rpms/csound/FC-6/csound.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- csound.spec 29 Oct 2006 03:32:20 -0000 1.3
+++ csound.spec 1 Nov 2006 16:56:17 -0000 1.4
@@ -11,7 +11,7 @@
Summary: Csound - sound synthesis language and library
Name: csound
Version: 5.03.0
-Release: 7%{?dist}
+Release: 8%{?dist}
URL: http://csound.sourceforge.net/
License: LGPL
Group: Applications/Multimedia
@@ -28,7 +28,7 @@
BuildRequires: tk-devel tcl-devel
BuildRequires: tetex tetex-latex libxslt
-Source0: http://superb-east.dl.sourceforge.net/sourceforge/csound/Csound5.03_src-c...
+Source0: http://superb-east.dl.sourceforge.net/sourceforge/csound/Csound5.03.0_src...
# NOTE:
# Manual sources aren't distributed, but may be extracted from CVS via...
@@ -40,8 +40,7 @@
Patch1: csound-5.03.0-gstabs-disable-option.patch
Patch2: csound-5.03.0-no-usr-local.patch
Patch3: csound-5.03.0-disable-atsa.patch
-Patch4: csound-5.03.0-remote-fixes.patch
-
+Patch4: csound-5.03.0-default-opcodedir.patch
%description
Csound is a sound and music synthesis system, providing facilities for
@@ -184,7 +183,7 @@
%patch1 -p1 -b .gstabs-disable-option
%patch2 -p1 -b .no-usr-local
%patch3 -p1 -b .disable-atsa
-%patch4 -p1 -b .remote-fixes
+%patch4 -p1 -b .default-opcodedir
tar xf %{SOURCE1}
@@ -403,6 +402,10 @@
%doc tutorial/*.py
%changelog
+* Wed Nov 1 2006 Dan Williams <dcbw(a)redhat.com> 5.03.0-8
+- CVS snapshot to pick up virtual Midi keyboard
+- Make the default for OPCODEDIR be where the plugins are actually installed
+
* Sat Oct 28 2006 Dan Williams <dcbw(a)redhat.com> 5.03.0-7
- Rebuild to drop old source tarball
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/csound/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 29 Oct 2006 03:32:20 -0000 1.3
+++ sources 1 Nov 2006 16:56:17 -0000 1.4
@@ -1,2 +1,2 @@
acebd377b0ca008d082657ef0270a949 Csound5.03_manual.tgz
-8f01e4b65c3cb046df04f7eae92448d5 Csound5.03_src-cvs20061027.tar.bz2
+5211f0c1fb54484c29de996e09ca6e3c Csound5.03.0_src-cvs20061101.tar.bz2
15 years, 7 months
rpms/ctorrent/FC-6 .cvsignore, 1.3, 1.4 ctorrent.spec, 1.4, 1.5 sources, 1.3, 1.4
by fedora-extras-commits@redhat.com
Author: rathann
Update of /cvs/extras/rpms/ctorrent/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29306
Modified Files:
.cvsignore ctorrent.spec sources
Log Message:
- upstream has stopped development, rebase to Enhanced CTorrent, fixes #212307
- add more docs
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ctorrent/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 21 Sep 2006 18:18:53 -0000 1.3
+++ .cvsignore 1 Nov 2006 16:53:33 -0000 1.4
@@ -1 +1 @@
-ctorrent-1.3.4.tar.bz2
+ctorrent-1.3.4-dnh2.1.tar.gz
Index: ctorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/ctorrent/FC-6/ctorrent.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ctorrent.spec 3 Oct 2006 21:56:47 -0000 1.4
+++ ctorrent.spec 1 Nov 2006 16:53:33 -0000 1.5
@@ -1,11 +1,13 @@
+%define dnh dnh2.1
+
Name: ctorrent
Version: 1.3.4
-Release: 2%{?dist}
+Release: 3.%{dnh}%{?dist}
Summary: BitTorrent Client written in C
Group: Applications/Internet
License: GPL
-URL: http://ctorrent.sourceforge.net
-Source0: http://switch.dl.sourceforge.net/sourceforge/ctorrent/%{name}-%{version}....
+URL: http://www.rahul.net/dholmes/ctorrent/
+Source0: http://www.rahul.net/dholmes/ctorrent/%{name}-%{version}-%{dnh}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel
@@ -14,7 +16,7 @@
doesn't require any graphical component, such as an X server.
%prep
-%setup -q
+%setup -q -n %{name}-%{dnh}
%build
%configure
@@ -30,9 +32,13 @@
%files
%defattr(-,root,root,-)
%{_bindir}/ctorrent
-%doc AUTHORS README NEWS
+%doc AUTHORS COPYING ChangeLog NEWS README README-DNH.TXT
%changelog
+* Wed Nov 01 2006 Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net> 1.3.4-3.dnh2.1
+- upstream has stopped development, rebase to Enhanced CTorrent, fixes #212307
+- add more docs
+
* Tue Oct 03 2006 Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net> 1.3.4-2
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ctorrent/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 21 Sep 2006 18:18:53 -0000 1.3
+++ sources 1 Nov 2006 16:53:33 -0000 1.4
@@ -1 +1 @@
-823010ec78215d476537c9eba9381cdd ctorrent-1.3.4.tar.bz2
+5cc1e46e1d1a3144f319cdec43256169 ctorrent-1.3.4-dnh2.1.tar.gz
15 years, 7 months
rpms/guiloader-c++/devel .cvsignore, 1.2, 1.3 guiloader-c++.spec, 1.1, 1.2 sources, 1.2, 1.3
by fedora-extras-commits@redhat.com
Author: denis
Update of /cvs/extras/rpms/guiloader-c++/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29162
Modified Files:
.cvsignore guiloader-c++.spec sources
Log Message:
Update to 2.8.1
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/guiloader-c++/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 6 Oct 2006 09:29:59 -0000 1.2
+++ .cvsignore 1 Nov 2006 16:41:35 -0000 1.3
@@ -1 +1 @@
-guiloader-c++-2.8.0.tar.bz2
+guiloader-c++-2.8.1.tar.bz2
Index: guiloader-c++.spec
===================================================================
RCS file: /cvs/extras/rpms/guiloader-c++/devel/guiloader-c++.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- guiloader-c++.spec 6 Oct 2006 09:29:59 -0000 1.1
+++ guiloader-c++.spec 1 Nov 2006 16:41:35 -0000 1.2
@@ -1,6 +1,6 @@
Name: guiloader-c++
-Version: 2.8.0
-Release: 2%{?dist}
+Version: 2.8.1
+Release: 1%{?dist}
Summary: C++ Binding to GuiLoader Library
Group: System Environment/Libraries
@@ -77,6 +77,9 @@
%changelog
+* Wed Nov 1 2006 Denis Leroy <denis(a)poolshark.org> - 2.8.1-1
+- Update to 2.8.1
+
* Fri Oct 6 2006 Denis Leroy <denis(a)poolshark.org> - 2.8.0-2
- Added pkgconfig devel Requires
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/guiloader-c++/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 6 Oct 2006 09:29:59 -0000 1.2
+++ sources 1 Nov 2006 16:41:35 -0000 1.3
@@ -1 +1 @@
-c66f7ef235cbc82f1a0b1dd5cdb14848 guiloader-c++-2.8.0.tar.bz2
+22045cd53914fdcaf646802e4ce3f9c8 guiloader-c++-2.8.1.tar.bz2
15 years, 7 months
rpms/amarok/devel amarok.spec,1.64,1.65
by fedora-extras-commits@redhat.com
Author: abompard
Update of /cvs/extras/rpms/amarok/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28978/devel
Modified Files:
amarok.spec
Log Message:
fix description
Index: amarok.spec
===================================================================
RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- amarok.spec 31 Oct 2006 11:01:45 -0000 1.64
+++ amarok.spec 1 Nov 2006 16:28:48 -0000 1.65
@@ -58,8 +58,8 @@
- compatible with the .m3u and .pls formats for playlists
- nice GUI, integrates into the KDE look, but with a unique touch
-Amarok can use various engines to decode sound : gstreamer, helix
-and xine (disabled by default for patent reasons)
+Amarok can use various engines to decode sound : helix and xine.
+(gstreamer is in the works)
To use the helix engine, you'll have to install either HelixPlayer
or RealPlayer
15 years, 7 months