rpms/rss-glx/devel README.fedora, NONE, 1.1 rss-glx-0.8.1-0.8.1.p.diff, NONE, 1.1 rss-glx-0.8.1-freealut.patch, NONE, 1.1 rss-glx-rm-matrixview.sh, NONE, 1.1 rss-glx.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Mon May 29 10:53:54 UTC 2006


Author: nphilipp

Update of /cvs/extras/rpms/rss-glx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4431/devel

Modified Files:
	.cvsignore sources 
Added Files:
	README.fedora rss-glx-0.8.1-0.8.1.p.diff 
	rss-glx-0.8.1-freealut.patch rss-glx-rm-matrixview.sh 
	rss-glx.spec 
Log Message:
auto-import rss-glx-0.8.1.p-0.6 on branch devel from rss-glx-0.8.1.p-0.6.src.rpm


--- NEW FILE README.fedora ---
The Fedora packages of rss-glx contain a patched tarball without the matrixview
hack. To generate this patched tarball from upstream sources, simply run:

sh ./rss-glx-rm-matrixview.sh <orig_tarball> <diff_file> <new_tarball>

with e.g.:
orig_tarball: rss-glx_0.8.1.tar.bz2
diff_file:    rss-glx-0.8.1-0.8.1.p.diff
new_tarball:  rss-glx-0.8.1.p.tar.bz2

rss-glx-0.8.1-0.8.1.p.diff:

--- NEW FILE rss-glx-0.8.1-0.8.1.p.diff ---
diff -ur rss-glx_0.8.1/ChangeLog rss-glx_0.8.1.p/ChangeLog
--- rss-glx_0.8.1/ChangeLog	2006-02-25 23:02:11.000000000 +0100
+++ rss-glx_0.8.1.p/ChangeLog	2006-03-10 15:25:10.000000000 +0100
@@ -1,3 +1,7 @@
+****************************** Version 0.8.1.p ********************************
+
+	Removed matrixview
+
 ******************************* Version 0.8.1 *********************************
 
 	Pulled in vroot.h patch from Ari Pollak's Debian package.
diff -ur rss-glx_0.8.1/configure.in rss-glx_0.8.1.p/configure.in
--- rss-glx_0.8.1/configure.in	2006-02-25 22:10:54.000000000 +0100
+++ rss-glx_0.8.1.p/configure.in	2006-03-10 15:38:37.000000000 +0100
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT(src/driver.cpp)
-AM_INIT_AUTOMAKE(rss-glx,0.7.3)
+AM_INIT_AUTOMAKE(rss-glx,0.8.1.p)
 AM_CONFIG_HEADER(config.h)
 
 # Checks for programs.
@@ -177,9 +177,6 @@
         AC_CHECK_LIB([MesaGLU],[gluLookAt],,AC_MSG_ERROR(GLU library was not found.))
 fi
 
-# Check for ImageMagick.
-PKG_CHECK_MODULES(Wand, Wand >= 6.2)
-
 AC_CHECK_HEADERS([GL/glew.h])
 
 if test "x$ac_cv_header_GL_glew_h" = "xyes" ; then
diff -ur rss-glx_0.8.1/other_src/Makefile.am rss-glx_0.8.1.p/other_src/Makefile.am
--- rss-glx_0.8.1/other_src/Makefile.am	2006-02-25 22:14:53.000000000 +0100
+++ rss-glx_0.8.1.p/other_src/Makefile.am	2006-03-10 15:21:57.000000000 +0100
@@ -1,35 +1,20 @@
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src
 
-bin_PROGRAMS = biof busyspheres matrixview spirographx sundancer2
+bin_PROGRAMS = biof busyspheres spirographx sundancer2
 
 biof_SOURCES = driver.c biof.c
 busyspheres_SOURCES = driver.c busyspheres.c
-matrixview_SOURCES = driver.c matrixview.c matrixview_textures.c
 spirographx_SOURCES = driver.c spirographx.c
 sundancer2_SOURCES = driver.c sundancer2.c
 
 if INSTALL_XSCREENSAVER_CONFIG_FILES
-dist_config_DATA = biof.xml busyspheres.xml matrixview.xml spirographx.xml sundancer2.xml 
+dist_config_DATA = biof.xml busyspheres.xml spirographx.xml sundancer2.xml 
 endif
 
 if INSTALL_KDE_CONFIG_FILES
