[gpsim] upstream update 0.28.1

Roy Rankin rrankin at fedoraproject.org
Sat Nov 15 11:17:11 UTC 2014


commit b7917dce801ac6b65d95fcc784ae3c1d2e3f440d
Author: Roy Rankin <rrankin at ihug.com.au>
Date:   Sat Nov 15 22:17:05 2014 +1100

    upstream update 0.28.1

 .gitignore        |    1 +
 gpsim.appdata.xml |   42 ------------------------------------------
 gpsim.desktop     |   44 --------------------------------------------
 gpsim.png         |  Bin 1383 -> 0 bytes
 gpsim.spec        |   18 +++++++++---------
 sources           |    2 +-
 6 files changed, 11 insertions(+), 96 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45996aa..9dcffa9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ gpsim-0.25.0.tar.gz
 /gpsim-0.26.1.tar.gz
 /gpsim-0.27.0.tar.gz
 /gpsim-0.28.0.tar.gz
+/gpsim-0.28.1.tar.gz
diff --git a/gpsim.spec b/gpsim.spec
index af6d41e..bfd8475 100644
--- a/gpsim.spec
+++ b/gpsim.spec
@@ -1,6 +1,6 @@
 Name:		gpsim
-Version:	0.28.0
-Release:	1%{?dist}
+Version:	0.28.1
+Release:	0%{?dist}
 Summary:	A simulator for Microchip (TM) PIC (TM) microcontrollers
 Summary(fr):	Un simulateur pour les microcontrôleurs PIC (TM) Microchip (TM)
 
@@ -10,10 +10,6 @@ License:	GPLv2+ and LGPLv2+
 URL:		http://gpsim.sourceforge.net/gpsim.html
 Source:		http://downloads.sourceforge.net/gpsim/gpsim-%{version}.tar.gz
 
-Source1:	%{name}.desktop
-Source2:	%{name}.png
-Source3:	%{name}.appdata.xml
-
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gtk+extra-devel, flex, readline-devel, popt-devel
@@ -68,11 +64,11 @@ autoconf
 %{__rm} -f examples/Makefile
 %{__rm} -f examples/modules/Makefile
 %{__rm} -f examples/projects/Makefile
-install -Dm 0644 -p %{SOURCE1} \
+install -Dm 0644 -p doc/metadata/%{name}.desktop \
 	%{buildroot}%{_datadir}/applications/%{name}.desktop
-install -Dm 0644 -p %{SOURCE2} \
+install -Dm 0644 -p doc/metadata/%{name}.png \
 	%{buildroot}%{_datadir}/pixmaps/%{name}.png
-install -Dm 0644 -p %{SOURCE3} \
+install -Dm 0644 -p doc/metadata/%{name}.appdata.xml \
 	%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
 desktop-file-install --vendor=""\
 	--dir=%{buildroot}/%{_datadir}/applications\
@@ -109,6 +105,10 @@ desktop-file-install --vendor=""\
 %{_includedir}/*
 
 %changelog
+* Sat Nov 15 2014 Roy Rankin <rrankin at ihug.com.au> - 0.28.1-0
+- Upstream update to 0.28.1
+- metadata from upstream
+
 * Sat Nov 15 2014 Roy Rankin <rrankin at ihug.com.au> - 0.28.0-1
 - Add appdata file
 
diff --git a/sources b/sources
index 5a96e4e..409f93b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bed1f5caee3890eb4f2f5348ed3a98e0  gpsim-0.28.0.tar.gz
+74178b671f45f8f67739a23b0af3e070  gpsim-0.28.1.tar.gz


More information about the scm-commits mailing list