[scottfree] Fixed missing debuginfo Added URL tag Updated Source0 tags Updated description Added man page from D
by Andrea Musuruane
commit 3bb710882847d786b1a0677db4747bc0f6685f08
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sun Sep 3 15:41:54 2017 +0200
Fixed missing debuginfo
Added URL tag
Updated Source0 tags
Updated description
Added man page from Debian
Dropped Group tag
...free-1.14.diff => scottfree-1.14-Makefile.patch | 13 +------
scottfree-1.14-includes.patch | 12 ++++++
scottfree.spec | 43 +++++++++++++++++-----
3 files changed, 47 insertions(+), 21 deletions(-)
---
diff --git a/scottfree-1.14.diff b/scottfree-1.14-Makefile.patch
similarity index 61%
rename from scottfree-1.14.diff
rename to scottfree-1.14-Makefile.patch
index 112552c..a54458f 100644
--- a/scottfree-1.14.diff
+++ b/scottfree-1.14-Makefile.patch
@@ -12,7 +12,7 @@
-ScottCurses: ScottCurses.o
- $(CC) ScottCurses.o -o ScottCurses -lcurses -ltermcap
+scottfree: ScottCurses.o
-+ $(CC) ScottCurses.o -o scottfree -lcurses
++ $(CC) $(LDFLAGS) ScottCurses.o -o scottfree -lcurses
+install:
+ mkdir -p $(DESTDIR)/usr/bin
@@ -20,14 +20,3 @@
+clean:
+ rm -f ScottCurses.o scottfree
---- scottfree-1.14.orig/ScottCurses.c
-+++ scottfree-1.14/ScottCurses.c
-@@ -20,6 +20,8 @@
- #include <curses.h>
- #include <stdarg.h>
- #include <signal.h>
-+#include <unistd.h>
-+#include <sys/types.h>
-
- #include "Scott.h"
-
diff --git a/scottfree-1.14-includes.patch b/scottfree-1.14-includes.patch
new file mode 100644
index 0000000..2d8860b
--- /dev/null
+++ b/scottfree-1.14-includes.patch
@@ -0,0 +1,12 @@
+diff -urN scottfree-1.14.orig.orig/ScottCurses.c scottfree-1.14.orig/ScottCurses.c
+--- scottfree-1.14.orig.orig/ScottCurses.c 1995-04-27 06:03:27.000000000 -0400
++++ scottfree-1.14.orig/ScottCurses.c 2008-01-11 10:49:52.000000000 -0500
+@@ -20,6 +20,8 @@
+ #include <curses.h>
+ #include <stdarg.h>
+ #include <signal.h>
++#include <unistd.h>
++#include <sys/types.h>
+
+ #include "Scott.h"
+
diff --git a/scottfree.spec b/scottfree.spec
index 357dff6..fcc4283 100644
--- a/scottfree.spec
+++ b/scottfree.spec
@@ -1,38 +1,63 @@
-%global debug_package %{nil}
-
-Summary: Interpreter for Scott Adams format text adventure games
Name: scottfree
Version: 1.14
-Release: 11%{?dist}
+Release: 12%{?dist}
+Summary: Interpreter for Scott Adams format text adventure games
+
License: GPLv2+
-Group: Amusements/Games
-Source: ftp://ftp.gmd.de/if-archive/scott-adams/ScottFree.tar.gz
-Patch: scottfree-1.14.diff
+URL: http://ifarchive.org/if-archive/scott-adams/interpreters/scottfree/
+Source0: http://ifarchive.org/if-archive/scott-adams/interpreters/scottfree/ScottF...
+# Man page taken from Debian
+Source1: %{name}.6
+Patch0: %{name}-1.14-Makefile.patch
+Patch1: %{name}-1.14-includes.patch
BuildRequires: ncurses-devel
+
%description
ScottFree is an interpreter for Scott-Adams-format text adventure games
(remember those?). It reads and executes TRS-80 format data files.
Most Adventure International Games are distributed as shareware and are
-available from ftp://ftp.gmd.de/if-archive/scott-adams/
+available from http://ifarchive.org/if-archive/scott-adams/
+
%prep
%autosetup -c -p1
+
+# Fix file permissions
chmod 644 *
+
%build
+export CFLAGS="%{optflags}"
+export LDFLAGS="%{__global_ldflags}"
%make_build
+
%install
%make_install
+# Install man page
+install -d %{buildroot}%{_mandir}/man6
+install -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man6/
+
+
%files
-%{_bindir}/scottfree
+%{_bindir}/%{name}
+%{_mandir}/man6/%{name}.6*
%doc README Definition
+
%changelog
+* Sat Sep 02 2017 Andrea Musuruane <musuruan(a)gmail.com> - 1.14-12
+- Fixed missing debuginfo
+- Added URL tag
+- Updated Source0 tags
+- Updated description
+- Added man page from Debian
+- Dropped Group tag
+
* Fri Sep 01 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.14-11
- Disable debuginfo
7 years, 2 months
[libopenshot-audio] Update libopenshot-audio to 0.1.4
by Sérgio M. Basto
commit a5823c1a2826d3db743e47e4aff8dd3b0a086473
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Sep 3 14:01:14 2017 +0100
Update libopenshot-audio to 0.1.4
.gitignore | 1 +
libopenshot-audio.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c59755..ea26c8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
libopenshot-audio-0.0.6.tar.gz
/libopenshot-audio-0.1.1.tar.gz
/libopenshot-audio-0.1.2.tar.gz
+/libopenshot-audio-0.1.4.tar.gz
diff --git a/libopenshot-audio.spec b/libopenshot-audio.spec
index 67e44cb..98f578e 100644
--- a/libopenshot-audio.spec
+++ b/libopenshot-audio.spec
@@ -1,11 +1,11 @@
Name: libopenshot-audio
-Version: 0.1.2
-Release: 3%{?dist}
+Version: 0.1.4
+Release: 1%{?dist}
Summary: Audio library used by OpenShot
License: GPLv3+
URL: http://openshot.org/
-Source0: https://launchpad.net/libopenshot/0.1/%{version}/+download/%{name}-%{vers...
+Source0: https://github.com/OpenShot/%{name}/archive/v%{version}/%{name}-%{version...
Patch0: libopenshot-audio-0.0.3-libs.patch
@@ -33,7 +33,7 @@ developing applications that use %{name}.
%prep
-%setup -qc
+%setup -q
%patch0 -p1 -b .libs
@@ -65,6 +65,9 @@ make %{?_smp_mflags}
%changelog
+* Sat Sep 02 2017 Sérgio Basto <sergio(a)serjux.com> - 0.1.4-1
+- Update libopenshot-audio to 0.1.4
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index 8b8af8d..198f8ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-34d1f7584f37184a8bfe439d44b4f820 libopenshot-audio-0.1.2.tar.gz
+09cc90dbdc97450b9023ff4a56aa2279 libopenshot-audio-0.1.4.tar.gz
7 years, 2 months
[lpf-spotify-client] update version in spec.in
by Leigh Scott
commit 3d73fe0e2cf944db73be621dac84ef048c97f719
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Sep 3 07:45:19 2017 +0100
update version in spec.in
spotify-client.spec.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 3483518..6a017a6 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -12,7 +12,7 @@
Name: spotify-client
Version: 1.0.59.395
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Spotify music player native client
# board=http://community.spotify.com/t5/Desktop-Linux
@@ -116,6 +116,9 @@ fi
%changelog
+* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.0.59.395-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
* Fri Jul 21 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.59.395-1
- Update to 1.0.59.395.ge6ca9946
7 years, 2 months
[ffmpeg/el7] Update to 2.8.13
by Nicolas Chauvet
commit b2f0038b2efc12fdb513bfe13325f35557c28701
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Sep 2 19:00:19 2017 +0200
Update to 2.8.13
ffmpeg.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 2702875..d2c8c98 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -12,7 +12,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 2.8.12
+Version: 2.8.13
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?!_without_amr:1}
License: GPLv3+
@@ -264,6 +264,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%changelog
+* Sat Sep 02 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.8.13-1
+- Update to 2.8.13 (security issues)
+
* Wed Jun 07 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.8.12-1
- Update to 2.8.12
diff --git a/sources b/sources
index 0da7462..fba01fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c1e962b5646e1c5964124d72ec7c582 ffmpeg-2.8.12.tar.xz
+71314748d96efb7ed80ecbe37de33447 ffmpeg-2.8.13.tar.xz
7 years, 2 months
[mythtv] Update build requirements due to change in ttvdb.py.
by Richard Shaw
commit 7f35a714705c69913386f6f36cf3866d2b756a3f
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sat Sep 2 11:38:55 2017 -0500
Update build requirements due to change in ttvdb.py.
mythtv.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 5742dcb..a50428e 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -235,6 +235,11 @@ BuildRequires: libavc1394-devel
BuildRequires: libiec61883-devel
BuildRequires: libraw1394-devel
+# For ttvdb.py
+BuildRequires: python2-future
+BuildRequires: python2-requests
+BuildRequires: python-requests-cache
+
%if %{with vdpau}
BuildRequires: libvdpau-devel
%endif
@@ -300,7 +305,6 @@ BuildRequires: zlib-devel
BuildRequires: ncurses-devel
-
%if %{with mythweather}
Requires: mythweather >= %{version}
BuildRequires: perl(XML::Simple)
7 years, 2 months
[dgen-sdl] fixed build with nasm 2.13.01
by Andrea Musuruane
commit 4008bb60b609108933aaf2ee23dadcfc49d0a4d6
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Sep 2 17:45:48 2017 +0200
fixed build with nasm 2.13.01
dgen-sdl.spec | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/dgen-sdl.spec b/dgen-sdl.spec
index 6250edf..44a3006 100644
--- a/dgen-sdl.spec
+++ b/dgen-sdl.spec
@@ -1,7 +1,7 @@
Summary: A Sega Genesis (MegaDrive outside the US) emulator
Name: dgen-sdl
Version: 1.33
-Release: 4%{?dist}
+Release: 5%{?dist}
License: BSD
URL: http://dgen.sourceforge.net/
Source: http://downloads.sourceforge.net/dgen/%{name}-%{version}.tar.gz
@@ -16,6 +16,7 @@ DGen/SDL is an emulator for the Sega Genesis/MegaDrive game console. It
supports save states, full screen mode, interlace mode, Game Genie, joystick,
compressed ROM images, and more.
+
%prep
%setup -q
@@ -27,13 +28,21 @@ do
mv tmp $txtfile
done
+# Fix build with nasm 2.13.01
+sed -i '/@NASM@/s/--//' \
+ Makefile.in \
+ mz80/Makefile.in \
+ star/Makefile.in
+
+
%build
%configure
# It does not compile with smp_mflags
make V=1
+
%install
-make install DESTDIR=%{buildroot}
+%make_install
# install docs
mkdir docs
@@ -58,16 +67,22 @@ cp -a star/stardoc.txt docs/star
# remove not useful binary file
rm -f %{buildroot}%{_bindir}/cyclone
+
%files
%{_bindir}/dgen
%{_bindir}/dgen_tobin
%{_mandir}/man1/dgen.1*
%{_mandir}/man1/dgen_tobin.1*
%{_mandir}/man5/dgenrc.5*
-%doc AUTHORS ChangeLog COPYING README sample.dgenrc
+%license COPYING
+%doc AUTHORS ChangeLog README sample.dgenrc
%doc docs/cyclone docs/cz80 docs/drz80 docs/dz80 docs/musa docs/mz80 docs/star
+
%changelog
+* Sat Sep 02 2017 Andrea Musuruane <musuruan(a)gmail.com> - 1.33-5
+- fixed build with nasm 2.13.01
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.33-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years, 2 months