-dist_kdessconfig_DATA = biof.desktop busyspheres.desktop matrixview.desktop spirographx.desktop sundancer2.desktop
+dist_kdessconfig_DATA = biof.desktop busyspheres.desktop spirographx.desktop sundancer2.desktop
 endif
 
-man_MANS = biof.1 busyspheres.1 matrixview.1 spirographx.1 sundancer2.1
+man_MANS = biof.1 busyspheres.1 spirographx.1 sundancer2.1
 
 EXTRA_DIST = $(man_MANS)
-
-noinst_PROGRAMS = stringify
-stringify_LDADD = @BZIP2@
-
-matrixview_LDADD = @BZIP2@ @Wand_LIBS@
-matrixview_textures.c: stringify matrixview_textures/cfont matrixview_textures/cpics
-	./stringify matrixview_textures/cfont matrixview_textures/cpics > matrixview_textures.c
-
-if WITHPTHREADS
-matrixview_LDADD += @PTHREADS@
-endif
-
-CLEANFILES = matrixview_textures.c
-
diff -ur rss-glx_0.8.1/README rss-glx_0.8.1.p/README
--- rss-glx_0.8.1/README	2006-02-25 22:47:58.000000000 +0100
+++ rss-glx_0.8.1.p/README	2006-03-10 15:38:44.000000000 +0100
@@ -1,6 +1,4 @@
 Requirements: 
 	(1) Recent gcc/g++ (2.95.x, 3.x).
 	(2) X11+GLX.
-	(3) ImageMagick >6.2
 	(4) OPTIONAL: OpenAL for sound. (skyrocket)
-	(5) OPTIONAL: pthreads for smoother image loading. (matrixview)
diff -ur rss-glx_0.8.1/README.xscreensaver rss-glx_0.8.1.p/README.xscreensaver
--- rss-glx_0.8.1/README.xscreensaver	2005-04-10 04:16:42.000000000 +0200
+++ rss-glx_0.8.1.p/README.xscreensaver	2006-03-10 15:25:26.000000000 +0100
@@ -28,6 +28,5 @@
   GL:                   "BioF"  biof --root                                 \n\
   GL:            "BusySpheres"  busyspheres --root                          \n\
   GL:            "SpirographX"  spirographx --root                          \n\
-  GL:             "MatrixView"  matrixview --root                           \n\
 -- End Here --
 
diff -ur rss-glx_0.8.1/utils/rss-glx_install.pl rss-glx_0.8.1.p/utils/rss-glx_install.pl
--- rss-glx_0.8.1/utils/rss-glx_install.pl	2005-04-10 04:09:41.000000000 +0200
+++ rss-glx_0.8.1.p/utils/rss-glx_install.pl	2006-03-10 15:24:13.000000000 +0100
@@ -26,7 +26,6 @@
 $screensavers->{'biof'} 	= '  GL:                   "BioF"  biof --root                                 \\n\\';
 $screensavers->{'busyspheres'} 	= '  GL:            "BusySpheres"  busyspheres --root                          \\n\\';
 $screensavers->{'spirographx'} 	= '  GL:            "SpirographX"  spirographx --root                          \\n\\';
-$screensavers->{'matrixview'} 	= '  GL:             "MatrixView"  matrixview --root                           \\n\\';
 
 open XSCREENSAVER, "$ENV{'HOME'}/.xscreensaver";
 my @xscreensaver_config_file = <XSCREENSAVER>;

rss-glx-0.8.1-freealut.patch:

--- NEW FILE rss-glx-0.8.1-freealut.patch ---
--- rss-glx_0.8.1.p/configure.in.freealut	2006-03-10 15:38:37.000000000 +0100
+++ rss-glx_0.8.1.p/configure.in	2006-03-28 17:38:02.000000000 +0200
@@ -114,14 +114,30 @@
 		if test "x$ac_cv_header_AL_alut_h" = "xyes" ; then
 			# Check for OpenAL library
 			AC_CHECK_LIB([openal], [alutInit], AC_SUBST(OPENAL, -lopenal) AC_DEFINE([HAVE_OPENAL], [], [OpenAL is available for use.]))
