Author: musuruan
Update of /cvs/nonfree/rpms/yapeSDL/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3652
Modified Files:
.cvsignore sources yapeSDL.spec
Log Message:
* Sat Oct 17 2015 Andrea Musuruane <musuruan(a)gmail.com> - 0.58.2-1
- Updated to upstream 0.58.2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/yapeSDL/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 15 Aug 2015 14:36:01 -0000 1.5
+++ .cvsignore 17 Oct 2015 13:32:58 -0000 1.6
@@ -1 +1 @@
-yapeSDL-0.58.1.tar.gz
+yapeSDL-0.58.2.zip
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/yapeSDL/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 15 Aug 2015 14:36:01 -0000 1.5
+++ sources 17 Oct 2015 13:32:58 -0000 1.6
@@ -1 +1 @@
-e39648506ce6a5fbe1a3c2940b2d1440 yapeSDL-0.58.1.tar.gz
+a9d1973d029f28dac4d74e00b14facda yapeSDL-0.58.2.zip
Index: yapeSDL.spec
===================================================================
RCS file: /cvs/nonfree/rpms/yapeSDL/devel/yapeSDL.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- yapeSDL.spec 15 Aug 2015 14:36:01 -0000 1.10
+++ yapeSDL.spec 17 Oct 2015 13:32:58 -0000 1.11
@@ -1,11 +1,13 @@
+%global commit f34a47a03051
+
Name: yapeSDL
-Version: 0.58.1
+Version: 0.58.2
Release: 1%{?dist}
Summary: Yet another plus/4 emulator
License: GPLv2+
URL:
http://yape.plus4.net/
-Source:
http://yape.homeserver.hu/download/%{name}-%{version}.tar.gz
+Source:
https://download-codeplex.sec.s-msft.com/Download/SourceControlFileDownlo...
Source1: %{name}.desktop
# Icon taken from
#
http://ahlberg.deviantart.com/art/Commodore-Icons-70563314
@@ -32,6 +34,12 @@
iconv --from=ISO-8859-1 --to=UTF-8 README.SDL > README.SDL.utf8
mv README.SDL.utf8 README.SDL
+# Fix end-of-line encoding
+for txtfile in COPYING README.SDL Changes
+do
+ sed -i 's/\r//' $txtfile
+done
+
# Use RPM_OPT_FLAGS
sed -i 's/cflags = -O3 -w/cflags = $(RPM_OPT_FLAGS)/' Makefile
@@ -80,6 +88,9 @@
%doc Changes COPYING README.SDL
%changelog
+* Sat Oct 17 2015 Andrea Musuruane <musuruan(a)gmail.com> - 0.58.2-1
+- Updated to upstream 0.58.2
+
* Sat Aug 15 2015 Andrea Musuruane <musuruan(a)gmail.com> - 0.58.1-1
- Updated to upstream 0.58.1