[berusky: 1/2] New upstream version (1.7), new icon

Martin Stransky stransky at fedoraproject.org
Sat Feb 8 13:47:09 UTC 2014


commit 7472616d6e47a51eddaec67dd304ae4ac82bab0f
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Sat Feb 8 14:46:01 2014 +0100

    New upstream version (1.7), new icon

 .gitignore   |    1 +
 berusky.png  |  Bin 1598 -> 16068 bytes
 berusky.spec |   15 +++++++++------
 sources      |    2 +-
 4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c666777..3d887d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /berusky-1.4.tar.gz
 /berusky-1.5.tar.gz
 /berusky-1.6.tar.gz
+/berusky-1.7.tar.gz
diff --git a/berusky.png b/berusky.png
index 3f968fa..2eab436 100644
Binary files a/berusky.png and b/berusky.png differ
diff --git a/berusky.spec b/berusky.spec
index f43b45e..f703abe 100644
--- a/berusky.spec
+++ b/berusky.spec
@@ -1,14 +1,14 @@
 Summary:        Sokoban clone
 Name:           berusky
-Version:        1.6
-Release:        2%{?dist}
+Version:        1.7
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          Amusements/Games
 Source:         http://www.anakreon.cz/download/%{name}-%{version}.tar.gz
 Source1:        berusky.desktop
 Source2:        berusky.png
 URL:            http://www.anakreon.cz/?q=node/1
-Requires:       berusky-data >= 1.6
+Requires:       berusky-data >= 1.7
 Requires:       SDL SDL_image
 BuildRequires:  SDL-devel SDL_image-devel desktop-file-utils
 BuildRequires:  gtk2-devel
@@ -42,8 +42,8 @@ popd
 
 rm -rf %{buildroot}/%{_datadir}/%{name}
 
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
-cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps
+cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps
 desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}
 rm $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/INSTALL
 rm $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/NEWS
@@ -70,9 +70,12 @@ fi
 
 %{_bindir}/berusky
 %{_datadir}/applications/berusky.desktop
-%{_datadir}/icons/hicolor/32x32/apps/berusky.png
+%{_datadir}/icons/hicolor/128x128/apps/berusky.png
 
 %changelog
+* Sat Feb 8 2014 Martin Stransky <stransky at redhat.com> 1.7-1
+- New upstream version (1.7)
+
 * Mon Feb 11 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 1.6-2
 - remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
 - clean up spec to follow current guidelines
diff --git a/sources b/sources
index 73a8c2c..24076cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2351451cde46e752b3b0ab948b49e2a  berusky-1.6.tar.gz
+e76626588228b8d320772ea5c173579d  berusky-1.7.tar.gz


More information about the scm-commits mailing list