+            alut_libs_sav="$LIBS"
+			if test "x$ac_cv_lib_openal_alutInit" = "xno" ; then
+                echo "... checking with separate -lalut";
+				unset ac_cv_lib_openal_alutInit
+                LIBS="$LIBS -lalut"
+			    AC_CHECK_LIB([openal], [alutInit], AC_SUBST(OPENAL, "-lopenal -lalut") AC_DEFINE([HAVE_OPENAL], [], [OpenAL is available for use.]))
+            fi
+            LIBS="$alut_libs_sav"
 
 			if test "x$ac_cv_lib_openal_alutInit" = "xno" ; then
-				libs_sav=$LIBS
+				libs_sav="$LIBS"
 				LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $LIBS -L/usr/local/lib"
 
 				echo "Hrm, maybe -lopenal is in /usr/local/lib";
 				unset ac_cv_lib_openal_alutInit
 				AC_CHECK_LIB([openal], [alutInit], AC_SUBST(OPENAL, -lopenal) AC_DEFINE([HAVE_OPENAL], [], [OpenAL is available for use.]))
+                alut_libs_sav="$LIBS"
+			    if test "x$ac_cv_lib_openal_alutInit" = "xno" ; then
+                    echo "... checking with separate -lalut";
+				    unset ac_cv_lib_openal_alutInit
+                    LIBS="$LIBS -lalut"
+			        AC_CHECK_LIB([openal], [alutInit], AC_SUBST(OPENAL, "-lopenal -lalut") AC_DEFINE([HAVE_OPENAL], [], [OpenAL is available for use.]))
+                fi
+                LIBS="$alut_libs_sav"
 
 				if test "x$ac_cv_lib_openal_alutInit" = "xno" ; then
 					# For FreeBSD -current
@@ -132,6 +148,12 @@
 
 					unset ac_cv_lib_openal_alutInit
 					AC_CHECK_LIB([openal], [alutInit], AC_SUBST(OPENAL, "-lopenal -lc_r") AC_DEFINE([HAVE_OPENAL], [], [OpenAL is available for use.]))
+			        if test "x$ac_cv_lib_openal_alutInit" = "xno" ; then
+                        echo "... checking with separate -lalut";
+				        unset ac_cv_lib_openal_alutInit
+                        LIBS="$LIBS -lalut"
+			            AC_CHECK_LIB([openal], [alutInit], AC_SUBST(OPENAL, "-lopenal -lalut -lc_r") AC_DEFINE([HAVE_OPENAL], [], [OpenAL is available for use.]))
+                    fi
 
 					LIBS=$libs_cr_sav
 


--- NEW FILE rss-glx-rm-matrixview.sh ---
#!/bin/bash

MV_FILES="matrixview.1 matrixview.c matrixview.desktop matrixview_textures matrixview_textures.h matrixview.xml"
mv_files=
for i in $MV_FILES; do
    mv_files="$mv_files other_src/$i"
done

usage() {
    cat << EOF
Usage: $0 original_tarball diff-file new_tarball
E.g.: $0 rss-glx_0.8.1.tar.bz2 rss-glx-0.8.1-0.8.1.p.diff rss-glx_0.8.1.p.tar.bz2
Required tools for operation: mktemp patch aclocal automake autoconf tar
EOF
}

tar_type() {
    local filename="$1"
    case "$filename" in
    *.tar.gz|*.tgz)
        echo -z
        ;;
    *.tar.bz2|*.tbz2)
        echo -j
        ;;
    *.tar)
        ;;
    *)
        usage
        exit 1
    esac
}

tar_dir() {
    local filename="$1"
    local dirname="${filename##*/}"
    dirname="${dirname%.tar.bz2}"
    dirname="${dirname%.tbz2}"
    dirname="${dirname%.tar.gz}"
    dirname="${dirname%.tgz}"
    dirname="${dirname%.tar}"
    #dirname="${dirname/rss-glx_/rss-glx-}"
    echo "$dirname"
}

if [ "$#" -ne 3 ]; then
    usage
    exit 1
fi

orig_tb="$1"
if [ "$orig_tb" = "${orig_tb#/}" ]; then
    orig_tb="$PWD/$orig_tb"
fi
orig_tb_type="$(tar_type "$orig_tb")"
orig_tb_dir="$(tar_dir "$orig_tb")"
diff_file="$2"
if [ "$diff_file" = "${diff_file#/}" ]; then
    diff_file="$PWD/$diff_file"
