Author: musuruan
Update of /cvs/nonfree/rpms/yapeSDL/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21128
Modified Files:
.cvsignore sources yapeSDL.desktop yapeSDL.spec
Log Message:
* Sat Aug 15 2015 Andrea Musuruane <musuruan(a)gmail.com> - 0.58.1-1
- Updated to upstream 0.58.1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/yapeSDL/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 10 Jun 2015 17:37:16 -0000 1.4
+++ .cvsignore 15 Aug 2015 14:36:01 -0000 1.5
@@ -1 +1 @@
-yapeSDL-0.36.2.tar.gz
+yapeSDL-0.58.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/yapeSDL/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 10 Jun 2015 17:37:16 -0000 1.4
+++ sources 15 Aug 2015 14:36:01 -0000 1.5
@@ -1 +1 @@
-7a44d45106261d464c78ed8319fe3bd9 yapeSDL-0.36.2.tar.gz
+e39648506ce6a5fbe1a3c2940b2d1440 yapeSDL-0.58.1.tar.gz
Index: yapeSDL.desktop
===================================================================
RCS file: /cvs/nonfree/rpms/yapeSDL/devel/yapeSDL.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yapeSDL.desktop 3 Dec 2008 14:02:20 -0000 1.1
+++ yapeSDL.desktop 15 Aug 2015 14:36:01 -0000 1.2
@@ -1,8 +1,7 @@
[Desktop Entry]
-Encoding=UTF-8
Name=YapeSDL
Comment=Yet another plus/4 emulator
-Exec=yape
+Exec=yapesdl
Icon=yapeSDL
Terminal=false
Type=Application
Index: yapeSDL.spec
===================================================================
RCS file: /cvs/nonfree/rpms/yapeSDL/devel/yapeSDL.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- yapeSDL.spec 10 Jun 2015 17:47:41 -0000 1.9
+++ yapeSDL.spec 15 Aug 2015 14:36:01 -0000 1.10
@@ -1,6 +1,6 @@
Name: yapeSDL
-Version: 0.36.2
-Release: 2%{?dist}
+Version: 0.58.1
+Release: 1%{?dist}
Summary: Yet another plus/4 emulator
License: GPLv2+
@@ -33,10 +33,10 @@
mv README.SDL.utf8 README.SDL
# Use RPM_OPT_FLAGS
-sed -i 's/-O3 -w -finline -frerun-loop-opt
-fomit-frame-pointer/$(RPM_OPT_FLAGS)/' Makefile
+sed -i 's/cflags = -O3 -w/cflags = $(RPM_OPT_FLAGS)/' Makefile
# Don't strip binary
-sed -i 's/-o yape -s/-o yape/' Makefile
+sed -i 's/-o $(EXENAME) -s/-o $(EXENAME)/' Makefile
%build
@@ -45,11 +45,11 @@
%install
install -d -m 0755 %{buildroot}%{_bindir}
-install -m 0755 yape %{buildroot}%{_bindir}/
+install -m 0755 yapesdl %{buildroot}%{_bindir}/
# install desktop file
mkdir -p %{buildroot}%{_datadir}/applications
-desktop-file-install --vendor '' \
+desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE1}
@@ -74,12 +74,15 @@
%files
-%{_bindir}/yape
+%{_bindir}/yapesdl
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%doc Changes COPYING README.SDL
%changelog
+* Sat Aug 15 2015 Andrea Musuruane <musuruan(a)gmail.com> - 0.58.1-1
+- Updated to upstream 0.58.1
+
* Wed Jun 10 2015 Andrea Musuruane <musuruan(a)gmail.com> - 0.36.2-2
- Fixed BuildRequires
Show replies by date