rpms/mame/F-20 .cvsignore, 1.80, 1.81 mame.spec, 1.94, 1.95 sources, 1.80, 1.81
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22063
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Thu Jul 24 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.154-1
- Updated to 0.154
- Changed to build mess before mame
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-20/.cvsignore,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- .cvsignore 14 Apr 2014 01:57:00 -0000 1.80
+++ .cvsignore 26 Jul 2014 06:39:05 -0000 1.81
@@ -1 +1 @@
-mame0153s.exe
+mame0154s.exe
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-20/mame.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- mame.spec 14 Apr 2014 01:57:00 -0000 1.94
+++ mame.spec 26 Jul 2014 06:39:05 -0000 1.95
@@ -5,7 +5,7 @@
%bcond_with debug
%bcond_with simd
-%global baseversion 153
+%global baseversion 154
#global sourceupdate 1
#global svn 21418
@@ -39,14 +39,6 @@
%if 0%{?sourceupdate}
#Source updates
#Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
-#Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
-#Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
-#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
-#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
-#Source9: http://mamedev.org/updates/0%{baseversion}u9_diff.zip
%endif
%endif
Patch0: %{name}-fortify.patch
@@ -169,7 +161,7 @@
%patch2 -p1 -b .verbosebuild
# Fix encoding
-for whatsnew in whatsnew.txt messnew.txt; do
+for whatsnew in messnew.txt; do
iconv -f iso8859-1 -t utf-8 $whatsnew > $whatsnew.conv
mv -f $whatsnew.conv $whatsnew
done
@@ -232,16 +224,16 @@
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'"
%endif
%if %{with debug}
-make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 \
+make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TARGET=mess \
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'" all
find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
-make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TARGET=mess \
+make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 \
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/mess;\"'" all
%else
-make %{?_smp_mflags} $MAME_FLAGS \
+make %{?_smp_mflags} $MAME_FLAGS TARGET=mess \
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'" all
find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
-make %{?_smp_mflags} $MAME_FLAGS TARGET=mess\
+make %{?_smp_mflags} $MAME_FLAGS\
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/mess;\"'" all
%endif
@@ -395,6 +387,10 @@
%changelog
+* Thu Jul 24 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.154-1
+- Updated to 0.154
+- Changed to build mess before mame
+
* Mon Apr 14 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.153-1
- Updated to 0.153
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-20/sources,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- sources 14 Apr 2014 01:57:00 -0000 1.80
+++ sources 26 Jul 2014 06:39:05 -0000 1.81
@@ -1 +1 @@
-9abc8e2fa8ebddcd4d00ad35f4829a99 mame0153s.exe
+6b9f1a5dad93885b9ba2cdc9de21db9f mame0154s.exe
10 years, 4 months
rpms/mame/devel .cvsignore, 1.80, 1.81 mame.spec, 1.94, 1.95 sources, 1.80, 1.81
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22027
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Thu Jul 24 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.154-1
- Updated to 0.154
- Changed to build mess before mame
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- .cvsignore 14 Apr 2014 01:56:57 -0000 1.80
+++ .cvsignore 26 Jul 2014 06:39:03 -0000 1.81
@@ -1 +1 @@
-mame0153s.exe
+mame0154s.exe
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- mame.spec 14 Apr 2014 01:56:58 -0000 1.94
+++ mame.spec 26 Jul 2014 06:39:03 -0000 1.95
@@ -5,7 +5,7 @@
%bcond_with debug
%bcond_with simd
-%global baseversion 153
+%global baseversion 154
#global sourceupdate 1
#global svn 21418
@@ -39,14 +39,6 @@
%if 0%{?sourceupdate}
#Source updates
#Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
-#Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
-#Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
-#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
-#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
-#Source9: http://mamedev.org/updates/0%{baseversion}u9_diff.zip
%endif
%endif
Patch0: %{name}-fortify.patch
@@ -169,7 +161,7 @@
%patch2 -p1 -b .verbosebuild
# Fix encoding
-for whatsnew in whatsnew.txt messnew.txt; do
+for whatsnew in messnew.txt; do
iconv -f iso8859-1 -t utf-8 $whatsnew > $whatsnew.conv
mv -f $whatsnew.conv $whatsnew
done
@@ -232,16 +224,16 @@
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'"
%endif
%if %{with debug}
-make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 \
+make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TARGET=mess \
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'" all
find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
-make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TARGET=mess \
+make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 \
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/mess;\"'" all
%else
-make %{?_smp_mflags} $MAME_FLAGS \
+make %{?_smp_mflags} $MAME_FLAGS TARGET=mess \
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'" all
find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
-make %{?_smp_mflags} $MAME_FLAGS TARGET=mess\
+make %{?_smp_mflags} $MAME_FLAGS\
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/mess;\"'" all
%endif
@@ -395,6 +387,10 @@
%changelog
+* Thu Jul 24 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.154-1
+- Updated to 0.154
+- Changed to build mess before mame
+
* Mon Apr 14 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.153-1
- Updated to 0.153
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- sources 14 Apr 2014 01:56:58 -0000 1.80
+++ sources 26 Jul 2014 06:39:03 -0000 1.81
@@ -1 +1 @@
-9abc8e2fa8ebddcd4d00ad35f4829a99 mame0153s.exe
+6b9f1a5dad93885b9ba2cdc9de21db9f mame0154s.exe
10 years, 4 months
rpms/transcode/devel transcode-freetype.patch,NONE,1.1
by Orion Poplawski
Author: orion
Update of /cvs/free/rpms/transcode/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19793
Added Files:
transcode-freetype.patch
Log Message:
Add transcode-freetype.patch
transcode-freetype.patch:
load_font.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- NEW FILE transcode-freetype.patch ---
diff -up transcode-1.1.7/filter/subtitler/load_font.c.freetype transcode-1.1.7/filter/subtitler/load_font.c
--- transcode-1.1.7/filter/subtitler/load_font.c.freetype 2011-11-19 09:50:27.000000000 -0700
+++ transcode-1.1.7/filter/subtitler/load_font.c 2014-07-25 12:04:26.291655493 -0600
@@ -47,8 +47,7 @@ Artur Zaprzala <zybi(a)fanthom.irc.pl>
// FreeType specific includes
#include <ft2build.h>
#include FT_FREETYPE_H
-
-#include <freetype/ftglyph.h>
+#include FT_GLYPH_H
/**
* @file bswap.h
10 years, 4 months
rpms/transcode/devel transcode.spec,1.43,1.44
by Orion Poplawski
Author: orion
Update of /cvs/free/rpms/transcode/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19661
Modified Files:
transcode.spec
Log Message:
* Fri Jul 25 2014 Orion Poplawski <orion(a)cora.nwra.com> - 1.1.7-12
- Add patch to fix build with freetype 2.5
Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/transcode.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- transcode.spec 24 Jul 2014 21:14:00 -0000 1.43
+++ transcode.spec 25 Jul 2014 18:05:25 -0000 1.44
@@ -7,7 +7,7 @@
Name: transcode
Version: 1.1.7
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Video stream processing tool
Group: Applications/Multimedia
@@ -15,6 +15,7 @@
URL: https://bitbucket.org/france/transcode-tcforge/overview
Source0: https://bitbucket.org/france/transcode-tcforge/downloads/transcode-%{vers...
Patch0: %{name}-pvmbin.patch
+Patch1: transcode-freetype.patch
Patch3: transcode-1.0.4.external_dv.patch
Patch4: transcode-1.1.6.header.patch
Patch5: transcode-1.1.7-ffmpeg-compat.patch
@@ -71,6 +72,7 @@
%prep
%setup -q
%patch0 -p1 -b .pvmbin
+%patch1 -p1 -b .freetype
%patch3 -p1 -b .external_dv
%patch4 -p1 -b .header
%patch5 -p1 -b .oldabi
@@ -152,6 +154,9 @@
%changelog
+* Fri Jul 25 2014 Orion Poplawski <orion(a)cora.nwra.com> - 1.1.7-12
+- Add patch to fix build with freetype 2.5
+
* Thu Jul 24 2014 Orion Poplawski <orion(a)cora.nwra.com> - 1.1.7-11
- Rebuild for new ImageMagick
10 years, 4 months
rpms/VirtualBox-kmod/devel VirtualBox-kmod.spec,1.33,1.34
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17927
Modified Files:
VirtualBox-kmod.spec
Log Message:
* Fri Jul 25 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.14-1
- New upstream release and just build akmods for rawhide/F21.
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/devel/VirtualBox-kmod.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- VirtualBox-kmod.spec 18 May 2014 15:47:07 -0000 1.33
+++ VirtualBox-kmod.spec 25 Jul 2014 15:42:57 -0000 1.34
@@ -19,7 +19,7 @@
%bcond_with hardening
Name: VirtualBox-kmod
-Version: 4.3.12
+Version: 4.3.14
Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: Kernel module for VirtualBox
@@ -98,6 +98,9 @@
%changelog
+* Fri Jul 25 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.14-1
+- New upstream release and just build akmods for rawhide/F21.
+
* Sun May 18 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.12-1
- New upstream release and just build akmods for rawhide.
10 years, 4 months
rpms/transcode/devel transcode.spec,1.42,1.43
by Orion Poplawski
Author: orion
Update of /cvs/free/rpms/transcode/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6267
Modified Files:
transcode.spec
Log Message:
* Thu Jul 24 2014 Orion Poplawski <orion(a)cora.nwra.com> - 1.1.7-11
- Rebuild for new ImageMagick
Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/transcode.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- transcode.spec 10 Nov 2013 23:23:48 -0000 1.42
+++ transcode.spec 24 Jul 2014 21:14:00 -0000 1.43
@@ -7,7 +7,7 @@
Name: transcode
Version: 1.1.7
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Video stream processing tool
Group: Applications/Multimedia
@@ -152,6 +152,9 @@
%changelog
+* Thu Jul 24 2014 Orion Poplawski <orion(a)cora.nwra.com> - 1.1.7-11
+- Rebuild for new ImageMagick
+
* Sun Nov 10 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.7-10
- Rebuilt for mjpegtools update to 2.1.0
10 years, 4 months
rpms/openmw/F-19 .cvsignore, 1.6, 1.7 openmw.spec, 1.5, 1.6 sources, 1.6, 1.7
by Alexandre Moine
Author: nobrakal
Update of /cvs/free/rpms/openmw/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24311/F-19
Modified Files:
.cvsignore openmw.spec sources
Log Message:
Update to 0.31
Index: openmw.spec
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/openmw.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openmw.spec 29 May 2014 09:27:39 -0000 1.5
+++ openmw.spec 22 Jul 2014 17:53:46 -0000 1.6
@@ -1,12 +1,12 @@
Name: openmw
-Version: 0.30.0
+Version: 0.31.0
Release: 1%{?dist}
Summary: Unofficial open source engine re-implementation of the game Morrowind
License: GPLv3 and MIT and zlib
-URL: https://openmw.org/
-# Github renames openmw-0.30.0.tar.gz into openmw-openmw-0.30.0.tar.gz. So I have to specify "by hand" the name's file. If you want the sources, follow https://github.com/OpenMW/openmw/archive/openmw-0.30.0.tar.gz
-Source0: %{name}-%{name}-%{version}.tar.gz
+URL: https://openmw.org
+# If you use a classic internet browser, Github renames the archive (openmw-0.31.0.tar.gz) into openmw-openmw-0.31.0.tar.gz. So, If you want the sources, use for example wget.
+Source0: https://github.com/OpenMW/openmw/archive/%{name}-%{version}.tar.gz
# Fix data path from /usr/share/games/openmw to /usr/share/openmw/data
Patch0: openmw-datapath.patch
@@ -82,7 +82,7 @@
mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%files
-%doc GPL3.txt readme.txt _tmpdoc/*
+%doc docs/license/GPL3.txt readme.txt _tmpdoc/*
%{_bindir}/esmtool
%{_bindir}/mwiniimport
%{_bindir}/omwlauncher
@@ -97,6 +97,10 @@
%changelog
+* Sun Jul 20 2014 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.31.0-1
+- Update to 0.31.0
+- Finally fix the issue with the link.
+
* Thu May 29 2014 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.30.0-1
- Update to 0.30.0
- Again issue with the source link. Github renames openmw-0.30.0.tar.gz into openmw-openmw-0.30.0.tar.gz, and I can't pick a direct link. So the Source0 is just the file's name, and I added a comment to specify the good URL.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openmw/F-19/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 29 May 2014 09:27:39 -0000 1.6
+++ sources 22 Jul 2014 17:53:46 -0000 1.7
@@ -1 +1 @@
-e58c202827cfac045031cb82ae5f118d openmw-openmw-0.30.0.tar.gz
+0a5c0df54b5eafc37743dd33429fd5f0 openmw-0.31.0.tar.gz
10 years, 4 months
rpms/openmw/F-20 .cvsignore, 1.7, 1.8 openmw.spec, 1.7, 1.8 sources, 1.7, 1.8
by Alexandre Moine
Author: nobrakal
Update of /cvs/free/rpms/openmw/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23698/F-20
Modified Files:
.cvsignore openmw.spec sources
Log Message:
Update to 0.31
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openmw/F-20/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 29 May 2014 09:28:23 -0000 1.7
+++ .cvsignore 22 Jul 2014 17:11:51 -0000 1.8
@@ -1 +1 @@
-openmw-openmw-0.30.0.tar.gz
+openmw-0.31.0.tar.gz
Index: openmw.spec
===================================================================
RCS file: /cvs/free/rpms/openmw/F-20/openmw.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openmw.spec 29 May 2014 09:28:23 -0000 1.7
+++ openmw.spec 22 Jul 2014 17:11:51 -0000 1.8
@@ -1,12 +1,12 @@
Name: openmw
-Version: 0.30.0
+Version: 0.31.0
Release: 1%{?dist}
Summary: Unofficial open source engine re-implementation of the game Morrowind
License: GPLv3 and MIT and zlib
-URL: https://openmw.org/
-# Github renames openmw-0.30.0.tar.gz into openmw-openmw-0.30.0.tar.gz. So I have to specify "by hand" the name's file. If you want the sources, follow https://github.com/OpenMW/openmw/archive/openmw-0.30.0.tar.gz
-Source0: %{name}-%{name}-%{version}.tar.gz
+URL: https://openmw.org
+# If you use a classic internet browser, Github renames the archive (openmw-0.31.0.tar.gz) into openmw-openmw-0.31.0.tar.gz. So, If you want the sources, use for example wget.
+Source0: https://github.com/OpenMW/openmw/archive/%{name}-%{version}.tar.gz
# Fix data path from /usr/share/games/openmw to /usr/share/openmw/data
Patch0: openmw-datapath.patch
@@ -82,7 +82,7 @@
mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%files
-%doc GPL3.txt readme.txt _tmpdoc/*
+%doc docs/license/GPL3.txt readme.txt _tmpdoc/*
%{_bindir}/esmtool
%{_bindir}/mwiniimport
%{_bindir}/omwlauncher
@@ -97,6 +97,10 @@
%changelog
+* Sun Jul 20 2014 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.31.0-1
+- Update to 0.31.0
+- Finally fix the issue with the link.
+
* Thu May 29 2014 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.30.0-1
- Update to 0.30.0
- Again issue with the source link. Github renames openmw-0.30.0.tar.gz into openmw-openmw-0.30.0.tar.gz, and I can't pick a direct link. So the Source0 is just the file's name, and I added a comment to specify the good URL.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openmw/F-20/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 29 May 2014 09:28:23 -0000 1.7
+++ sources 22 Jul 2014 17:11:51 -0000 1.8
@@ -1 +1 @@
-e58c202827cfac045031cb82ae5f118d openmw-openmw-0.30.0.tar.gz
+0a5c0df54b5eafc37743dd33429fd5f0 openmw-0.31.0.tar.gz
10 years, 4 months
rpms/openmw/devel .cvsignore, 1.5, 1.6 openmw.spec, 1.5, 1.6 sources, 1.5, 1.6
by Alexandre Moine
Author: nobrakal
Update of /cvs/free/rpms/openmw/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23403/devel
Modified Files:
.cvsignore openmw.spec sources
Log Message:
Update to 0.31
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 29 May 2014 09:30:49 -0000 1.5
+++ .cvsignore 22 Jul 2014 17:00:40 -0000 1.6
@@ -1 +1 @@
-openmw-openmw-0.30.0.tar.gz
+openmw-0.31.0.tar.gz
Index: openmw.spec
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/openmw.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openmw.spec 29 May 2014 09:30:49 -0000 1.5
+++ openmw.spec 22 Jul 2014 17:00:40 -0000 1.6
@@ -1,12 +1,12 @@
Name: openmw
-Version: 0.30.0
+Version: 0.31.0
Release: 1%{?dist}
Summary: Unofficial open source engine re-implementation of the game Morrowind
License: GPLv3 and MIT and zlib
-URL: https://openmw.org/
-# Github renames openmw-0.30.0.tar.gz into openmw-openmw-0.30.0.tar.gz. So I have to specify "by hand" the name's file. If you want the sources, follow https://github.com/OpenMW/openmw/archive/openmw-0.30.0.tar.gz
-Source0: %{name}-%{name}-%{version}.tar.gz
+URL: https://openmw.org
+# If you use a classic internet browser, Github renames the archive (openmw-0.31.0.tar.gz) into openmw-openmw-0.31.0.tar.gz. So, If you want the sources, use for example wget.
+Source0: https://github.com/OpenMW/openmw/archive/%{name}-%{version}.tar.gz
# Fix data path from /usr/share/games/openmw to /usr/share/openmw/data
Patch0: openmw-datapath.patch
@@ -82,7 +82,7 @@
mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%files
-%doc GPL3.txt readme.txt _tmpdoc/*
+%doc docs/license/GPL3.txt readme.txt _tmpdoc/*
%{_bindir}/esmtool
%{_bindir}/mwiniimport
%{_bindir}/omwlauncher
@@ -97,6 +97,10 @@
%changelog
+* Sun Jul 20 2014 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.31.0-1
+- Update to 0.31.0
+- Finally fix the issue with the link.
+
* Thu May 29 2014 Alexandre Moine <nobrakal(a)fedoraproject.org> 0.30.0-1
- Update to 0.30.0
- Again issue with the source link. Github renames openmw-0.30.0.tar.gz into openmw-openmw-0.30.0.tar.gz, and I can't pick a direct link. So the Source0 is just the file's name, and I added a comment to specify the good URL.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 29 May 2014 09:30:49 -0000 1.5
+++ sources 22 Jul 2014 17:00:40 -0000 1.6
@@ -1 +1 @@
-e58c202827cfac045031cb82ae5f118d openmw-openmw-0.30.0.tar.gz
+0a5c0df54b5eafc37743dd33429fd5f0 openmw-0.31.0.tar.gz
10 years, 4 months
rpms/openafs/F-19 .cvsignore, 1.17, 1.18 openafs.spec, 1.44, 1.45 sources, 1.21, 1.22
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/openafs/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4825/F-19
Modified Files:
.cvsignore openafs.spec sources
Log Message:
Fixup
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openafs/F-19/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore 30 Nov 2013 03:12:03 -0000 1.17
+++ .cvsignore 19 Jul 2014 13:27:41 -0000 1.18
@@ -1,2 +1,2 @@
-openafs-1.6.6pre1-src.tar.bz2
-openafs-1.6.6pre1-doc.tar.bz2
+openafs-1.6.8pre2-src.tar.bz2
+openafs-1.6.8pre2-doc.tar.bz2
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-19/openafs.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- openafs.spec 3 Dec 2013 05:39:18 -0000 1.44
+++ openafs.spec 19 Jul 2014 13:27:41 -0000 1.45
@@ -10,23 +10,29 @@
%define sysname amd64_linux26
%endif
-%define pre pre1
+%define pre pre2
+#define pre %nil
-# Use systemd unit files on Fedora 18 and above.
-%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
+# Use systemd unit files on RHEL 7 and above.
+%if 0%{fedora} || 0%{?rhel} >= 7
%global _with_systemd 1
%endif
Summary: Enterprise Network File System
Name: openafs
-Version: 1.6.6
-Release: 0.%{pre}%{?dist}.1
+Version: 1.6.8
+Release: %{?pre:0.}1%{?pre}%{?dist}
License: IBM
Group: System Environment/Daemons
URL: http://www.openafs.org
+%if %{?pre:1}
Source0: http://dl.openafs.org/dl/candidate/%{version}%{pre}/%{name}-%{version}%{p...
Source1: http://dl.openafs.org/dl/candidate/%{version}%{pre}/%{name}-%{version}%{p...
+%else
+Source0: http://dl.openafs.org/dl/%{version}/%{name}-%{version}-src.tar.bz2
+Source1: http://dl.openafs.org/dl/%{version}/%{name}-%{version}-doc.tar.bz2
+%endif
Source11: http://grand.central.org/dl/cellservdb/CellServDB
Source12: cacheinfo
Source13: openafs.init
@@ -459,6 +465,18 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
+* Wed Apr 30 2014 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 1.6.8-0.1pre2
+- Update to OpenAFS 1.6.8pre2
+- Fix systemd conditional
+
+* Tue Apr 22 2014 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 1.6.7-1
+- Update to OpenAFS 1.6.7 final
+
+* Wed Jan 22 2014 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 1.6.6-1
+- Update to OpenAFS 1.6.6 final
+- Drop Fedora 18 conditional
+- Correct bogus dates in changelog
+
* Tue Dec 03 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 1.6.6-0.pre1.1
- Fix ExecPostStart patch
@@ -504,7 +522,7 @@
* Tue Dec 11 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-9
- Correct bosserver path in systemd unit file
-* Wed Nov 08 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-8
+* Thu Nov 08 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-8
- Implement a directory for sourced post init scripts. These
fine tune the AFS client's behavior after startup and live in
/etc/openafs/posthooks.d/
@@ -529,7 +547,7 @@
- Patch to allow fileservers to report correct partition
usage data on partitions sizes greater than 2TB.
-* Mon May 01 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-2
+* Tue May 01 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-2
- Provide openafs-static (RPM Fusion bug #2310).
* Wed Apr 04 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-1
@@ -551,7 +569,7 @@
* Wed Mar 07 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre4
- Update to OpenAFS 1.6.1 pre-release 4
-* Wed Feb 28 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre3
+* Tue Feb 28 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre3
- Update to OpenAFS 1.6.1 pre-release 3
* Wed Feb 08 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre2
@@ -620,7 +638,7 @@
* Thu Jul 15 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.12.1-4
- RPMFusion Bug #1333
-* Tue Jun 30 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.12.1-3
+* Wed Jun 30 2010 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.12.1-3
- Correct rpmlint warnings
- RPMFusion Bug #1047 - Fix SELinux contexts on /afs
- RPMFusion Bug #1275 - service openafs status now sets the exit code
@@ -684,7 +702,7 @@
- init.d file as well as sysconfig file rename afs => openafs
- Prereq/Require cleanups
-* Thu May 16 2008 Jack Neely <jjneely(a)ncsu.edu> 1.4.6-7
+* Fri May 16 2008 Jack Neely <jjneely(a)ncsu.edu> 1.4.6-7
- Include the AFS version of asetkey
- Build with --with-krb5-conf which enables aklog and asetkey's builds
@@ -700,7 +718,7 @@
* Tue Feb 12 2008 Jack Neely <jjneely(a)ncsu.edu> 1.4.6-1
- OpenAFS 1.4.6
-* Mon Jul 11 2007 Jack Neely <jjneely(a)ncsu.edu> 1.4.4-3
+* Wed Jul 11 2007 Jack Neely <jjneely(a)ncsu.edu> 1.4.4-3
- RHEL 5 does not include the krbafs-utils package and we require
the pagsh program.
@@ -760,11 +778,11 @@
* Wed May 08 2002 Jack Neely <jjneely(a)pams.ncsu.edu>
- rebuilt on 2.4.18-3
-* Fri Mar 21 2002 Jack Neely <slack(a)quackmaster.net>
+* Thu Mar 21 2002 Jack Neely <slack(a)quackmaster.net>
- upgraded to openafs-1.2.3
- rebuilt on 2.4.18-0.4
-* Thu Mar 13 2002 Jack Neely <slack(a)quackmaster.net>
+* Wed Mar 13 2002 Jack Neely <slack(a)quackmaster.net>
- rebuild on 2.4.9-31
- Added kernel depend on the kernel package
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openafs/F-19/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources 30 Nov 2013 03:12:04 -0000 1.21
+++ sources 19 Jul 2014 13:27:41 -0000 1.22
@@ -1,2 +1,2 @@
-c771d56cfddf5fe5ac00e610c2b47613 openafs-1.6.6pre1-src.tar.bz2
-ad98010dfca94b4c72a77f4db2046f26 openafs-1.6.6pre1-doc.tar.bz2
+32308737a45482a2d62fc0d18ab35c80 openafs-1.6.8pre2-src.tar.bz2
+286cd53aa3e8e5d38baf4f75a95d4162 openafs-1.6.8pre2-doc.tar.bz2
10 years, 4 months