rpms/dvdstyler/F-15 dvdstyler-docs-xmlto.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 dvdstyler.spec, 1.12, 1.13 sources, 1.9, 1.10 dvdstyler-1.7.4-autoconf.patch, 1.1, NONE
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/dvdstyler/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6311
Modified Files:
.cvsignore dvdstyler.spec sources
Added Files:
dvdstyler-docs-xmlto.patch
Removed Files:
dvdstyler-1.7.4-autoconf.patch
Log Message:
* Tue Oct 25 2011 Stewart Adam <s.adam at diffingo.com> 1:2.0-1
- Update to 2.0
dvdstyler-docs-xmlto.patch:
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE dvdstyler-docs-xmlto.patch ---
--- docs/Makefile.am.orig
+++ docs/Makefile.am
@@ -6,7 +6,7 @@
help_%.zip: DVDStylerGuide_%.xml
t=`mktemp -d tempXXXXXXX`; \
- (cd "$$t" && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide_$*.xml && rm -f *.hh* && $(ZIP) ../help_$*.zip *.html); \
+ (cd "$$t" && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide_$*.xml && rm -f *.hh* *.proc && $(ZIP) ../help_$*.zip *.html); \
rm -f "$$t"/*.html; \
if [ -d "images/$*" ]; then \
$(ZIP) help_$*.zip htmlhelp.hhp toc.hhc images/$*/*.png images/$*/*.jpg; \
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-15/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 2 May 2011 07:20:36 -0000 1.8
+++ .cvsignore 25 Oct 2011 07:40:22 -0000 1.9
@@ -1 +1 @@
-DVDStyler-1.8.3.tar.bz2
+DVDStyler-2.0.tar.bz2
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-15/dvdstyler.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dvdstyler.spec 2 May 2011 07:20:36 -0000 1.12
+++ dvdstyler.spec 25 Oct 2011 07:40:23 -0000 1.13
@@ -1,6 +1,6 @@
Name: dvdstyler
Epoch: 1
-Version: 1.8.3
+Version: 2.0
Release: 1%{?dist}
Summary: Cross-platform DVD authoring application
@@ -10,6 +10,9 @@
Source0: http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}.tar.bz2
Patch0: dvdstyler-make-desktopfile-valid.patch
Patch1: dvdstyler-wxVillaLib-libjpeg.patch
+# Based on http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/dvdstyler/files/pa...
+# Fixes 'directory not empty' error because of xmlto outputting a new .proc file
+Patch2: dvdstyler-docs-xmlto.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# build
BuildRequires: automake, autoconf
@@ -17,7 +20,7 @@
BuildRequires: byacc
# libraries
BuildRequires: wxGTK-devel >= 2.6.3
-BuildRequires: wxsvg-devel >= 1.0-6
+BuildRequires: wxsvg-devel >= 1.0.10
BuildRequires: ffmpeg-devel
BuildRequires: libgnomeui-devel
# mpeg
@@ -40,7 +43,7 @@
Requires: mjpegtools
Requires: mkisofs
Requires: mpgtx
-Requires: wxsvg >= 1.0-6
+Requires: wxsvg >= 1.0.10
# note: do not add Require: totem-backend or another DVD player - see
# RPM Fusion bug 366 for more details
@@ -54,6 +57,7 @@
%setup -q -n DVDStyler-%{version}
%patch0 -b .validdesktop
%patch1 -b .libjpeg
+%patch2 -b .xmlto
%{__sed} -i 's|_T("xine \\"dvd:/$DIR\\"");|_T("totem \\"dvd://$DIR\\"");|' src/Config.h
%build
@@ -93,6 +97,12 @@
%{_mandir}/*/*.gz
%changelog
+* Tue Oct 25 2011 Stewart Adam <s.adam at diffingo.com> 1:2.0-1
+- Update to 2.0
+
+* Wed Sep 28 2011 Stewart Adam <s.adam at diffingo.com> 1:1.8.4.3-1
+- Update to 1.8.4.3
+
* Mon May 2 2011 Stewart Adam <s.adam at diffingo.com> - 1:1.8.3-1
- Update to 1.8.3
- Port changes from F-14 branch
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-15/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 2 May 2011 07:20:36 -0000 1.9
+++ sources 25 Oct 2011 07:40:24 -0000 1.10
@@ -1 +1 @@
-69a6d0a920e780bbcf65e94041e58429 DVDStyler-1.8.3.tar.bz2
+b87ebb6a0d0e530ccc9d8abc353f242d DVDStyler-2.0.tar.bz2
--- dvdstyler-1.7.4-autoconf.patch DELETED ---
13 years, 1 month
rpms/dvdstyler/F-14 dvdstyler.spec, 1.14, 1.15 dvdstyler-ffmpeg-use-enum.patch, 1.1, NONE
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/dvdstyler/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27933
Modified Files:
dvdstyler.spec
Removed Files:
dvdstyler-ffmpeg-use-enum.patch
Log Message:
* Tue Oct 25 2011 Stewart Adam <s.adam at diffingo.com> - 1:1.8.3-3
- Rebuilt to fix symbol error with latest wxsvg 1.1.2 update
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-14/dvdstyler.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dvdstyler.spec 16 Aug 2011 18:48:02 -0000 1.14
+++ dvdstyler.spec 25 Oct 2011 06:06:29 -0000 1.15
@@ -1,7 +1,7 @@
Name: dvdstyler
Epoch: 1
Version: 1.8.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
@@ -10,7 +10,6 @@
Source0: http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}.tar.bz2
Patch0: dvdstyler-make-desktopfile-valid.patch
Patch1: dvdstyler-wxVillaLib-libjpeg.patch
-Patch2: dvdstyler-ffmpeg-use-enum.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# build
BuildRequires: automake, autoconf
@@ -55,7 +54,6 @@
%setup -q -n DVDStyler-%{version}
%patch0 -b .validdesktop
%patch1 -b .libjpeg
-%patch2 -p1 -b .ffmpeg
%{__sed} -i 's|_T("xine \\"dvd:/$DIR\\"");|_T("totem \\"dvd://$DIR\\"");|' src/Config.h
%build
@@ -95,6 +93,9 @@
%{_mandir}/*/*.gz
%changelog
+* Tue Oct 25 2011 Stewart Adam <s.adam at diffingo.com> - 1:1.8.3-3
+- Rebuilt to fix symbol error with latest wxsvg 1.1.2 update
+
* Sun Aug 14 2011 Dominik Mierzejewski <rpm at greysector.net> - 1:1.8.3-2
- Fix build with current FFmpeg
--- dvdstyler-ffmpeg-use-enum.patch DELETED ---
13 years, 1 month
rpms/mp3gain/devel mp3gain-cflags-1.5.2.patch, NONE, 1.1 mp3gain-tempfile-1.5.2.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 mp3gain.spec, 1.2, 1.3 sources, 1.2, 1.3 mp3gain-cflags.patch, 1.1, NONE mp3gain-exit.patch, 1.1, NONE mp3gain-tempfile-default.patch, 1.1, NONE
by Karel Volný
Author: kvolny
Update of /cvs/free/rpms/mp3gain/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3994
Modified Files:
.cvsignore mp3gain.spec sources
Added Files:
mp3gain-cflags-1.5.2.patch mp3gain-tempfile-1.5.2.patch
Removed Files:
mp3gain-cflags.patch mp3gain-exit.patch
mp3gain-tempfile-default.patch
Log Message:
* Tue Oct 04 2011 Karel Volný <kvolny(a)redhat.com> - 1.5.2-1
- Version bump.
- Updated the tempfile and cflags patches.
- Removed the exit patch (applied upstream).
mp3gain-cflags-1.5.2.patch:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE mp3gain-cflags-1.5.2.patch ---
--- Makefile~ 2010-08-04 22:55:39.000000000 +0200
+++ Makefile 2011-10-04 17:05:06.364205963 +0200
@@ -6,7 +6,7 @@
CC?= gcc
-CFLAGS+= -Wall -DHAVE_MEMCPY
+CFLAGS+= ${RPM_OPT_FLAGS} -DHAVE_MEMCPY
# all known MS Windows OS define the ComSpec environment variable
ifdef ComSpec
mp3gain-tempfile-1.5.2.patch:
mp3gain.c | 42 ++++++++++++++++++++++++++++--------------
1 file changed, 28 insertions(+), 14 deletions(-)
--- NEW FILE mp3gain-tempfile-1.5.2.patch ---
--- mp3gain.c~ 2010-05-19 05:48:34.000000000 +0200
+++ mp3gain.c 2011-10-04 16:57:33.654259207 +0200
@@ -43,7 +43,11 @@
* out there will have come up with superior versions already...
*
* So have fun dissecting.
- */
+ */
+
+/* stf: make -t the default
+ * -T restores old behaviour
+ */
#include <stdio.h>
#include <stdlib.h>
@@ -128,8 +132,8 @@
unsigned char buffer[BUFFERSIZE];
int writeself = 0;
-int QuietMode = 0;
-int UsingTemp = 0;
+int QuietMode = 0;
+int UsingTemp = 1;
int NowWriting = 0;
double lastfreq = -1.0;
@@ -760,7 +764,8 @@
fclose(inf);
inf = NULL;
passError(MP3GAIN_UNSPECIFED_ERROR, 3,
- "\nCan't open ", outfilename, " for temp writing\n");
+ "\nCan't open ", outfilename, " for temp writing\n");
+ NowWriting = 0;
return M3G_ERR_CANT_MAKE_TMP;
}
@@ -774,7 +779,8 @@
if (UsingTemp && (outf != NULL))
fclose(outf);
passError( MP3GAIN_UNSPECIFED_ERROR, 3,
- "\nCan't open ", filename, " for modifying\n");
+ "\nCan't open ", filename, " for modifying\n");
+ NowWriting = 0;
return M3G_ERR_CANT_MODIFY_FILE;
}
else {
@@ -975,7 +981,8 @@
passError(MP3GAIN_CANCELLED,3,"Cancelled processing.\n", filename, " is probably corrupted now.");
}
if (saveTime)
- fileTime(filename, setStoredTime);
+ fileTime(filename, setStoredTime);
+ NowWriting = 0;
return;
}
#endif
@@ -1044,8 +1051,9 @@
if (outlength != inlength) {
deleteFile(outfilename);
passError( MP3GAIN_UNSPECIFED_ERROR, 3,
- "Not enough temp space on disk to modify ", filename,
- "\nEither free some space, or do not use \"temp file\" option\n");
+ "Not enough temp space on disk to modify ", filename,
+ "\nEither free some space, or switch off \"temp file\" option with -T\n");
+ NowWriting = 0;
return M3G_ERR_NOT_ENOUGH_TMP_SPACE;
}
else {
@@ -1053,7 +1061,8 @@
if (deleteFile(filename)) {
deleteFile(outfilename); //try to delete tmp file
passError( MP3GAIN_UNSPECIFED_ERROR, 3,
- "Can't open ", filename, " for modifying\n");
+ "Can't open ", filename, " for modifying\n");
+ NowWriting = 0;
return M3G_ERR_CANT_MODIFY_FILE;
}
if (moveFile(outfilename, filename)) {
@@ -1061,7 +1070,8 @@
"Problem re-naming ", outfilename, " to ", filename,
"\nThe mp3 was correctly modified, but you will need to re-name ",
outfilename, " to ", filename,
- " yourself.\n");
+ " yourself.\n");
+ NowWriting = 0;
return M3G_ERR_RENAME_TMP;
};
if (saveTime)
@@ -1327,11 +1337,12 @@
fprintf(stderr,"\t%cd <n> - modify suggested dB gain by floating-point n\n",SWITCH_CHAR);
fprintf(stderr,"\t%cc - ignore clipping warning when applying gain\n",SWITCH_CHAR);
fprintf(stderr,"\t%co - output is a database-friendly tab-delimited list\n",SWITCH_CHAR);
- fprintf(stderr,"\t%ct - writes modified data to temp file, then deletes original\n",SWITCH_CHAR);
- fprintf(stderr,"\t instead of modifying bytes in original file\n");
+ fprintf(stderr,"\t%ct - mp3gain writes modified mp3 to temp file, then deletes original \n",SWITCH_CHAR);
+ fprintf(stderr,"\t instead of modifying bytes in original file (default)\n");
#ifdef AACGAIN
fprintf(stderr,"\t A temp file is always used for AAC files.\n");
#endif
+ fprintf(stderr,"\t%cT - mp3gain directly modifies mp3 file (opposite of %ct)\n",SWITCH_CHAR,SWITCH_CHAR);
fprintf(stderr,"\t%cq - Quiet mode: no status messages\n",SWITCH_CHAR);
fprintf(stderr,"\t%cp - Preserve original file timestamp\n",SWITCH_CHAR);
fprintf(stderr,"\t%cx - Only find max. amplitude of file\n",SWITCH_CHAR);
@@ -1674,9 +1685,12 @@
break;
- case 't':
- case 'T':
+ case 't':
UsingTemp = !0;
+ break;
+
+ case 'T':
+ UsingTemp = 0;
break;
case 'u':
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mp3gain/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Aug 2008 19:09:54 -0000 1.2
+++ .cvsignore 24 Oct 2011 10:19:58 -0000 1.3
@@ -1,2 +1,2 @@
-mp3gain-1_4_6-src.zip
+mp3gain-1_5_2_r2-src.zip
mp3gain.1.gz
Index: mp3gain.spec
===================================================================
RCS file: /cvs/free/rpms/mp3gain/devel/mp3gain.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mp3gain.spec 29 Mar 2009 13:47:59 -0000 1.2
+++ mp3gain.spec 24 Oct 2011 10:19:58 -0000 1.3
@@ -1,19 +1,18 @@
-%define tarball_version 1_4_6
+%define tarball_version 1_5_2_r2
Name: mp3gain
-Version: 1.4.6
-Release: 6%{?dist}
+Version: 1.5.2
+Release: 1%{?dist}
Summary: Lossless MP3 volume adjustment tool
Group: Applications/Multimedia
License: LGPL
URL: http://mp3gain.sourceforge.net
-Source0: http://osdn.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{tarball_vers...
+Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-...
Source1: %{name}.1.gz
Source2: README.method
-Patch0: %{name}-tempfile-default.patch
-Patch1: %{name}-exit.patch
-Patch2: %{name}-cflags.patch
+Patch0: %{name}-tempfile-1.5.2.patch
+Patch2: %{name}-cflags-1.5.2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,9 +28,8 @@
%prep
%setup -q -c %{name}-%{tarball_version}
-%patch0 -p1 -b .tempfile
-%patch1 -p1 -b .exit
-%patch2 -p1 -b .cflags
+%patch0 -p0 -b .tempfile
+%patch2 -p0 -b .cflags
install -p -m 644 %{SOURCE2} .
%{__sed} -i 's/\r//' lgpl.txt
@@ -58,6 +56,11 @@
%changelog
+* Tue Oct 04 2011 Karel Volný <kvolny(a)redhat.com> - 1.5.2-1
+- Version bump.
+- Updated the tempfile and cflags patches.
+- Removed the exit patch (applied upstream).
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.6-6
- rebuild for new F11 features
@@ -75,4 +78,3 @@
* Mon Nov 20 2006 Brian Pepple <bpepple(a)fedoraproject.org> - 1.4.6-1
- Initial Livna spec.
-
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mp3gain/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Aug 2008 19:09:54 -0000 1.2
+++ sources 24 Oct 2011 10:19:58 -0000 1.3
@@ -1,2 +1,2 @@
-4327167375dce5bce97625729a95fdb9 mp3gain-1_4_6-src.zip
+b8e429f3225cc298c5d13d31afd050b6 mp3gain-1_5_2_r2-src.zip
be6cfa62f64a2f4c2818de9b93411525 mp3gain.1.gz
--- mp3gain-cflags.patch DELETED ---
--- mp3gain-exit.patch DELETED ---
--- mp3gain-tempfile-default.patch DELETED ---
13 years, 1 month
rpms/ffmpeg/F-15 .cvsignore, 1.25, 1.26 ffmpeg.spec, 1.48, 1.49 sources, 1.25, 1.26
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/ffmpeg/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14470
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
- update to 0.7.6
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore 23 Sep 2011 20:40:54 -0000 1.25
+++ .cvsignore 23 Oct 2011 19:17:26 -0000 1.26
@@ -1 +1 @@
-ffmpeg-0.7.5.tar.bz2
+ffmpeg-0.7.6.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/ffmpeg.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ffmpeg.spec 23 Sep 2011 20:40:54 -0000 1.48
+++ ffmpeg.spec 23 Oct 2011 19:17:26 -0000 1.49
@@ -6,7 +6,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.7.5
+Version: 0.7.6
Release: 1%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -250,6 +250,9 @@
%changelog
+* Sun Oct 23 2011 Dominik Mierzejewski <rpm at greysector.net> - 0.7.6-1
+- update to 0.7.6
+
* Fri Sep 23 2011 Dominik Mierzejewski <rpm at greysector.net> - 0.7.5-1
- update to 0.7.5
- build PIC objects on PPC (bug #1457)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources 23 Sep 2011 20:40:54 -0000 1.25
+++ sources 23 Oct 2011 19:17:26 -0000 1.26
@@ -1 +1 @@
-4e85037d1a94ff8cbcf5a0a133181a48 ffmpeg-0.7.5.tar.bz2
+a9de4e2f077c4cd0434f426845478f14 ffmpeg-0.7.6.tar.bz2
13 years, 1 month
rpms/ffmpeg/devel .cvsignore, 1.27, 1.28 ffmpeg.spec, 1.49, 1.50 sources, 1.27, 1.28
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/ffmpeg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9985
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
- update to 0.8.5
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore 23 Sep 2011 16:45:21 -0000 1.27
+++ .cvsignore 23 Oct 2011 18:41:49 -0000 1.28
@@ -1 +1 @@
-ffmpeg-0.8.4.tar.bz2
+ffmpeg-0.8.5.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ffmpeg.spec 23 Sep 2011 20:10:04 -0000 1.49
+++ ffmpeg.spec 23 Oct 2011 18:41:51 -0000 1.50
@@ -6,7 +6,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.8.4
+Version: 0.8.5
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -245,6 +245,9 @@
%changelog
+* Sun Oct 23 2011 Dominik Mierzejewski <rpm at greysector.net> - 0.8.5-1
+- update to 0.8.5
+
* Fri Sep 23 2011 Dominik Mierzejewski <rpm at greysector.net> - 0.8.4-1
- update to 0.8.4
- fix FFmpeg name spelling
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources 23 Sep 2011 16:45:21 -0000 1.27
+++ sources 23 Oct 2011 18:41:51 -0000 1.28
@@ -1 +1 @@
-0f53495b6642ef10f0eb22f9564ba2cb ffmpeg-0.8.4.tar.bz2
+726877b19ece7ea64def8b7e6727e182 ffmpeg-0.8.5.tar.bz2
13 years, 1 month
rpms/mame/F-14 .cvsignore, 1.38, 1.39 mame.spec, 1.46, 1.47 sources, 1.38, 1.39
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32456
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun Oct 23 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u8-1
- Updated to 0.143u8
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore 11 Oct 2011 17:47:12 -0000 1.38
+++ .cvsignore 23 Oct 2011 17:14:31 -0000 1.39
@@ -6,3 +6,4 @@
0143u5_diff.zip
0143u6_diff.zip
0143u7_diff.zip
+0143u8_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/mame.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- mame.spec 11 Oct 2011 17:47:12 -0000 1.46
+++ mame.spec 23 Oct 2011 17:14:31 -0000 1.47
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 143
-%global sourceupdate 7
+%global sourceupdate 8
Name: mame
%if 0%{?sourceupdate}
@@ -30,6 +30,7 @@
Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
Source7: http://mamedev.org/updates/0%{baseversion}u7_diff.zip
+Source8: http://mamedev.org/updates/0%{baseversion}u8_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -252,6 +253,9 @@
%changelog
+* Sun Oct 23 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u8-1
+- Updated to 0.143u8
+
* Tue Oct 11 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u7-1
- Updated to 0.143u7
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/sources,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sources 11 Oct 2011 17:47:12 -0000 1.38
+++ sources 23 Oct 2011 17:14:31 -0000 1.39
@@ -6,3 +6,4 @@
4eb2e582bb09e9805918ed77d8eef8f0 0143u5_diff.zip
1fdf97a872872c5256f0da93e5177c81 0143u6_diff.zip
03988e184e3f62f4a17dff7af697a65d 0143u7_diff.zip
+64195e667932b12f65f0abf0f43bfb18 0143u8_diff.zip
13 years, 1 month
rpms/mame/F-15 .cvsignore, 1.38, 1.39 mame.spec, 1.46, 1.47 sources, 1.38, 1.39
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32212
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun Oct 23 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u8-1
- Updated to 0.143u8
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore 11 Oct 2011 17:47:01 -0000 1.38
+++ .cvsignore 23 Oct 2011 17:14:19 -0000 1.39
@@ -6,3 +6,4 @@
0143u5_diff.zip
0143u6_diff.zip
0143u7_diff.zip
+0143u8_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/mame.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- mame.spec 11 Oct 2011 17:47:01 -0000 1.46
+++ mame.spec 23 Oct 2011 17:14:19 -0000 1.47
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 143
-%global sourceupdate 7
+%global sourceupdate 8
Name: mame
%if 0%{?sourceupdate}
@@ -30,6 +30,7 @@
Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
Source7: http://mamedev.org/updates/0%{baseversion}u7_diff.zip
+Source8: http://mamedev.org/updates/0%{baseversion}u8_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -252,6 +253,9 @@
%changelog
+* Sun Oct 23 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u8-1
+- Updated to 0.143u8
+
* Tue Oct 11 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u7-1
- Updated to 0.143u7
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/sources,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sources 11 Oct 2011 17:47:01 -0000 1.38
+++ sources 23 Oct 2011 17:14:19 -0000 1.39
@@ -6,3 +6,4 @@
4eb2e582bb09e9805918ed77d8eef8f0 0143u5_diff.zip
1fdf97a872872c5256f0da93e5177c81 0143u6_diff.zip
03988e184e3f62f4a17dff7af697a65d 0143u7_diff.zip
+64195e667932b12f65f0abf0f43bfb18 0143u8_diff.zip
13 years, 1 month
rpms/mame/devel .cvsignore, 1.38, 1.39 mame.spec, 1.46, 1.47 sources, 1.38, 1.39
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32092
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun Oct 23 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u8-1
- Updated to 0.143u8
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore 11 Oct 2011 17:46:48 -0000 1.38
+++ .cvsignore 23 Oct 2011 17:14:05 -0000 1.39
@@ -6,3 +6,4 @@
0143u5_diff.zip
0143u6_diff.zip
0143u7_diff.zip
+0143u8_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- mame.spec 11 Oct 2011 17:46:48 -0000 1.46
+++ mame.spec 23 Oct 2011 17:14:05 -0000 1.47
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 143
-%global sourceupdate 7
+%global sourceupdate 8
Name: mame
%if 0%{?sourceupdate}
@@ -30,6 +30,7 @@
Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
Source7: http://mamedev.org/updates/0%{baseversion}u7_diff.zip
+Source8: http://mamedev.org/updates/0%{baseversion}u8_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -252,6 +253,9 @@
%changelog
+* Sun Oct 23 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u8-1
+- Updated to 0.143u8
+
* Tue Oct 11 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u7-1
- Updated to 0.143u7
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sources 11 Oct 2011 17:46:48 -0000 1.38
+++ sources 23 Oct 2011 17:14:06 -0000 1.39
@@ -6,3 +6,4 @@
4eb2e582bb09e9805918ed77d8eef8f0 0143u5_diff.zip
1fdf97a872872c5256f0da93e5177c81 0143u6_diff.zip
03988e184e3f62f4a17dff7af697a65d 0143u7_diff.zip
+64195e667932b12f65f0abf0f43bfb18 0143u8_diff.zip
13 years, 1 month
rpms/mythtv-themes/devel dead.package, NONE, 1.1 mythtv-themes.spec, 1.30, NONE myththemes-0.24-fixes.patch, 1.2, NONE sources, 1.24, NONE .cvsignore, 1.7, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8216
Added Files:
dead.package
Removed Files:
mythtv-themes.spec myththemes-0.24-fixes.patch sources
.cvsignore
Log Message:
Orphan mythtv-themes http://bugzilla.rpmfusion.org/1956
--- NEW FILE dead.package ---
There is no more full set of theme for each mythtv version
http://bugzilla.rpmfusion.org/show_bug.cgi?id=1956
So the package is orphaned
--- mythtv-themes.spec DELETED ---
--- myththemes-0.24-fixes.patch DELETED ---
--- sources DELETED ---
--- .cvsignore DELETED ---
13 years, 1 month