rpms/gsview/F-8 gsview-4.4-htmlview.patch, NONE, 1.1 gsview-4.7-dllversion.patch, NONE, 1.1 gsview-4.7-letterpaper.patch, NONE, 1.1 gsview-4.8-libgs.patch, NONE, 1.1 gsview.desktop, NONE, 1.1 gsview.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/gsview/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6919
Modified Files:
.cvsignore sources
Added Files:
gsview-4.4-htmlview.patch gsview-4.7-dllversion.patch
gsview-4.7-letterpaper.patch gsview-4.8-libgs.patch
gsview.desktop gsview.spec
Log Message:
initial import from devel branch
gsview-4.4-htmlview.patch:
--- NEW FILE gsview-4.4-htmlview.patch ---
--- gsview-4.4/srcunx/gvxreg.c.htmlview 2001-10-05 03:48:14.000000000 -0500
+++ gsview-4.4/srcunx/gvxreg.c 2003-04-28 11:28:15.000000000 -0500
@@ -76,7 +76,7 @@
{
if (debug & DEBUG_GENERAL)
gs_addmess("online_reg:\n");
- exec_program("netscape", "http://www.ghostgum.com.au/");
+ exec_program("htmlview", "http://www.ghostgum.com.au/");
}
void modal_reg(GtkWidget *w, gpointer data)
--- gsview-4.4/srcunx/gvxhelp.txt.htmlview 2003-03-14 15:45:52.000000000 -0600
+++ gsview-4.4/srcunx/gvxhelp.txt 2003-04-28 11:29:54.000000000 -0500
@@ -18,11 +18,7 @@
TAG="#$2"
fi
-if mozilla -remote openFile\(file://$1$TAG\) ; then
- exit 0
-else
- mozilla file://$1$TAG
-fi
+htmlview $1$TAG
exit 0
gsview-4.7-dllversion.patch:
--- NEW FILE gsview-4.7-dllversion.patch ---
--- gsview-4.7/src/cdll.c.dllversion 2002-02-09 21:46:38.000000000 -0600
+++ gsview-4.7/src/cdll.c 2005-06-23 09:05:39.000000000 -0500
@@ -106,6 +106,10 @@
}
dll->revision_number = rv.revision;
+ /* Hack because FC5's ghostscript-8.15 reports 81500 instead of 815 -- Rex */
+ if ( dll->revision_number > (GS_REVISION_MIN*100) )
+ dll->revision_number = (long)(dll->revision_number / 100);
+
if ( (dll->revision_number < GS_REVISION_MIN) ||
(dll->revision_number > GS_REVISION_MAX) ) {
gs_addmessf("\nWrong version of DLL found.\n\
gsview-4.7-letterpaper.patch:
--- NEW FILE gsview-4.7-letterpaper.patch ---
--- gsview-4.7/src/gvcinit.c.letterpaper 2005-03-01 03:51:38.000000000 -0600
+++ gsview-4.7/src/gvcinit.c 2005-06-23 10:41:42.000000000 -0500
@@ -319,13 +319,13 @@
option.button_show = TRUE;
option.fit_page = FALSE; /* Changed after 2.1 */
option.safer = TRUE;
- option.media = IDM_A4;
- strcpy(option.medianame, "A4");
+ option.media = IDM_LETTER;
+ strcpy(option.medianame, "Letter");
option.media_rotate = FALSE;
option.user_width_warn = 5669; /* 2 metres */
option.user_height_warn = 5669;
- option.user_width = 595; /* A4 width 210mm */
- option.user_height = 842; /* A4 height 297mm */
+ option.user_width = 612; /* Letter width 8.5in */
+ option.user_height = 792; /* Letter height 11in */
option.epsf_clip = FALSE;
option.epsf_warn = FALSE;
option.ignore_dsc = FALSE;
gsview-4.8-libgs.patch:
--- NEW FILE gsview-4.8-libgs.patch ---
--- gsview-4.8/src/gvcver.h.libgs 2006-02-24 05:24:42.000000000 -0600
+++ gsview-4.8/src/gvcver.h 2006-05-07 20:43:57.000000000 -0500
@@ -57,7 +57,7 @@
/* Ghostscript */
#define GS_PRODUCT "AFPL Ghostscript"
#define GS_REVISION_MIN 704
-#define GS_REVISION 704
+#define GS_REVISION @@GS_REVISION@@
#define GS_REVISION_MAX 999
#ifdef _Windows
@@ -76,7 +76,7 @@
#if X11
#define INIFILE "gsview.ini"
#define GS_EXENAME "gs"
-#define GS_DLLNAME "libgs.so"
+#define GS_DLLNAME "libgs.so.@@SOMAJOR@@"
#else
#define GS_EXENAME "gsos2.exe"
#define GS_DLLNAME "gsdll2.dll"
--- NEW FILE gsview.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=GSview
GenericName=PS/PDF Viewer
Comment=EPS,PDF,PS Viewer
Exec=gsview
Icon=gsview
Terminal=false
Type=Application
MimeType=image/x-eps;application/postscript;application/pdf;
Categories=Application;GTK;Graphics;Viewer;Publishing;
StartupWMClass=gsview
--- NEW FILE gsview.spec ---
Summary: PostScript and PDF previewer
Name: gsview
Version: 4.8
Release: 3%{?dist}
License: AFPL
Group: Applications/Publishing
Source: ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-%{version}.tar.gz
URL: http://www.cs.wisc.edu/~ghost/gsview/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source1: gsview.desktop
BuildRequires: gtk+-devel
BuildRequires: desktop-file-utils
BuildRequires: sed >= 4.0
BuildRequires: ghostscript-devel >= 7.07-15.3
%global gs_ver %(gs --version 2> /dev/null | cut -d. -f-2 )
%global gs_ver1 %(echo %{gs_ver} | cut -d. -f1 )
%if 0%{?gs_ver1} == 7
# See http://www.redhat.com/archives/fedora-devel-list/2004-August/msg00068.html
Requires: ghostscript >= 7.07-15.3
%endif
## Use htmlview instead of hard-coded mozilla
Patch1: gsview-4.4-htmlview.patch
# default to libgs.so.@@SOMAJOR@@ instead of libgs.so
Patch2: gsview-4.8-libgs.patch
# attempt to allow/use ghostscript-8.15 reported value of 81500.
# http://bugzilla.redhat.com/159912
Patch3: gsview-4.7-dllversion.patch
# Change Paper default A4 -> Letter
Patch4: gsview-4.7-letterpaper.patch
%description
GSview is a graphical interface for Ghostscript.
Ghostscript is an interpreter for the PostScript page
description language used by laser printers.
For documents following the Adobe PostScript Document Structuring
Conventions, GSview allows selected pages to be viewed or printed.
%prep
%setup -q
%patch1 -p1 -b .htmlview
# patch2 bits below
%patch3 -p1 -b .dllversion
%patch4 -p1 -b .letterpaper
# Determine GS_REVISION/SOMAJOR and substitute values (see patch2)
%patch2 -p1 -b .libgs
GS_REVISION=%(echo %{gs_ver} | tr -d '.' )
sed -i -e "s|@@GS_REVISION@@|${GS_REVISION}|g" src/gvcver.h
# Sanity check to make sure file exists
if [ ! -f "%(ls %{_libdir}/libgs.so.?)" ]; then
echo "Error: %{_libdir}/libgs.so.? doesn't exist"; exit 1
fi
SOMAJOR=$(basename %{_libdir}/libgs.so.? | sed -e 's@libgs.so.(a)@' )
sed -i -e "s|@@SOMAJOR@@|${SOMAJOR}|g" src/gvcver.h
%build
make -f srcunx/unx.mak \
RPM_OPT_FLAGS="%{!?debug_package:-g0} $RPM_OPT_FLAGS" \
GSVIEW_BASE=%{_prefix} \
GSVIEW_BINDIR=%{_bindir} \
GSVIEW_MANDIR=%{_mandir} \
GSVIEW_DOCPATH=%{_docdir} \
GSVIEW_ETCPATH=%{_sysconfdir}
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir},%{_docdir},%{_sysconfdir}}
make -f srcunx/unx.mak install \
GSVIEW_BASE=$RPM_BUILD_ROOT%{_prefix} \
GSVIEW_BINDIR=$RPM_BUILD_ROOT%{_bindir} \
GSVIEW_MANDIR=$RPM_BUILD_ROOT%{_mandir} \
GSVIEW_DOCPATH=$RPM_BUILD_ROOT%{_docdir} \
GSVIEW_ETCPATH=$RPM_BUILD_ROOT%{_sysconfdir}
# desktop/icon files
install -D -p -m644 binary/gsview48.png\
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gsview.png
desktop-file-install \
--dir="$RPM_BUILD_ROOT%{_datadir}/applications" \
--add-category="" --vendor="" \
%{SOURCE1}
## Unpackaged files
# nuke deprecated epstool, when (hopefully) packaged separately... someday.
#rm -f $RPM_BUILD_ROOT{%{_bindir}/epstool,%{_docdir}/*/epstool*}
%post
touch --no-create %{_datadir}/icons/hicolor 2> /dev/null ||:
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
update-desktop-database -q %{_datadir}/applications > /dev/null 2>&1 || :
%postun
touch --no-create %{_datadir}/icons/hicolor 2> /dev/null ||:
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
update-desktop-database -q %{_datadir}/applications > /dev/null 2>&1 || :
%files
%defattr(-, root, root)
%{_bindir}/*
%dir %{_sysconfdir}/gsview
%config(noreplace) %{_sysconfdir}/gsview/printer.ini
%{_mandir}/man*/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/*/*
%doc %{_docdir}/*
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 4.8-3
- rebuild
* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.8-2
- respin
* Sun May 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.8-1
- 4.8
* Mon Apr 17 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.7-7
- rework for Livna
* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.7-6
- %%(rpm -q --qf '%%{VERSION}' ghostscript) -> %%(gs --version)
- follow fdo icon spec
- restore epstool bits
* Fri Feb 10 2006 Rex Dieter <rexdieter[AT]users.sf.net>
- fc5: gcc/glibc respin
* Fri Oct 21 2005 Rex Dieter <rexdieter[AT]users.sf.net> 4.7-5
- %%post/%%postun: update-desktop-database
* Fri Aug 5 2005 Rex Dieter <rexdieter[AT]users.sf.net> 4.7-4
- ExcludeArch: ppc (sed busted?)
* Thu Jul 28 2005 Rex Dieter <rexdieter[AT]users.sf.net> 4.7-3
- add file:// to help URL.
* Thu Jun 23 2005 Rex Dieter <rexdieter[AT]users.sf.net> 4.7-2
- fixes for ghostscript-8.15 (#159912)
- Change paper default A4->Letter
* Wed Apr 20 2005 Rex Dieter <rexdieter[AT]users.sf.net> 4.7-1
- 4.7
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* Wed Jan 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0:4.6-9
- back to Req: ghostscript >= 7.07-15.3 for x86_64 (#146223)
* Fri Aug 06 2004 Rex Dieter <rexdieter at sf.net> 0:4.6-0.fdr.8
- Patch to load libgs.so.7 by default (instead of libgs.so)
- Req: libgs.so.7, dropping Req: ghostscript, allowing for users
with older/custom ghostscript builds (will have to rework when/if
ghostscript >= 8.0 comes)
- .desktop: GenericName: PS/PDF Viewer
* Thu Aug 05 2004 Rex Dieter <rexdieter at sf.net> 0:4.6-0.fdr.7
- remove Req: libgs.so
- Req: ghostscript >= 7.07-15.3
(http://www.redhat.com/archives/fedora-devel-list/2004-August/msg00068.html)
* Tue Aug 03 2004 Rex Dieter <rexdieter at sf.net> 0:4.6-0.fdr.6
- Requires: ghostscript >= 7.07-18
* Thu Apr 29 2004 Rex Dieter <rexdieter at sf.net> 0:4.6-0.fdr.5
- Group: Applications/Publishing
- remove Vendor tag
* Sat Apr 24 2004 Rex Dieter <rexdieter at sf.net> 0:4.6-0.fdr.4
- gsview.desktop: StartupWMClass=gsview
* Sat Apr 24 2004 Rex Dieter <rexdieter at sf.net> 0:4.6-0.fdr.3
- don't include old epstool (to be packaged separately)
- gsview.desktop:
MimeType=image/x-eps;application/postscript;application/pdf;
Categories=Application;GTK;Graphics;Viewer;Publishing;
* Thu Apr 01 2004 Rex Dieter <rexdieter at sf.net> 0:4.6-0.fdr.2
- desktop-file default
- patch default .desktop file for Categories
* Tue Jan 20 2004 Rex Dieter <rexdieter at sf.net> 0:4.6-0.fdr.1
- 4.6
- desktop_file'ize
* Fri Oct 31 2003 Rex Dieter <rexdieter at sf.net> 0:4.5-0.fdr.1
- 4.5
- Fedora Core support
* Thu Jul 03 2003 Rex Dieter <rexdieter at sf.net> 0:4.4-0.fdr.0
- fedora'ize
- htmlview patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gsview/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:51:22 -0000 1.1
+++ .cvsignore 12 Sep 2008 19:44:41 -0000 1.2
@@ -0,0 +1 @@
+gsview-4.8.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gsview/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:51:22 -0000 1.1
+++ sources 12 Sep 2008 19:44:42 -0000 1.2
@@ -0,0 +1 @@
+21c81819af0eeb42ac5ee6499f4a7116 gsview-4.8.tar.gz
16 years, 2 months
rpms/sdlmame/F-9 sources,1.14,1.15
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16864/F-9
Modified Files:
sources
Log Message:
Reuploaded sdlmame0127u3.zip
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 12 Sep 2008 12:08:44 -0000 1.14
+++ sources 12 Sep 2008 12:36:25 -0000 1.15
@@ -1 +1 @@
-75643f0477d9e8687bd47eecf102358f sdlmame0127u3.zip
+674d6c814e98584ee8e83ec8c4787c01 sdlmame0127u3.zip
16 years, 2 months
rpms/sdlmame/F-8 sources,1.14,1.15
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16864/F-8
Modified Files:
sources
Log Message:
Reuploaded sdlmame0127u3.zip
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 12 Sep 2008 12:09:07 -0000 1.14
+++ sources 12 Sep 2008 12:36:25 -0000 1.15
@@ -1 +1 @@
-75643f0477d9e8687bd47eecf102358f sdlmame0127u3.zip
+674d6c814e98584ee8e83ec8c4787c01 sdlmame0127u3.zip
16 years, 2 months
rpms/sdlmame/devel sources,1.14,1.15
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16864/devel
Modified Files:
sources
Log Message:
Reuploaded sdlmame0127u3.zip
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 12 Sep 2008 12:08:57 -0000 1.14
+++ sources 12 Sep 2008 12:36:26 -0000 1.15
@@ -1 +1 @@
-75643f0477d9e8687bd47eecf102358f sdlmame0127u3.zip
+674d6c814e98584ee8e83ec8c4787c01 sdlmame0127u3.zip
16 years, 2 months
rpms/sdlmame/F-8 .cvsignore, 1.13, 1.14 sdlmame.spec, 1.15, 1.16 sources, 1.13, 1.14
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15081
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Fri Sep 12 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.3.0127u3
- Updated to 0.127u3
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 7 Sep 2008 21:50:35 -0000 1.13
+++ .cvsignore 12 Sep 2008 12:09:07 -0000 1.14
@@ -1 +1 @@
-sdlmame0127u2.zip
+sdlmame0127u3.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/sdlmame.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sdlmame.spec 9 Sep 2008 12:19:09 -0000 1.15
+++ sdlmame.spec 12 Sep 2008 12:09:07 -0000 1.16
@@ -1,4 +1,4 @@
-%define beta 0127u2
+%define beta 0127u3
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0128
-Release: 0.2.%{?beta}%{?dist}
+Release: 0.3.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -198,7 +198,10 @@
%{_bindir}/ldplayer
%changelog
-* Sun Sep 7 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.2.0127u2
+* Fri Sep 12 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.3.0127u3
+- Updated to 0.127u3
+
+* Sun Sep 7 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.2.0127u2
- Updated to 0.127u2
* Sat Aug 30 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.1.0127u1
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-8/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 7 Sep 2008 21:50:35 -0000 1.13
+++ sources 12 Sep 2008 12:09:07 -0000 1.14
@@ -1 +1 @@
-4935a1dad0de0c91dec53740f45e6c8f sdlmame0127u2.zip
+75643f0477d9e8687bd47eecf102358f sdlmame0127u3.zip
16 years, 2 months
rpms/sdlmame/devel .cvsignore, 1.13, 1.14 sdlmame.spec, 1.16, 1.17 sources, 1.13, 1.14
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14979
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Fri Sep 12 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.3.0127u3
- Updated to 0.127u3
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 7 Sep 2008 21:50:04 -0000 1.13
+++ .cvsignore 12 Sep 2008 12:08:57 -0000 1.14
@@ -1 +1 @@
-sdlmame0127u2.zip
+sdlmame0127u3.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sdlmame.spec 9 Sep 2008 12:19:04 -0000 1.16
+++ sdlmame.spec 12 Sep 2008 12:08:57 -0000 1.17
@@ -1,4 +1,4 @@
-%define beta 0127u2
+%define beta 0127u3
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0128
-Release: 0.2.%{?beta}%{?dist}
+Release: 0.3.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -198,7 +198,10 @@
%{_bindir}/ldplayer
%changelog
-* Sun Sep 7 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.2.0127u2
+* Fri Sep 12 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.3.0127u3
+- Updated to 0.127u3
+
+* Sun Sep 7 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.2.0127u2
- Updated to 0.127u2
* Sat Aug 30 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.1.0127u1
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 7 Sep 2008 21:50:04 -0000 1.13
+++ sources 12 Sep 2008 12:08:57 -0000 1.14
@@ -1 +1 @@
-4935a1dad0de0c91dec53740f45e6c8f sdlmame0127u2.zip
+75643f0477d9e8687bd47eecf102358f sdlmame0127u3.zip
16 years, 2 months
rpms/sdlmame/F-9 .cvsignore, 1.13, 1.14 sdlmame.spec, 1.15, 1.16 sources, 1.13, 1.14
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14871
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Fri Sep 12 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.3.0127u3
- Updated to 0.127u3
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 7 Sep 2008 21:49:45 -0000 1.13
+++ .cvsignore 12 Sep 2008 12:08:44 -0000 1.14
@@ -1 +1 @@
-sdlmame0127u2.zip
+sdlmame0127u3.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sdlmame.spec 9 Sep 2008 12:16:34 -0000 1.15
+++ sdlmame.spec 12 Sep 2008 12:08:44 -0000 1.16
@@ -1,4 +1,4 @@
-%define beta 0127u2
+%define beta 0127u3
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0128
-Release: 0.2.%{?beta}%{?dist}
+Release: 0.3.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -198,7 +198,10 @@
%{_bindir}/ldplayer
%changelog
-* Sun Sep 7 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.2.0127u2
+* Fri Sep 12 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.3.0127u3
+- Updated to 0.127u3
+
+* Sun Sep 7 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.2.0127u2
- Updated to 0.127u2
* Sat Aug 30 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0128-0.1.0127u1
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 7 Sep 2008 21:49:45 -0000 1.13
+++ sources 12 Sep 2008 12:08:44 -0000 1.14
@@ -1 +1 @@
-4935a1dad0de0c91dec53740f45e6c8f sdlmame0127u2.zip
+75643f0477d9e8687bd47eecf102358f sdlmame0127u3.zip
16 years, 2 months
rpms/lxdream/F-9 lxdream.spec,1.5,1.6
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/lxdream/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4819/F-9
Modified Files:
lxdream.spec
Log Message:
move hardnamed to SOURCE2 (yeah, that's still me)
Index: lxdream.spec
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-9/lxdream.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lxdream.spec 12 Sep 2008 08:26:08 -0000 1.5
+++ lxdream.spec 12 Sep 2008 09:02:20 -0000 1.6
@@ -52,7 +52,7 @@
desktop-file-install --vendor "" \
--dir %{buildroot}%{_datadir}/applications \
- %{name}.desktop
+ %{SOURCE2}
%clean
16 years, 2 months
rpms/lxdream/F-8 lxdream.spec,1.5,1.6
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/lxdream/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4819/F-8
Modified Files:
lxdream.spec
Log Message:
move hardnamed to SOURCE2 (yeah, that's still me)
Index: lxdream.spec
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-8/lxdream.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lxdream.spec 12 Sep 2008 08:26:07 -0000 1.5
+++ lxdream.spec 12 Sep 2008 09:02:19 -0000 1.6
@@ -52,7 +52,7 @@
desktop-file-install --vendor "" \
--dir %{buildroot}%{_datadir}/applications \
- %{name}.desktop
+ %{SOURCE2}
%clean
16 years, 2 months
rpms/lxdream/EL-5 lxdream.spec,1.5,1.6
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/lxdream/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4819/EL-5
Modified Files:
lxdream.spec
Log Message:
move hardnamed to SOURCE2 (yeah, that's still me)
Index: lxdream.spec
===================================================================
RCS file: /cvs/free/rpms/lxdream/EL-5/lxdream.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lxdream.spec 12 Sep 2008 08:26:07 -0000 1.5
+++ lxdream.spec 12 Sep 2008 09:02:19 -0000 1.6
@@ -52,7 +52,7 @@
desktop-file-install --vendor "" \
--dir %{buildroot}%{_datadir}/applications \
- %{name}.desktop
+ %{SOURCE2}
%clean
16 years, 2 months