rpms/buildsys-build-rpmfusion/F-20 buildsys-build-rpmfusion-kerneldevpkgs-current, 1.40, 1.41 buildsys-build-rpmfusion.spec, 1.60, 1.61
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/buildsys-build-rpmfusion/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27843
Modified Files:
buildsys-build-rpmfusion-kerneldevpkgs-current
buildsys-build-rpmfusion.spec
Log Message:
* Tue Mar 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 10:20-14
- rebuild for kernel 3.13.5-202.fc20
Index: buildsys-build-rpmfusion-kerneldevpkgs-current
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-20/buildsys-build-rpmfusion-kerneldevpkgs-current,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- buildsys-build-rpmfusion-kerneldevpkgs-current 25 Feb 2014 21:51:46 -0000 1.40
+++ buildsys-build-rpmfusion-kerneldevpkgs-current 4 Mar 2014 04:41:06 -0000 1.41
@@ -1,4 +1,4 @@
-3.13.5-200.fc20
-3.13.5-200.fc20smp
-3.13.5-200.fc20PAE
-3.13.5-200.fc20lpae
+3.13.5-202.fc20
+3.13.5-202.fc20smp
+3.13.5-202.fc20PAE
+3.13.5-202.fc20lpae
Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-20/buildsys-build-rpmfusion.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- buildsys-build-rpmfusion.spec 25 Feb 2014 21:51:46 -0000 1.60
+++ buildsys-build-rpmfusion.spec 4 Mar 2014 04:41:07 -0000 1.61
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 20
-Release: 13
+Release: 14
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,6 +86,9 @@
%changelog
+* Tue Mar 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 10:20-14
+- rebuild for kernel 3.13.5-202.fc20
+
* Tue Feb 25 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 10:20-13
- rebuild for kernel 3.13.5-200.fc20
10 years, 8 months
rpms/avidemux/devel avidemux.spec,1.89,1.90
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/avidemux/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24997
Modified Files:
avidemux.spec
Log Message:
Add the correct linker flag.
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- avidemux.spec 3 Mar 2014 18:47:54 -0000 1.89
+++ avidemux.spec 3 Mar 2014 19:58:08 -0000 1.90
@@ -156,7 +156,7 @@
%build
# Build avidemux_core
-LDFLAGS="-lm -Wl,--as-needed";export LDFLAGS
+LDFLAGS="-lc -Wl,--as-needed";export LDFLAGS
rm -rf build_core && mkdir build_core && pushd build_core
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
../avidemux_core
10 years, 8 months
rpms/avidemux/devel avidemux.spec, 1.88, 1.89 avidemux-2.6.7-libva.patch, 1.1, NONE
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/avidemux/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23746
Modified Files:
avidemux.spec
Removed Files:
avidemux-2.6.7-libva.patch
Log Message:
* Mon Jan 27 2014 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.7-1
- Update to latest upstream release.
- Obsolete unneeded devel subpackage.
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- avidemux.spec 28 Jan 2014 01:58:27 -0000 1.88
+++ avidemux.spec 3 Mar 2014 18:47:54 -0000 1.89
@@ -15,7 +15,6 @@
Patch1: avidemux-2.6-bundled_libs.patch
Patch2: avidemux3-libass.patch
Patch3: avidemux3-bundled_libs.patch
-Patch4: avidemux-2.6.7-libva.patch
# Don't try to build on arm
ExcludeArch: %{arm}
@@ -147,7 +146,6 @@
%patch1 -p1 -b .bund_libs
%patch2 -p1 -b .libass
%patch3 -p1 -b .bund_libs2
-%patch4 -p1 -b .libva
# Remove sources of bundled libraries.
rm -rf avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52 \
@@ -158,7 +156,7 @@
%build
# Build avidemux_core
-LDFLAGS="-Wl,--as-needed";export LDFLAGS
+LDFLAGS="-lm -Wl,--as-needed";export LDFLAGS
rm -rf build_core && mkdir build_core && pushd build_core
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
../avidemux_core
--- avidemux-2.6.7-libva.patch DELETED ---
10 years, 8 months
rpms/nvidia-kmod/devel .cvsignore, 1.61, 1.62 nvidia-kmod.spec, 1.153, 1.154 nvidia_3.14_kernel.patch, 1.2, 1.3 sources, 1.64, 1.65
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18458
Modified Files:
.cvsignore nvidia-kmod.spec nvidia_3.14_kernel.patch sources
Log Message:
* Mon Mar 03 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:334.21-1
- Update to 334.21
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/.cvsignore,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- .cvsignore 8 Feb 2014 16:44:36 -0000 1.61
+++ .cvsignore 3 Mar 2014 15:09:28 -0000 1.62
@@ -1 +1 @@
-nvidia-kmod-data-334.16.tar.xz
+nvidia-kmod-data-334.21.tar.xz
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- nvidia-kmod.spec 8 Feb 2014 16:44:36 -0000 1.153
+++ nvidia-kmod.spec 3 Mar 2014 15:09:28 -0000 1.154
@@ -7,7 +7,7 @@
Name: nvidia-kmod
Epoch: 1
-Version: 334.16
+Version: 334.21
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -99,6 +99,9 @@
%changelog
+* Mon Mar 03 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:334.21-1
+- Update to 334.21
+
* Sat Feb 08 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:334.16-1
- Update to 334.16
- Patch for 3.14 kernel
nvidia_3.14_kernel.patch:
nv-linux.h | 3 +++
uvm/nvidia_uvm_common.c | 4 ++++
2 files changed, 7 insertions(+)
Index: nvidia_3.14_kernel.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia_3.14_kernel.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nvidia_3.14_kernel.patch 10 Feb 2014 16:05:35 -0000 1.2
+++ nvidia_3.14_kernel.patch 3 Mar 2014 15:09:28 -0000 1.3
@@ -1,27 +1,3 @@
---- a/kernel/nv-acpi.c
-+++ b/kernel/nv-acpi.c
-@@ -15,6 +15,10 @@
- #include "nv-linux.h"
- #include "nv-reg.h"
-
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0) && defined(ACPI_HANDLE)
-+#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
-+#endif
-+
- #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
- static RM_STATUS nv_acpi_extract_integer (const union acpi_object *, void *, NvU32, NvU32 *);
- static RM_STATUS nv_acpi_extract_buffer (const union acpi_object *, void *, NvU32, NvU32 *);
-@@ -303,7 +307,10 @@ static int nv_acpi_remove(struct acpi_de
-
- if (pNvAcpiObject->notify_handler_installed)
- {
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0)
-+ /* beginning with 3.13, acpi_remove_notify_handler() waits for events to finish */
- NV_ACPI_OS_WAIT_EVENTS_COMPLETE();
-+#endif
-
- // remove event notifier
- status = acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, nv_acpi_event);
--- a/kernel/nv-linux.h
+++ b/kernel/nv-linux.h
@@ -276,6 +276,9 @@ extern int nv_pat_mode;
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/sources,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- sources 8 Feb 2014 16:44:36 -0000 1.64
+++ sources 3 Mar 2014 15:09:28 -0000 1.65
@@ -1 +1 @@
-e353bcf19a1c95307f6d99072d7fc285 nvidia-kmod-data-334.16.tar.xz
+fa4dfdd31d1c0e68af241114e01d11ff nvidia-kmod-data-334.21.tar.xz
10 years, 8 months
rpms/xorg-x11-drv-nvidia/devel .cvsignore, 1.62, 1.63 sources, 1.65, 1.66 xorg-x11-drv-nvidia.spec, 1.130, 1.131
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17815
Modified Files:
.cvsignore sources xorg-x11-drv-nvidia.spec
Log Message:
* Mon Mar 03 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:334.21-1
- Update to 334.21
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/.cvsignore,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- .cvsignore 8 Feb 2014 16:00:23 -0000 1.62
+++ .cvsignore 3 Mar 2014 14:53:50 -0000 1.63
@@ -1,3 +1,3 @@
-NVIDIA-Linux-x86_64-334.16.run
-NVIDIA-Linux-x86-334.16.run
-NVIDIA-Linux-armv7l-gnueabihf-334.16.run
+NVIDIA-Linux-armv7l-gnueabihf-334.21.run
+NVIDIA-Linux-x86-334.21.run
+NVIDIA-Linux-x86_64-334.21.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/sources,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- sources 8 Feb 2014 16:00:23 -0000 1.65
+++ sources 3 Mar 2014 14:53:50 -0000 1.66
@@ -1,3 +1,3 @@
-7ed42d64213681b23e9e5b08c5b4d61a NVIDIA-Linux-x86_64-334.16.run
-2503a9ce1c17154099b2bfbdde86caf7 NVIDIA-Linux-x86-334.16.run
-2ce6adb82916448350c50e1e58857f94 NVIDIA-Linux-armv7l-gnueabihf-334.16.run
+430de8231dc548b96d26ef09a1b1cca4 NVIDIA-Linux-armv7l-gnueabihf-334.21.run
+3b2736dd6ed7e24f71004bad0e55e32e NVIDIA-Linux-x86-334.21.run
+557f9eba136667f9d9f9de3e8ac0c7b3 NVIDIA-Linux-x86_64-334.21.run
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- xorg-x11-drv-nvidia.spec 8 Feb 2014 18:03:58 -0000 1.130
+++ xorg-x11-drv-nvidia.spec 3 Mar 2014 14:53:50 -0000 1.131
@@ -7,8 +7,8 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
-Version: 334.16
-Release: 2%{?dist}
+Version: 334.21
+Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -459,6 +459,9 @@
%{_libdir}/libcuda.so
%changelog
+* Mon Mar 03 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:334.21-1
+- Update to 334.21
+
* Sat Feb 08 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:334.16-2
- install the NVIDIA supplied application profile key documentation
10 years, 8 months
rpms/d1x/F-19 .cvsignore, 1.3, 1.4 d1x.spec, 1.10, 1.11 sources, 1.3, 1.4 d1x-rebirth-v0.57.1-desktop.patch, 1.1, NONE d1x-rebirth-v0.57.1-libmath.patch, 1.1, NONE d1x-rebirth-v0.57.1-physfs_v1.patch, 1.1, NONE d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch, 1.1, NONE
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/d1x/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20131
Modified Files:
.cvsignore d1x.spec sources
Removed Files:
d1x-rebirth-v0.57.1-desktop.patch
d1x-rebirth-v0.57.1-libmath.patch
d1x-rebirth-v0.57.1-physfs_v1.patch
d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch
Log Message:
* Sun Mar 2 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.43-12.rebirth_v0.58.1
- Update to latest d1x-rebirth release v0.58.1 (rf3162)
- Drop all patches, all upstreamed
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/d1x/F-19/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 15 Sep 2011 21:04:23 -0000 1.3
+++ .cvsignore 2 Mar 2014 09:49:10 -0000 1.4
@@ -1,2 +1,2 @@
d1swdf.tar.gz
-d1x-rebirth_v0.57.1-src.tar.gz
+d1x-rebirth_v0.58.1-src.tar.gz
Index: d1x.spec
===================================================================
RCS file: /cvs/nonfree/rpms/d1x/F-19/d1x.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- d1x.spec 12 Mar 2013 19:24:53 -0000 1.10
+++ d1x.spec 2 Mar 2014 09:49:10 -0000 1.11
@@ -1,18 +1,14 @@
-%global rebirth_version 0.57.1
+%global rebirth_version 0.58.1
Summary: Descent 1 game engine (d1x-rebirth version)
Name: d1x
Version: 1.43
-Release: 11.rebirth_v%{rebirth_version}%{?dist}
+Release: 12.rebirth_v%{rebirth_version}%{?dist}
License: non-commercial
Group: Amusements/Games
-Source0: http://downloads.sourceforge.net/dxx-rebirth/d1x-rebirth_v%{rebirth_versi...
+Source0: http://www.dxx-rebirth.com/download/dxx/d1x-rebirth_v%{rebirth_version}-s...
Source1: d1x-rebirth.sh
Source2: d1swdf.tar.gz
-Patch0: d1x-rebirth-v0.57.1-libmath.patch
-Patch1: d1x-rebirth-v0.57.1-physfs_v1.patch
-Patch2: d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch
-Patch3: d1x-rebirth-v0.57.1-desktop.patch
URL: http://www.dxx-rebirth.com/
BuildRequires: SDL-devel SDL_mixer-devel mesa-libGL-devel mesa-libGLU-devel
BuildRequires: physfs-devel scons desktop-file-utils dos2unix
@@ -46,10 +42,6 @@
%prep
%setup -q -n d1x-rebirth_v%{rebirth_version}-src
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
dos2unix -k *.txt
@@ -96,7 +88,6 @@
%files
-%defattr(-,root,root,-)
%doc COPYING.txt README.txt RELEASE-NOTES.txt
%{_bindir}/d1x-rebirth*
%dir %{_datadir}/d1x
@@ -105,11 +96,14 @@
%{_datadir}/icons/hicolor/128x128/apps/d1x-rebirth.xpm
%files shareware
-%defattr(-,root,root,-)
%{_datadir}/d1x/d1shar
%changelog
+* Sun Mar 2 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.43-12.rebirth_v0.58.1
+- Update to latest d1x-rebirth release v0.58.1 (rf3162)
+- Drop all patches, all upstreamed
+
* Tue Mar 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.43-11.rebirth_v0.57.1
- https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
@@ -187,7 +181,7 @@
- Build without -fomit-framepointer to allow debugging (DEBUGABLE = 1).
- Add Patch 15 to fix i386 (asm) compile.
-* Mon Apr 29 2005 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.43-0.lvn.2
+* Fri Apr 29 2005 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.43-0.lvn.2
- Added Patch 13 which fixes compilation with gcc4
* Mon Jan 3 2005 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.43-0.lvn.1
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/d1x/F-19/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 15 Sep 2011 21:04:24 -0000 1.3
+++ sources 2 Mar 2014 09:49:10 -0000 1.4
@@ -1,2 +1,2 @@
8112d6127a7a81a36735f5a9c3175ec2 d1swdf.tar.gz
-20c16f1984787420a7c833a9ebf8980f d1x-rebirth_v0.57.1-src.tar.gz
+8f43e66191fdedd0c7ff9278719accf1 d1x-rebirth_v0.58.1-src.tar.gz
--- d1x-rebirth-v0.57.1-desktop.patch DELETED ---
--- d1x-rebirth-v0.57.1-libmath.patch DELETED ---
--- d1x-rebirth-v0.57.1-physfs_v1.patch DELETED ---
--- d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch DELETED ---
10 years, 8 months
rpms/d1x/F-20 .cvsignore, 1.3, 1.4 d1x.spec, 1.10, 1.11 sources, 1.3, 1.4 d1x-rebirth-v0.57.1-desktop.patch, 1.1, NONE d1x-rebirth-v0.57.1-libmath.patch, 1.1, NONE d1x-rebirth-v0.57.1-physfs_v1.patch, 1.1, NONE d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch, 1.1, NONE
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/d1x/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19996
Modified Files:
.cvsignore d1x.spec sources
Removed Files:
d1x-rebirth-v0.57.1-desktop.patch
d1x-rebirth-v0.57.1-libmath.patch
d1x-rebirth-v0.57.1-physfs_v1.patch
d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch
Log Message:
* Sun Mar 2 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.43-12.rebirth_v0.58.1
- Update to latest d1x-rebirth release v0.58.1 (rf3162)
- Drop all patches, all upstreamed
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/d1x/F-20/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 15 Sep 2011 21:04:23 -0000 1.3
+++ .cvsignore 2 Mar 2014 09:48:28 -0000 1.4
@@ -1,2 +1,2 @@
d1swdf.tar.gz
-d1x-rebirth_v0.57.1-src.tar.gz
+d1x-rebirth_v0.58.1-src.tar.gz
Index: d1x.spec
===================================================================
RCS file: /cvs/nonfree/rpms/d1x/F-20/d1x.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- d1x.spec 12 Mar 2013 19:24:53 -0000 1.10
+++ d1x.spec 2 Mar 2014 09:48:28 -0000 1.11
@@ -1,18 +1,14 @@
-%global rebirth_version 0.57.1
+%global rebirth_version 0.58.1
Summary: Descent 1 game engine (d1x-rebirth version)
Name: d1x
Version: 1.43
-Release: 11.rebirth_v%{rebirth_version}%{?dist}
+Release: 12.rebirth_v%{rebirth_version}%{?dist}
License: non-commercial
Group: Amusements/Games
-Source0: http://downloads.sourceforge.net/dxx-rebirth/d1x-rebirth_v%{rebirth_versi...
+Source0: http://www.dxx-rebirth.com/download/dxx/d1x-rebirth_v%{rebirth_version}-s...
Source1: d1x-rebirth.sh
Source2: d1swdf.tar.gz
-Patch0: d1x-rebirth-v0.57.1-libmath.patch
-Patch1: d1x-rebirth-v0.57.1-physfs_v1.patch
-Patch2: d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch
-Patch3: d1x-rebirth-v0.57.1-desktop.patch
URL: http://www.dxx-rebirth.com/
BuildRequires: SDL-devel SDL_mixer-devel mesa-libGL-devel mesa-libGLU-devel
BuildRequires: physfs-devel scons desktop-file-utils dos2unix
@@ -46,10 +42,6 @@
%prep
%setup -q -n d1x-rebirth_v%{rebirth_version}-src
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
dos2unix -k *.txt
@@ -96,7 +88,6 @@
%files
-%defattr(-,root,root,-)
%doc COPYING.txt README.txt RELEASE-NOTES.txt
%{_bindir}/d1x-rebirth*
%dir %{_datadir}/d1x
@@ -105,11 +96,14 @@
%{_datadir}/icons/hicolor/128x128/apps/d1x-rebirth.xpm
%files shareware
-%defattr(-,root,root,-)
%{_datadir}/d1x/d1shar
%changelog
+* Sun Mar 2 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.43-12.rebirth_v0.58.1
+- Update to latest d1x-rebirth release v0.58.1 (rf3162)
+- Drop all patches, all upstreamed
+
* Tue Mar 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.43-11.rebirth_v0.57.1
- https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
@@ -187,7 +181,7 @@
- Build without -fomit-framepointer to allow debugging (DEBUGABLE = 1).
- Add Patch 15 to fix i386 (asm) compile.
-* Mon Apr 29 2005 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.43-0.lvn.2
+* Fri Apr 29 2005 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.43-0.lvn.2
- Added Patch 13 which fixes compilation with gcc4
* Mon Jan 3 2005 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.43-0.lvn.1
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/d1x/F-20/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 15 Sep 2011 21:04:24 -0000 1.3
+++ sources 2 Mar 2014 09:48:28 -0000 1.4
@@ -1,2 +1,2 @@
8112d6127a7a81a36735f5a9c3175ec2 d1swdf.tar.gz
-20c16f1984787420a7c833a9ebf8980f d1x-rebirth_v0.57.1-src.tar.gz
+8f43e66191fdedd0c7ff9278719accf1 d1x-rebirth_v0.58.1-src.tar.gz
--- d1x-rebirth-v0.57.1-desktop.patch DELETED ---
--- d1x-rebirth-v0.57.1-libmath.patch DELETED ---
--- d1x-rebirth-v0.57.1-physfs_v1.patch DELETED ---
--- d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch DELETED ---
10 years, 8 months
rpms/d1x/devel .cvsignore, 1.3, 1.4 d1x.spec, 1.10, 1.11 sources, 1.3, 1.4 d1x-rebirth-v0.57.1-desktop.patch, 1.1, NONE d1x-rebirth-v0.57.1-libmath.patch, 1.1, NONE d1x-rebirth-v0.57.1-physfs_v1.patch, 1.1, NONE d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch, 1.1, NONE
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/d1x/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19846
Modified Files:
.cvsignore d1x.spec sources
Removed Files:
d1x-rebirth-v0.57.1-desktop.patch
d1x-rebirth-v0.57.1-libmath.patch
d1x-rebirth-v0.57.1-physfs_v1.patch
d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch
Log Message:
* Sun Mar 2 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.43-12.rebirth_v0.58.1
- Update to latest d1x-rebirth release v0.58.1 (rf3162)
- Drop all patches, all upstreamed
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/d1x/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 15 Sep 2011 21:04:23 -0000 1.3
+++ .cvsignore 2 Mar 2014 09:47:53 -0000 1.4
@@ -1,2 +1,2 @@
d1swdf.tar.gz
-d1x-rebirth_v0.57.1-src.tar.gz
+d1x-rebirth_v0.58.1-src.tar.gz
Index: d1x.spec
===================================================================
RCS file: /cvs/nonfree/rpms/d1x/devel/d1x.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- d1x.spec 12 Mar 2013 19:24:53 -0000 1.10
+++ d1x.spec 2 Mar 2014 09:47:53 -0000 1.11
@@ -1,18 +1,14 @@
-%global rebirth_version 0.57.1
+%global rebirth_version 0.58.1
Summary: Descent 1 game engine (d1x-rebirth version)
Name: d1x
Version: 1.43
-Release: 11.rebirth_v%{rebirth_version}%{?dist}
+Release: 12.rebirth_v%{rebirth_version}%{?dist}
License: non-commercial
Group: Amusements/Games
-Source0: http://downloads.sourceforge.net/dxx-rebirth/d1x-rebirth_v%{rebirth_versi...
+Source0: http://www.dxx-rebirth.com/download/dxx/d1x-rebirth_v%{rebirth_version}-s...
Source1: d1x-rebirth.sh
Source2: d1swdf.tar.gz
-Patch0: d1x-rebirth-v0.57.1-libmath.patch
-Patch1: d1x-rebirth-v0.57.1-physfs_v1.patch
-Patch2: d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch
-Patch3: d1x-rebirth-v0.57.1-desktop.patch
URL: http://www.dxx-rebirth.com/
BuildRequires: SDL-devel SDL_mixer-devel mesa-libGL-devel mesa-libGLU-devel
BuildRequires: physfs-devel scons desktop-file-utils dos2unix
@@ -46,10 +42,6 @@
%prep
%setup -q -n d1x-rebirth_v%{rebirth_version}-src
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
dos2unix -k *.txt
@@ -96,7 +88,6 @@
%files
-%defattr(-,root,root,-)
%doc COPYING.txt README.txt RELEASE-NOTES.txt
%{_bindir}/d1x-rebirth*
%dir %{_datadir}/d1x
@@ -105,11 +96,14 @@
%{_datadir}/icons/hicolor/128x128/apps/d1x-rebirth.xpm
%files shareware
-%defattr(-,root,root,-)
%{_datadir}/d1x/d1shar
%changelog
+* Sun Mar 2 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.43-12.rebirth_v0.58.1
+- Update to latest d1x-rebirth release v0.58.1 (rf3162)
+- Drop all patches, all upstreamed
+
* Tue Mar 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.43-11.rebirth_v0.57.1
- https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
@@ -187,7 +181,7 @@
- Build without -fomit-framepointer to allow debugging (DEBUGABLE = 1).
- Add Patch 15 to fix i386 (asm) compile.
-* Mon Apr 29 2005 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.43-0.lvn.2
+* Fri Apr 29 2005 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.43-0.lvn.2
- Added Patch 13 which fixes compilation with gcc4
* Mon Jan 3 2005 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.43-0.lvn.1
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/d1x/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 15 Sep 2011 21:04:24 -0000 1.3
+++ sources 2 Mar 2014 09:47:53 -0000 1.4
@@ -1,2 +1,2 @@
8112d6127a7a81a36735f5a9c3175ec2 d1swdf.tar.gz
-20c16f1984787420a7c833a9ebf8980f d1x-rebirth_v0.57.1-src.tar.gz
+8f43e66191fdedd0c7ff9278719accf1 d1x-rebirth_v0.58.1-src.tar.gz
--- d1x-rebirth-v0.57.1-desktop.patch DELETED ---
--- d1x-rebirth-v0.57.1-libmath.patch DELETED ---
--- d1x-rebirth-v0.57.1-physfs_v1.patch DELETED ---
--- d1x-rebirth-v0.57.1-split-regular-and-slide-invert.patch DELETED ---
10 years, 8 months
rpms/libmimic/devel .cvsignore, 1.3, 1.4 libmimic.spec, 1.4, 1.5 sources, 1.3, 1.4
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libmimic/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18323
Modified Files:
.cvsignore libmimic.spec sources
Log Message:
* Sun Mar 02 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.4-7
- Stop using pre-built docs (rf3114)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmimic/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 7 Nov 2009 14:58:28 -0000 1.3
+++ .cvsignore 2 Mar 2014 08:40:56 -0000 1.4
@@ -1,2 +1 @@
-libmimic-1.0.4-pregenerated-docs.tar.gz
libmimic-1.0.4.tar.gz
Index: libmimic.spec
===================================================================
RCS file: /cvs/free/rpms/libmimic/devel/libmimic.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libmimic.spec 3 Mar 2013 21:40:47 -0000 1.4
+++ libmimic.spec 2 Mar 2014 08:40:56 -0000 1.5
@@ -1,17 +1,11 @@
Name: libmimic
Version: 1.0.4
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Encoding/decoding library for Mimic V2.x
Group: System Environment/Libraries
License: LGPLv2+
URL: http://farsight.sourceforge.net/
Source0: http://downloads.sourceforge.net/farsight/%{name}-%{version}.tar.gz
-# To regenerate:
-# make <arch>
-# cd libmimic-%{version}/doc/api
-# tar cvfz ../../../libmimic-%{version}-pregenerated-docs.tar.gz html
-Source1: libmimic-%{version}-pregenerated-docs.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: doxygen glib2-devel
%description
@@ -31,7 +25,7 @@
%prep
-%setup -q -a 1
+%setup -q
%build
@@ -40,34 +34,30 @@
%install
-rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
-%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/*.so.*
%files devel
-%defattr(-,root,root,-)
-%doc html
+%doc doc/api/html
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmimic.pc
%changelog
+* Sun Mar 02 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.4-7
+- Stop using pre-built docs (rf3114)
+
* Sun Mar 03 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.4-6
- Mass rebuilt for Fedora 19 Features
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmimic/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 7 Nov 2009 14:58:28 -0000 1.3
+++ sources 2 Mar 2014 08:40:56 -0000 1.4
@@ -1,2 +1 @@
-88aa1e3d03b3b7dd847743bd8df4988b libmimic-1.0.4-pregenerated-docs.tar.gz
94f0dbb1d3c253201553a4069555fb84 libmimic-1.0.4.tar.gz
10 years, 8 months
rpms/audacious-plugins-freeworld/F-19 .cvsignore, 1.19, 1.20 audacious-plugins-freeworld.spec, 1.33, 1.34 sources, 1.19, 1.20
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/audacious-plugins-freeworld/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18037
Modified Files:
.cvsignore audacious-plugins-freeworld.spec sources
Log Message:
* Sun Mar 2 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 3.4.3-1
- Upgrade to 3.4.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/F-19/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore 21 Nov 2013 20:26:38 -0000 1.19
+++ .cvsignore 2 Mar 2014 08:29:11 -0000 1.20
@@ -1 +1 @@
-audacious-plugins-3.4.2.tar.bz2
+audacious-plugins-3.4.3.tar.bz2
Index: audacious-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/F-19/audacious-plugins-freeworld.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- audacious-plugins-freeworld.spec 21 Nov 2013 20:26:39 -0000 1.33
+++ audacious-plugins-freeworld.spec 2 Mar 2014 08:29:12 -0000 1.34
@@ -4,7 +4,7 @@
%endif
Name: audacious-plugins-freeworld
-Version: 3.4.2
+Version: 3.4.3
Release: 1%{?dist}
Summary: Additional plugins for the Audacious media player
@@ -135,6 +135,9 @@
%changelog
+* Sun Mar 2 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 3.4.3-1
+- Upgrade to 3.4.3
+
* Thu Nov 21 2013 Hans de Goede <j.w.r.degoede(a)gmail.com> - 3.4.2-1
- Upgrade to 3.4.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/F-19/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources 21 Nov 2013 20:26:39 -0000 1.19
+++ sources 2 Mar 2014 08:29:12 -0000 1.20
@@ -1 +1 @@
-ac105d093eb819e6346abe19134a40e9 audacious-plugins-3.4.2.tar.bz2
+a52e1ec2f37e9269e26ee67b41153d73 audacious-plugins-3.4.3.tar.bz2
10 years, 8 months