fi
new_tb="$3"
if [ "$new_tb" = "${new_tb#/}" ]; then
    new_tb="$PWD/$new_tb"
fi
new_tb_type="$(tar_type "$new_tb")"
new_tb_dir="$(tar_dir "$new_tb")"

echo "Creating temporary directory."

if ! TEMP_DIR="$(mktemp -d)"; then
    echo "mktemp failed to create a temporary directory. Aborting."
    exit 1
fi

echo "Changing to temporary directory ${TEMP_DIR}."
pushd "$TEMP_DIR"

echo "Unpacking original tarball."
set -x
tar -x "$orig_tb_type" -f "$orig_tb" || exit 3
set +x

pushd "$orig_tb_dir"

echo "Removing files:"
set -x
for i in $mv_files; do
    rm -r "$i" || exit 4
done
set +x

echo "Applying diff file."
patch -p1 < "$diff_file" || exit 5


echo 'Regenerating auto* files:'
set -x
aclocal || exit 6
automake || exit 7
autoconf || exit 8
rm -rf autom4te.cache || :
set +x

popd

echo "Renaming directory:"
set -x
mv -f "$orig_tb_dir" "$new_tb_dir" || exit 9
set +x

echo "Creating new tarball:"
set -x
tar -c "$new_tb_type" -f "$new_tb" "$new_tb_dir" || exit 10
set +x
echo "Created ${new_tb}."

popd
echo "Removing temporary directory ${TEMP_DIR}."
rm -rf "$TEMP_DIR" || exit 11

echo "Done."


--- NEW FILE rss-glx.spec ---
%define xssconfigdir %{_datadir}/xscreensaver/config
%define xssbindir %{_libexecdir}/xscreensaver
%define gssconfigdir %{_datadir}/gnome-screensaver/themes
%define gssbindir %{_libexecdir}/gnome-screensaver
%define kdessconfigdir %{_datadir}/applnk/System/ScreenSavers

%if 0%{?fedora}
%if "%{fedora}" <= "4"
%define modular_x 0%{?_with_modular_x:1}
%define gss 0
%else
%define modular_x 0%{!?_without_modular_x:1}
%define gss 1
%endif
%else
%define modular_x 0%{?!_without_modular_x:1}
%define gss 0%{?!_without_gss:1}
%endif

%define with_matrixview 0%{?_with_matrixview:1}
%define patchext %{nil}%{?with_matrixview:.p}

Summary: Really Slick Screensavers
Name: rss-glx
Version: 0.8.1%{patchext}
Release: 0.6%{?dist}
License: GPL
Group: Amusements/Graphics
URL: http://rss-glx.sourceforge.net/
Source0: http://dl.sourceforge.net/sourceforge/rss-glx/rss-glx_%{version}.tar.bz2
Source1: README.fedora
Source2: rss-glx-rm-matrixview.sh
Source3: rss-glx-0.8.1-0.8.1.p.diff
Patch0: rss-glx-0.8.1-freealut.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libGL-devel
BuildRequires: libGLU-devel
%if %modular_x
BuildRequires: libICE-devel
%if %with_matrixview
BuildRequires: ImageMagick-devel >= 6.2.5.4
%endif
BuildRequires: libSM-devel
BuildRequires: libX11-devel
BuildRequires: libXt-devel
%else
BuildRequires: xorg-x11-devel
%endif
BuildRequires: bzip2-devel
BuildRequires: openal-devel
BuildRequires: freealut-devel
BuildRequires: autoconf

%description
A port of the Really Slick Screensavers to GLX. Provides several visually
impressive and graphically intensive screensavers.

Note that this package contains only the display hacks themselves; you will
need to install the appropriate subpackage for your desktop environment in
order to use them as screensavers.

%package xscreensaver
Summary: Really Slick Screensavers
Group: Amusements/Graphics
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: xscreensaver-base

%description xscreensaver
A port of the Really Slick Screensavers to GLX. Provides several visually
impressive and graphically intensive screensavers.

This package contains files needed to use the hacks with xscreensaver.

%if %gss
%package gnome-screensaver
Summary: Really Slick Screensavers
Group: Amusements/Graphics
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: gnome-screensaver

%description gnome-screensaver
A port of the Really Slick Screensavers to GLX. Provides several visually
impressive and graphically intensive screensavers.

This package contains files needed to use the hacks with gnome-screensaver.
%endif

