[sugar-runner] 0.102.0

Peter Robinson pbrobinson at fedoraproject.org
Wed Jul 2 14:00:42 UTC 2014


commit 41a61e3985d7edfdb0784b52e7b603938b8126a3
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Jul 2 15:00:46 2014 +0100

    0.102.0

 .gitignore        |    1 +
 sources           |    2 +-
 sugar-runner.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d85039c..38f485e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /sugar-runner-0.100.1.tar.xz
 /sugar-runner-0.101.1.tar.xz
 /sugar-runner-0.101.2.tar.xz
+/sugar-runner-0.102.0.tar.xz
diff --git a/sources b/sources
index 5de1400..ddeaeac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-356e7191dc329623e2b9910bb536f5c7  sugar-runner-0.101.2.tar.xz
+62a7a9ac7f1c7fc3e7e280a11cd98aea  sugar-runner-0.102.0.tar.xz
diff --git a/sugar-runner.spec b/sugar-runner.spec
index aac8ac8..4aa2ab5 100644
--- a/sugar-runner.spec
+++ b/sugar-runner.spec
@@ -1,6 +1,6 @@
 Name:          sugar-runner
-Version:       0.101.2
-Release:       2%{?dist}
+Version:       0.102.0
+Release:       1%{?dist}
 Summary:       Sugar runner emulator for development
 Group:         User Interface/Desktops
 License:       GPLv2+
@@ -47,7 +47,7 @@ make %{?_smp_mflags} V=1
 make install DESTDIR=%{buildroot} INSTALL='install -p'
 
 #Remove libtool archives.
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -type f -name "*.la" -delete
 
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
@@ -79,6 +79,9 @@ fi
 %{_datadir}/gir-1.0/SugarRunner-1.0.gir
 
 %changelog
+* Wed Jul  2 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.102.0-1
+- Sugar 0.102.0 stable release
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.101.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list