rpms/buildsys-build-rpmfusion/devel buildsys-build-rpmfusion-kerneldevpkgs-current, 1.24, 1.25 buildsys-build-rpmfusion.spec, 1.36, 1.37
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/buildsys-build-rpmfusion/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31455/devel
Modified Files:
buildsys-build-rpmfusion-kerneldevpkgs-current
buildsys-build-rpmfusion.spec
Log Message:
Build for default
Index: buildsys-build-rpmfusion-kerneldevpkgs-current
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/devel/buildsys-build-rpmfusion-kerneldevpkgs-current,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- buildsys-build-rpmfusion-kerneldevpkgs-current 2 Nov 2011 21:00:51 -0000 1.24
+++ buildsys-build-rpmfusion-kerneldevpkgs-current 3 Jan 2012 21:49:57 -0000 1.25
@@ -1,3 +1 @@
-3.1.0-7.fc16
-3.1.0-7.fc16smp
-3.1.0-7.fc16PAE
+default
Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/devel/buildsys-build-rpmfusion.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- buildsys-build-rpmfusion.spec 2 Nov 2011 21:00:52 -0000 1.36
+++ buildsys-build-rpmfusion.spec 3 Jan 2012 21:49:57 -0000 1.37
@@ -2,8 +2,8 @@
Name: buildsys-build-%{repo}
Epoch: 10
-Version: 16
-Release: 5
+Version: 17
+Release: 0.1
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,6 +86,9 @@
%changelog
+* Tue Jan 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 10:17-0.1
+- Build for default F-17 kernels
+
* Wed Nov 02 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 10:16-5
- rebuild for kernel 3.1.0-7.fc16
12 years, 10 months
rpms/bsnes/F-15 bsnes-0.085-systemwide.patch, NONE, 1.1 .cvsignore, 1.33, 1.34 bsnes.spec, 1.44, 1.45 sources, 1.33, 1.34 bsnes-0.084-systemwide.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/bsnes/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5070
Modified Files:
.cvsignore bsnes.spec sources
Added Files:
bsnes-0.085-systemwide.patch
Removed Files:
bsnes-0.084-systemwide.patch
Log Message:
* Tue Jan 03 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.085-1
- Updated to 0.085
- Updated the systemwide patch
- cheats.bml → cheats.xml
bsnes-0.085-systemwide.patch:
Makefile | 3 ---
general/main-window.cpp | 4 ++--
tools/cheat-database.cpp | 2 +-
3 files changed, 3 insertions(+), 6 deletions(-)
--- NEW FILE bsnes-0.085-systemwide.patch ---
diff -up bsnes_v085-source/bsnes/ui/general/main-window.cpp.systemwide bsnes_v085-source/bsnes/ui/general/main-window.cpp
--- bsnes_v085-source/bsnes/ui/general/main-window.cpp.systemwide 2011-12-11 18:40:56.000000000 +0100
+++ bsnes_v085-source/bsnes/ui/general/main-window.cpp 2012-01-03 19:57:44.770296862 +0100
@@ -332,7 +332,7 @@ void MainWindow::synchronize() {
}
void MainWindow::setupVideoFilters() {
- string path = { application->basepath, "filters/" };
+ string path = { "/usr/lib/bsnes/filters/" };
lstring files = directory::files(path, "*.filter");
if(files.size() == 0) {
path = { application->userpath, "filters/" };
@@ -363,7 +363,7 @@ void MainWindow::setupVideoFilters() {
}
void MainWindow::setupVideoShaders() {
- string path = { application->basepath, "shaders/" };
+ string path = { "/usr/share/bsnes/shaders/" };
lstring files = directory::files(path, { "*.", config->video.driver, ".shader" });
if(files.size() == 0) {
path = { application->userpath, "shaders/" };
diff -up bsnes_v085-source/bsnes/ui/Makefile.systemwide bsnes_v085-source/bsnes/ui/Makefile
--- bsnes_v085-source/bsnes/ui/Makefile.systemwide 2011-12-30 07:01:55.000000000 +0100
+++ bsnes_v085-source/bsnes/ui/Makefile 2012-01-03 19:59:35.298641852 +0100
@@ -67,11 +67,8 @@ endif
install:
ifeq ($(platform),x)
install -D -m 755 out/$(name) $(DESTDIR)$(prefix)/bin/$(name)
- mkdir -p ~/.config/$(name)
install -D -m 644 data/$(name).png $(DESTDIR)$(prefix)/share/pixmaps/$(name).png
install -D -m 644 data/$(name).desktop $(DESTDIR)$(prefix)/share/applications/$(name).desktop
- cp data/cheats.xml ~/.config/$(name)/cheats.xml
- chmod 777 ~/.config/$(name) ~/.config/$(name)/cheats.xml
endif
uninstall:
diff -up bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp.systemwide bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp
--- bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp.systemwide 2011-12-31 09:05:26.000000000 +0100
+++ bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp 2012-01-03 20:02:23.651120923 +0100
@@ -34,7 +34,7 @@ void CheatDatabase::findCodes() {
cheatCode.reset();
string data;
- data.readfile(application->path("cheats.xml"));
+ data.readfile("/usr/share/bsnes/cheats.xml");
XML::Document document(data);
for(auto &node : document["database"]) {
if(node.name != "cartridge") continue;
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-15/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore 9 Nov 2011 22:49:29 -0000 1.33
+++ .cvsignore 3 Jan 2012 19:20:52 -0000 1.34
@@ -1 +1 @@
-bsnes_v084-source.tar.bz2
+bsnes_v085-source.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-15/bsnes.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- bsnes.spec 9 Nov 2011 22:49:29 -0000 1.44
+++ bsnes.spec 3 Jan 2012 19:20:52 -0000 1.45
@@ -1,4 +1,4 @@
-%global vernumber 084
+%global vernumber 085
Name: bsnes
Version: 0.%{vernumber}
@@ -10,7 +10,7 @@
URL: http://byuu.org/bsnes/
Source0: http://bsnes.googlecode.com/files/%{name}_v%{vernumber}-source.tar.bz2
Source2: README.bsnes
-Patch1: bsnes-0.084-systemwide.patch
+Patch1: bsnes-0.085-systemwide.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#bsnes does not use system snes_ntsc because the modified video processing
@@ -39,7 +39,7 @@
%prep
-%setup -qcn %{name}_v%{vernumber}-source
+%setup -qn %{name}_v%{vernumber}-source
%patch1 -p1 -b .systemwide
#fix permissions
@@ -86,7 +86,7 @@
$RPM_BUILD_ROOT%{_datadir}/applications/bsnes.desktop
popd
install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -pm 644 bsnes/data/cheats.bml $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -pm 644 bsnes/data/cheats.xml $RPM_BUILD_ROOT%{_datadir}/%{name}
install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/filters
install -pm 755 snesfilter/out/*.filter $RPM_BUILD_ROOT%{_libdir}/%{name}/filters
install -pm 755 snespurify/snespurify-gtk $RPM_BUILD_ROOT%{_bindir}
@@ -109,6 +109,11 @@
%changelog
+* Tue Jan 03 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.085-1
+- Updated to 0.085
+- Updated the systemwide patch
+- cheats.bml → cheats.xml
+
* Wed Nov 09 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.084-1
- Updated to 0.084
- License is now GPLv3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-15/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 9 Nov 2011 22:49:29 -0000 1.33
+++ sources 3 Jan 2012 19:20:52 -0000 1.34
@@ -1 +1 @@
-ba66a8aa91b8f17812cc91ffeb63e489 bsnes_v084-source.tar.bz2
+2419710087ba28c894e5aa1c3c41b6e7 bsnes_v085-source.tar.bz2
--- bsnes-0.084-systemwide.patch DELETED ---
12 years, 10 months
rpms/bsnes/F-16 bsnes-0.085-systemwide.patch, NONE, 1.1 .cvsignore, 1.33, 1.34 bsnes.spec, 1.45, 1.46 sources, 1.33, 1.34 bsnes-0.084-systemwide.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/bsnes/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4960
Modified Files:
.cvsignore bsnes.spec sources
Added Files:
bsnes-0.085-systemwide.patch
Removed Files:
bsnes-0.084-systemwide.patch
Log Message:
* Tue Jan 03 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.085-1
- Updated to 0.085
- Updated the systemwide patch
- cheats.bml → cheats.xml
bsnes-0.085-systemwide.patch:
Makefile | 3 ---
general/main-window.cpp | 4 ++--
tools/cheat-database.cpp | 2 +-
3 files changed, 3 insertions(+), 6 deletions(-)
--- NEW FILE bsnes-0.085-systemwide.patch ---
diff -up bsnes_v085-source/bsnes/ui/general/main-window.cpp.systemwide bsnes_v085-source/bsnes/ui/general/main-window.cpp
--- bsnes_v085-source/bsnes/ui/general/main-window.cpp.systemwide 2011-12-11 18:40:56.000000000 +0100
+++ bsnes_v085-source/bsnes/ui/general/main-window.cpp 2012-01-03 19:57:44.770296862 +0100
@@ -332,7 +332,7 @@ void MainWindow::synchronize() {
}
void MainWindow::setupVideoFilters() {
- string path = { application->basepath, "filters/" };
+ string path = { "/usr/lib/bsnes/filters/" };
lstring files = directory::files(path, "*.filter");
if(files.size() == 0) {
path = { application->userpath, "filters/" };
@@ -363,7 +363,7 @@ void MainWindow::setupVideoFilters() {
}
void MainWindow::setupVideoShaders() {
- string path = { application->basepath, "shaders/" };
+ string path = { "/usr/share/bsnes/shaders/" };
lstring files = directory::files(path, { "*.", config->video.driver, ".shader" });
if(files.size() == 0) {
path = { application->userpath, "shaders/" };
diff -up bsnes_v085-source/bsnes/ui/Makefile.systemwide bsnes_v085-source/bsnes/ui/Makefile
--- bsnes_v085-source/bsnes/ui/Makefile.systemwide 2011-12-30 07:01:55.000000000 +0100
+++ bsnes_v085-source/bsnes/ui/Makefile 2012-01-03 19:59:35.298641852 +0100
@@ -67,11 +67,8 @@ endif
install:
ifeq ($(platform),x)
install -D -m 755 out/$(name) $(DESTDIR)$(prefix)/bin/$(name)
- mkdir -p ~/.config/$(name)
install -D -m 644 data/$(name).png $(DESTDIR)$(prefix)/share/pixmaps/$(name).png
install -D -m 644 data/$(name).desktop $(DESTDIR)$(prefix)/share/applications/$(name).desktop
- cp data/cheats.xml ~/.config/$(name)/cheats.xml
- chmod 777 ~/.config/$(name) ~/.config/$(name)/cheats.xml
endif
uninstall:
diff -up bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp.systemwide bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp
--- bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp.systemwide 2011-12-31 09:05:26.000000000 +0100
+++ bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp 2012-01-03 20:02:23.651120923 +0100
@@ -34,7 +34,7 @@ void CheatDatabase::findCodes() {
cheatCode.reset();
string data;
- data.readfile(application->path("cheats.xml"));
+ data.readfile("/usr/share/bsnes/cheats.xml");
XML::Document document(data);
for(auto &node : document["database"]) {
if(node.name != "cartridge") continue;
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-16/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore 9 Nov 2011 22:49:15 -0000 1.33
+++ .cvsignore 3 Jan 2012 19:20:43 -0000 1.34
@@ -1 +1 @@
-bsnes_v084-source.tar.bz2
+bsnes_v085-source.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-16/bsnes.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- bsnes.spec 9 Nov 2011 22:49:15 -0000 1.45
+++ bsnes.spec 3 Jan 2012 19:20:43 -0000 1.46
@@ -1,4 +1,4 @@
-%global vernumber 084
+%global vernumber 085
Name: bsnes
Version: 0.%{vernumber}
@@ -10,7 +10,7 @@
URL: http://byuu.org/bsnes/
Source0: http://bsnes.googlecode.com/files/%{name}_v%{vernumber}-source.tar.bz2
Source2: README.bsnes
-Patch1: bsnes-0.084-systemwide.patch
+Patch1: bsnes-0.085-systemwide.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#bsnes does not use system snes_ntsc because the modified video processing
@@ -39,7 +39,7 @@
%prep
-%setup -qcn %{name}_v%{vernumber}-source
+%setup -qn %{name}_v%{vernumber}-source
%patch1 -p1 -b .systemwide
#fix permissions
@@ -86,7 +86,7 @@
$RPM_BUILD_ROOT%{_datadir}/applications/bsnes.desktop
popd
install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -pm 644 bsnes/data/cheats.bml $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -pm 644 bsnes/data/cheats.xml $RPM_BUILD_ROOT%{_datadir}/%{name}
install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/filters
install -pm 755 snesfilter/out/*.filter $RPM_BUILD_ROOT%{_libdir}/%{name}/filters
install -pm 755 snespurify/snespurify-gtk $RPM_BUILD_ROOT%{_bindir}
@@ -109,6 +109,11 @@
%changelog
+* Tue Jan 03 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.085-1
+- Updated to 0.085
+- Updated the systemwide patch
+- cheats.bml → cheats.xml
+
* Wed Nov 09 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.084-1
- Updated to 0.084
- License is now GPLv3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-16/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 9 Nov 2011 22:49:15 -0000 1.33
+++ sources 3 Jan 2012 19:20:43 -0000 1.34
@@ -1 +1 @@
-ba66a8aa91b8f17812cc91ffeb63e489 bsnes_v084-source.tar.bz2
+2419710087ba28c894e5aa1c3c41b6e7 bsnes_v085-source.tar.bz2
--- bsnes-0.084-systemwide.patch DELETED ---
12 years, 10 months
rpms/bsnes/devel bsnes-0.085-systemwide.patch, NONE, 1.1 .cvsignore, 1.33, 1.34 bsnes.spec, 1.45, 1.46 sources, 1.33, 1.34 bsnes-0.084-systemwide.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4564
Modified Files:
.cvsignore bsnes.spec sources
Added Files:
bsnes-0.085-systemwide.patch
Removed Files:
bsnes-0.084-systemwide.patch
Log Message:
* Tue Jan 03 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.085-1
- Updated to 0.085
- Updated the systemwide patch
- cheats.bml → cheats.xml
bsnes-0.085-systemwide.patch:
Makefile | 3 ---
general/main-window.cpp | 4 ++--
tools/cheat-database.cpp | 2 +-
3 files changed, 3 insertions(+), 6 deletions(-)
--- NEW FILE bsnes-0.085-systemwide.patch ---
diff -up bsnes_v085-source/bsnes/ui/general/main-window.cpp.systemwide bsnes_v085-source/bsnes/ui/general/main-window.cpp
--- bsnes_v085-source/bsnes/ui/general/main-window.cpp.systemwide 2011-12-11 18:40:56.000000000 +0100
+++ bsnes_v085-source/bsnes/ui/general/main-window.cpp 2012-01-03 19:57:44.770296862 +0100
@@ -332,7 +332,7 @@ void MainWindow::synchronize() {
}
void MainWindow::setupVideoFilters() {
- string path = { application->basepath, "filters/" };
+ string path = { "/usr/lib/bsnes/filters/" };
lstring files = directory::files(path, "*.filter");
if(files.size() == 0) {
path = { application->userpath, "filters/" };
@@ -363,7 +363,7 @@ void MainWindow::setupVideoFilters() {
}
void MainWindow::setupVideoShaders() {
- string path = { application->basepath, "shaders/" };
+ string path = { "/usr/share/bsnes/shaders/" };
lstring files = directory::files(path, { "*.", config->video.driver, ".shader" });
if(files.size() == 0) {
path = { application->userpath, "shaders/" };
diff -up bsnes_v085-source/bsnes/ui/Makefile.systemwide bsnes_v085-source/bsnes/ui/Makefile
--- bsnes_v085-source/bsnes/ui/Makefile.systemwide 2011-12-30 07:01:55.000000000 +0100
+++ bsnes_v085-source/bsnes/ui/Makefile 2012-01-03 19:59:35.298641852 +0100
@@ -67,11 +67,8 @@ endif
install:
ifeq ($(platform),x)
install -D -m 755 out/$(name) $(DESTDIR)$(prefix)/bin/$(name)
- mkdir -p ~/.config/$(name)
install -D -m 644 data/$(name).png $(DESTDIR)$(prefix)/share/pixmaps/$(name).png
install -D -m 644 data/$(name).desktop $(DESTDIR)$(prefix)/share/applications/$(name).desktop
- cp data/cheats.xml ~/.config/$(name)/cheats.xml
- chmod 777 ~/.config/$(name) ~/.config/$(name)/cheats.xml
endif
uninstall:
diff -up bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp.systemwide bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp
--- bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp.systemwide 2011-12-31 09:05:26.000000000 +0100
+++ bsnes_v085-source/bsnes/ui/tools/cheat-database.cpp 2012-01-03 20:02:23.651120923 +0100
@@ -34,7 +34,7 @@ void CheatDatabase::findCodes() {
cheatCode.reset();
string data;
- data.readfile(application->path("cheats.xml"));
+ data.readfile("/usr/share/bsnes/cheats.xml");
XML::Document document(data);
for(auto &node : document["database"]) {
if(node.name != "cartridge") continue;
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore 9 Nov 2011 22:47:06 -0000 1.33
+++ .cvsignore 3 Jan 2012 19:20:26 -0000 1.34
@@ -1 +1 @@
-bsnes_v084-source.tar.bz2
+bsnes_v085-source.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- bsnes.spec 9 Nov 2011 22:47:07 -0000 1.45
+++ bsnes.spec 3 Jan 2012 19:20:27 -0000 1.46
@@ -1,4 +1,4 @@
-%global vernumber 084
+%global vernumber 085
Name: bsnes
Version: 0.%{vernumber}
@@ -10,7 +10,7 @@
URL: http://byuu.org/bsnes/
Source0: http://bsnes.googlecode.com/files/%{name}_v%{vernumber}-source.tar.bz2
Source2: README.bsnes
-Patch1: bsnes-0.084-systemwide.patch
+Patch1: bsnes-0.085-systemwide.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#bsnes does not use system snes_ntsc because the modified video processing
@@ -39,7 +39,7 @@
%prep
-%setup -qcn %{name}_v%{vernumber}-source
+%setup -qn %{name}_v%{vernumber}-source
%patch1 -p1 -b .systemwide
#fix permissions
@@ -86,7 +86,7 @@
$RPM_BUILD_ROOT%{_datadir}/applications/bsnes.desktop
popd
install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -pm 644 bsnes/data/cheats.bml $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -pm 644 bsnes/data/cheats.xml $RPM_BUILD_ROOT%{_datadir}/%{name}
install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/filters
install -pm 755 snesfilter/out/*.filter $RPM_BUILD_ROOT%{_libdir}/%{name}/filters
install -pm 755 snespurify/snespurify-gtk $RPM_BUILD_ROOT%{_bindir}
@@ -109,6 +109,11 @@
%changelog
+* Tue Jan 03 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.085-1
+- Updated to 0.085
+- Updated the systemwide patch
+- cheats.bml → cheats.xml
+
* Wed Nov 09 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.084-1
- Updated to 0.084
- License is now GPLv3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 9 Nov 2011 22:47:07 -0000 1.33
+++ sources 3 Jan 2012 19:20:27 -0000 1.34
@@ -1 +1 @@
-ba66a8aa91b8f17812cc91ffeb63e489 bsnes_v084-source.tar.bz2
+2419710087ba28c894e5aa1c3c41b6e7 bsnes_v085-source.tar.bz2
--- bsnes-0.084-systemwide.patch DELETED ---
12 years, 10 months
rpms/xine-lib-extras-freeworld/devel .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 xine-lib-extras-freeworld.spec, 1.42, 1.43 xine-lib-1.1.20-link-libdvdread.patch, 1.1, NONE xine-lib-1.1.20-system-a52dec.patch, 1.1, NONE
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/xine-lib-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31950/devel
Modified Files:
.cvsignore sources xine-lib-extras-freeworld.spec
Removed Files:
xine-lib-1.1.20-link-libdvdread.patch
xine-lib-1.1.20-system-a52dec.patch
Log Message:
* Tue Jan 03 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 1.1.20.1-1
- update to 1.1.20.1 (bugfix release, matches Fedora xine-lib)
- drop upstreamed link-libdvdread and system-a52dec patches
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 22 Nov 2011 09:48:58 -0000 1.12
+++ .cvsignore 3 Jan 2012 15:38:39 -0000 1.13
@@ -1 +1 @@
-xine-lib-1.1.20.tar.xz
+xine-lib-1.1.20.1.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 22 Nov 2011 09:48:58 -0000 1.12
+++ sources 3 Jan 2012 15:38:39 -0000 1.13
@@ -1 +1 @@
-acfb6e08188fd60ad88ff83831d592d7 xine-lib-1.1.20.tar.xz
+90f619084c692b4aff20c8f9d1259148 xine-lib-1.1.20.1.tar.xz
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/devel/xine-lib-extras-freeworld.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- xine-lib-extras-freeworld.spec 25 Nov 2011 01:35:50 -0000 1.42
+++ xine-lib-extras-freeworld.spec 3 Jan 2012 15:38:40 -0000 1.43
@@ -3,8 +3,8 @@
Name: xine-lib-extras-freeworld
Summary: Extra codecs for the Xine multimedia library
-Version: 1.1.20
-Release: 3%{?dist}
+Version: 1.1.20.1
+Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -13,11 +13,6 @@
Patch0: xine-lib-1.1.19-no_autopoint.patch
Patch1: xine-lib-1.1.4-optflags.patch
-# fix system libdvdnav support to also link libdvdread
-# otherwise, we get unresolved symbols in the spudec plugin
-Patch2: xine-lib-1.1.20-link-libdvdread.patch
-# don't check for and include a52_internal.h, fixes system a52dec support
-Patch3: xine-lib-1.1.20-system-a52dec.patch
BuildRequires: autoconf automake libtool
BuildRequires: pkgconfig
@@ -66,8 +61,6 @@
# extra work for to omit old libtool-related crud
rm -f configure ltmain.sh libtool m4/libtool.m4 m4/ltoptions.m4 m4/ltversion.m4
%patch1 -p1 -b .optflags
-%patch2 -p1 -b .link-libdvdread
-%patch3 -p1 -b .system-a52dec
./autogen.sh noconfig
@@ -184,6 +177,10 @@
%changelog
+* Tue Jan 03 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 1.1.20.1-1
+- update to 1.1.20.1 (bugfix release, matches Fedora xine-lib)
+- drop upstreamed link-libdvdread and system-a52dec patches
+
* Fri Nov 25 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1.1.20-3
- --disable-musepack, avoids building the unused bundled libmusepack (the
musepack plugin (using the system lib) is included in the Fedora xine-lib)
--- xine-lib-1.1.20-link-libdvdread.patch DELETED ---
--- xine-lib-1.1.20-system-a52dec.patch DELETED ---
12 years, 10 months
rpms/VirtualBox-OSE/F-15 VirtualBox-OSE.spec,1.71,1.72
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-OSE/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9159
Modified Files:
VirtualBox-OSE.spec
Log Message:
* Sun Jan 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.6-2
- Fix vboxweb-service installation
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-15/VirtualBox-OSE.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- VirtualBox-OSE.spec 24 Dec 2011 04:02:18 -0000 1.71
+++ VirtualBox-OSE.spec 2 Jan 2012 23:22:52 -0000 1.72
@@ -15,7 +15,7 @@
Name: VirtualBox-OSE
Version: 4.1.6
-Release: 1%{?prerel:.%{prerel}}%{?dist}
+Release: 2%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -41,7 +41,7 @@
Patch16: VirtualBox-OSE-4.1.2-usblib.patch
Patch17: VirtualBox-OSE-4.0.0-beramono.patch
Patch18: VirtualBox-OSE-4.0.2-aiobug.patch
-Patch20: VirtualBox-OSE-4.1.2-testmangle.patch
+Patch20: VirtualBox-OSE-4.1.2-testmangle.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -132,9 +132,9 @@
Obsoletes: xorg-x11-drv-VirtualBox-OSE < %{version}-%{release}
Conflicts: %{name} <= %{version}-%{release}
%if "%(xserver-sdk-abi-requires 2>/dev/null)"
-Requires: %(xserver-sdk-abi-requires ansic)
-Requires: %(xserver-sdk-abi-requires videodrv)
-Requires: %(xserver-sdk-abi-requires xinput)
+Requires: %(xserver-sdk-abi-requires ansic)
+Requires: %(xserver-sdk-abi-requires videodrv)
+Requires: %(xserver-sdk-abi-requires xinput)
%endif
@@ -326,7 +326,7 @@
$RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-vboxvideo.conf
install -m 0755 -D %{SOURCE10} \
- $RPM_BUILD_ROOT%{_initrddir}/%{SOURCE10}
+ $RPM_BUILD_ROOT%{_initrddir}/vboxweb-service
install -m 0755 -D src/VBox/Additions/x11/Installer/98vboxadd-xclient \
$RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
@@ -457,7 +457,7 @@
%config %{_sysconfdir}/udev/rules.d/90-vboxdrv.rules
%config %{_sysconfdir}/sysconfig/modules/%{name}.modules
%doc COPYING
-%attr(755,root,root) %{_initrddir}/*
+%attr(755,root,root) %{_initrddir}/vboxweb-service
%files devel
@@ -496,6 +496,9 @@
%changelog
+* Sun Jan 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.6-2
+- Fix vboxweb-service installation
+
* Sat Dec 24 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-1
- New release
- drop up streamed patch VirtualBox-OSE-4.1.2-vboxpci.patch
12 years, 10 months
rpms/openafs/devel openafs.spec,1.12,1.13
by Ken Dreyer
Author: ktdreyer
Update of /cvs/free/rpms/openafs/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25755
Modified Files:
openafs.spec
Log Message:
add afsio utility
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/openafs.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- openafs.spec 2 Jan 2012 04:52:15 -0000 1.12
+++ openafs.spec 2 Jan 2012 21:47:06 -0000 1.13
@@ -270,6 +270,7 @@
%config(noreplace) %{_sysconfdir}/openafs/CellServDB
%config(noreplace) %{_sysconfdir}/openafs/ThisCell
%config(noreplace) %{_sysconfdir}/openafs/cacheinfo
+%{_bindir}/afsio
%{_bindir}/cmdebug
%{_bindir}/xstat_cm_test
%{_sbindir}/afsd
12 years, 10 months
rpms/vlc/devel vlc.spec,1.143,1.144
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23883
Modified Files:
vlc.spec
Log Message:
- Add BR game-music-emu-devel
- move vcdimager plugin to vlc-extras
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- vlc.spec 28 Dec 2011 22:54:48 -0000 1.143
+++ vlc.spec 2 Jan 2012 21:33:58 -0000 1.144
@@ -23,7 +23,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 1.2.0
-Release: 0.5_pre3%{?dist}
+Release: 0.6_pre3%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -62,6 +62,7 @@
BuildRequires: gsm-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: kde-filesystem
+BuildRequires: game-music-emu-devel
BuildRequires: libavc1394-devel
BuildRequires: libass-devel >= 0.9.7
BuildRequires: libbluray-devel
@@ -431,6 +432,11 @@
}
%exclude %{_libdir}/vlc/plugins/access/libaccess_jack_plugin.so
%exclude %{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
+%{?_with_vcdimager:
+%exclude %{_libdir}/vlc/plugins/access/libvcd_plugin.so
+%exclude %{_libdir}/vlc/plugins/access/libvcdx_plugin.so
+%exclude %{_libdir}/vlc/plugins/codec/libsvcdsub_plugin.so
+}
%exclude %{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so
%if 0%{?fedora} < 17
%exclude %{_libdir}/vlc/plugins/control/libglobalhotkeys_plugin.so
@@ -472,6 +478,11 @@
%{_libdir}/vlc/plugins/video_filter/libopencv_example_plugin.so
%{_libdir}/vlc/plugins/video_filter/libopencv_wrapper_plugin.so
}
+%{?_with_vcdimager:
+%{_libdir}/vlc/plugins/access/libvcd_plugin.so
+%{_libdir}/vlc/plugins/access/libvcdx_plugin.so
+%{_libdir}/vlc/plugins/codec/libsvcdsub_plugin.so
+}
%files devel
%defattr(-,root,root,-)
@@ -484,6 +495,10 @@
%changelog
+* Mon Jan 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.0-0.6_pre3
+- Add BR game-music-emu-devel
+- move vcdimager plugin to vlc-extras
+
* Wed Dec 28 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.0-0.5_pre3
- Update to 1.2.0-pre3
12 years, 10 months
rpms/openafs-kmod/devel .cvsignore,1.4,1.5 sources,1.6,1.7
by Ken Dreyer
Author: ktdreyer
Update of /cvs/free/rpms/openafs-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30310
Modified Files:
.cvsignore sources
Log Message:
rm doc package for kmod
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openafs-kmod/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 31 Dec 2011 15:02:24 -0000 1.4
+++ .cvsignore 2 Jan 2012 15:26:09 -0000 1.5
@@ -1,2 +1 @@
openafs-1.6.1pre1-src.tar.bz2
-openafs-1.6.1pre1-doc.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openafs-kmod/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 31 Dec 2011 15:02:24 -0000 1.6
+++ sources 2 Jan 2012 15:26:09 -0000 1.7
@@ -1,2 +1 @@
99a79608d68a7f087a1357d2f3ad2b01 openafs-1.6.1pre1-src.tar.bz2
-be0f3db9d12603684126c56a3aa4c613 openafs-1.6.1pre1-doc.tar.bz2
12 years, 10 months
rpms/openafs-kmod/devel openafs-kmod.spec,1.12,1.13
by Ken Dreyer
Author: ktdreyer
Update of /cvs/free/rpms/openafs-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29901/devel
Modified Files:
openafs-kmod.spec
Log Message:
don't hardcode prerelease version
Index: openafs-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/openafs-kmod/devel/openafs-kmod.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- openafs-kmod.spec 2 Jan 2012 03:15:57 -0000 1.12
+++ openafs-kmod.spec 2 Jan 2012 15:24:41 -0000 1.13
@@ -17,18 +17,20 @@
%define kmod_name openafs
+%define pre pre1
+
# name should have a -kmod suffix
Name: %{kmod_name}-kmod
Version: 1.6.1
-Release: 0.pre1%{?dist}
+Release: 0.%{pre}%{?dist}
Summary: Kernel module(s)
Group: System Environment/Kernel
License: IBM
URL: http://www.openafs.org
-Source0: http://www.openafs.org/dl/openafs/%{version}/%{kmod_name}-%{version}pre1-...
+Source0: http://www.openafs.org/dl/openafs/%{version}/%{kmod_name}-%{version}%{pre...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%global AkmodsBuildRequires %{_bindir}/kmodtool, pam-devel, ncurses-devel, flex, byacc, bison, automake
@@ -60,7 +62,7 @@
#popd
for kernel_version in %{?kernel_versions} ; do
- cp -a %{kmod_name}-%{version} _kmod_build_${kernel_version%%___*}
+ cp -a %{kmod_name}-%{version}%{pre} _kmod_build_${kernel_version%%___*}
done
12 years, 10 months