%package kde
Summary: Really Slick Screensavers
Group: Amusements/Graphics
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: %{name}-xscreensaver = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: kdebase

%description kde
A port of the Really Slick Screensavers to GLX. Provides several visually
impressive and graphically intensive screensavers.

This package contains files needed to use the hacks with KDE.

%prep
cat << EOF

Build settings:
%if %modular_x
- with modular X
%else
- with monolithic X
%endif
%if %gss
- with gnome-screensaver support
%else
- without gnome-screensaver support
%endif
%if %with_matrixview
- with matrixview hack
%else
- without matrixview hack
%endif

EOF
%setup -q -n rss-glx_%{version}
%patch0 -p1 -b .freealut

%build
autoconf
%configure \
	--with-configdir=%{xssconfigdir} \
	--with-kdessconfigdir=%{kdessconfigdir}
make %{?_smp_mflags}

%install
generate_fix_desktop_files_links () {
	local line name trycmd cmd desc
	while read line; do
%if %gss
        # generate GNOME screensaver desktop files
		eval $(echo "$line" | awk -F§ '{print "name=\"" $1 "\"; cmd=\"" $2 "\"; desc=\"" $3 "\""}')
		trycmd="${cmd%%%% *}"
		cat << EOF > %{buildroot}%{gssconfigdir}/rss-glx-${cmd}.desktop

[Desktop Entry]
Encoding=UTF-8
Name=${name}
Comment=${desc}
TryExec=rss-glx-${trycmd}
Exec=rss-glx-${cmd} -r
StartupNotify=false
Terminal=false
Type=Application
Categories=Screensaver
EOF
		ln -snf "%{_bindir}/${trycmd}" "%{buildroot}%{gssbindir}/rss-glx-${trycmd}"
%endif
        # fix KDE screensaver desktop files
        pushd "%{buildroot}%{kdessconfigdir}" >& /dev/null
        mv -f "${trycmd}.desktop" "${trycmd}.desktop.orig"
        awk '{if ($0 ~ "^Actions=") { print "Actions=InWindow;Root;Setup;"; print "X-KDE-Category=Really Slick Screensavers"; print "X-KDE-Type=OpenGL"; } else { print; }}' < "${trycmd}.desktop.orig" > "${trycmd}.desktop"
        rm -f "${trycmd}.desktop.orig"
        popd >& /dev/null
        # symlinks for XScreenSaver
		ln -snf "%{_bindir}/${trycmd}" "%{buildroot}%{xssbindir}/${trycmd}"
	done
}

rm -rf %buildroot
cp -dpf "%SOURCE1" "%SOURCE2" "%SOURCE3" .
make DESTDIR=%{buildroot} install
rm -f %{buildroot}%{_libdir}/lib*.{,l}a %{buildroot}%{_bindir}/rss-glx_install.pl
%if %gss
mkdir -p %{buildroot}%{gssconfigdir}
mkdir -p %{buildroot}%{gssbindir}
mkdir -p %{buildroot}%{xssbindir}
%endif
cat << EOF | generate_fix_desktop_files_links
BioF§biof§This is an attempt to recreate some of the work of William Latham.
Busy Spheres§busyspheres§Spheres made of dancing particles.
Colorfire§colorfire§Burning colors.
Cyclone§cyclone§A cyclone made of particles.
Euphoria§euphoria§Psychedelic shapes.
Fieldlines§fieldlines§A simulation of the electric field lines between charged particles.
Flocks§flocks§Flocks of birds.
Flux§flux§If you know anything about strange attractors, you might recognize the patterns created by this screensaver.
Helios§helios§Throw together some attraction/repulsion particle effects and some smooth implicit surfaces and this is what you get.
Hufo's Smoke§hufo_smoke§Smoke effect.
Hufo's Tunnel§hufo_tunnel§Inside a tunnel.
Hyperspace§hyperspace§Hyperspace.
Lattice§lattice§Fly through an endless world of linked rings.
%if %with_matrixview
MatrixView§matrixview§The Matrix.
%endif
Plasma§plasma§Probably the second most psychedelic screensaver in existence.
Skyrocket (silent)§skyrocket -v 0§The most full-blown fireworks screensaver ever. It has bright lights, smoke trails, clouds that are illuminated by the explosions, sound effects, and plenty of other eye candy. Silent version.
Skyrocket§skyrocket§The most full-blown fireworks screensaver ever. It has bright lights, smoke trails, clouds that are illuminated by the explosions, sound effects, and plenty of other eye candy. With sound.
Solarwinds§solarwinds§This is a very mesmerizing particle effects saver.
SpirographX§spirographx§Spirograph-like screensaver.
Sundancer2§sundancer2§Rotating stack of quads.
EOF

%clean
rm -rf %buildroot

%files
%defattr(-, root, root)
%doc ChangeLog COPYING INSTALL README README.xscreensaver
%doc README.fedora rss-glx-rm-matrixview.sh rss-glx-0.8.1-0.8.1.p.diff
%{_bindir}/*
%{_mandir}/*/*

%files xscreensaver
%defattr(-, root, root)
%{xssconfigdir}/*.xml
%dir %{xssbindir}
%{xssbindir}/*

%if %gss
%files gnome-screensaver
%defattr(-, root, root)
%dir %{gssconfigdir}
%{gssconfigdir}/*.desktop
%dir %{gssbindir}
%{gssbindir}/*
%endif

%files kde
%defattr(-, root, root)
%dir %{kdessconfigdir}
%{kdessconfigdir}/*.desktop

%changelog
* Fri May 26 2006 Nils Philippsen <nphilipp at redhat.com> 0.8.1.p-0.6
- symlink hacks to /usr/libexec/xscreensaver
- own directories not included in filesystem

* Wed May 24 2006 Nils Philippsen <nphilipp at redhat.com> 0.8.1.p-0.5
- include %%{patchext} in version
- fix excessively long line in %%description
- make -kde require -xscreensaver
- fix "Actions", add "X-KDE-Category" and "X-KDE-Type" to KDE desktop files

* Tue May 23 2006 Nils Philippsen <nphilipp at redhat.com> 0.8.1.p-0.4
- remove executable bit from doc files, change README.fedora accordingly
- use %%buildroot consistently
- don't ship rss-glx_install.pl
- make %%description more understandable (Jason Tibbitts)

* Mon May 22 2006 Nils Philippsen <nphilipp at redhat.com> 0.8.1.p-0.3
- include README.fedora, rss-glx-rm-matrixview.sh, rss-glx-0.8.1-0.8.1.p.diff
  to be able to generate patched from upstream tarball
- versionize %%changelog
- don't obsolete rss_glx
- don't distribute zero-length AUTHORS and NEWS files

* Mon Apr 03 2006 Nils Philippsen <nphilipp at redhat.com> 0.8.1.p-0.2
- add libXt-devel to modular X build requirements (#90133)

* Tue Mar 28 2006 Nils Philippsen <nphilipp at redhat.com>
- use freealut when needed

* Fri Mar 10 2006 Nils Philippsen <nphilipp at redhat.com>
- add build requirements for non-modular X, default determined by Fedora
  version
- patch tarball to remove matrixview
- don't build gnome-screensaver subpackage before FC5

* Thu Mar 09 2006 Nils Philippsen <nphilipp at redhat.com> 0.8.1
- version 0.8.1
- include gnome-screensaver support
- new build requirements for FC5

* Wed Jul 07 2004 Nils Philippsen <nphilipp at redhat.com>
- rebuild for FC2

* Wed Sep 10 2003 Nils Philippsen <nphilipp at redhat.com>
- version 0.7.6
- manage new matrixview and spirographx hacks in XScreensaver.ad

* Fri Jul 04 2003 Nils Philippsen <nphilipp at redhat.com>
- version 0.7.4
- fix temp file issue in scripts
- buildrequire OpenAL-devel
- move stuff out of /usr/X11R6
- patch inline asm to work with new gcc versions
- remove hacks from XScreensaver.ad in %%preun


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rss-glx/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 May 2006 10:52:19 -0000	1.1
+++ .cvsignore	29 May 2006 10:53:54 -0000	1.2
@@ -0,0 +1 @@
+rss-glx_0.8.1.p.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rss-glx/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 May 2006 10:52:19 -0000	1.1
+++ sources	29 May 2006 10:53:54 -0000	1.2
@@ -0,0 +1 @@
+17870ad88d3a61ace94c04cb7677ddbf  rss-glx_0.8.1.p.tar.bz2




More information about the fedora-extras-commits mailing list