[sparkleshare] Update to 0.9.1

Nikos Roussos comzeradd at fedoraproject.org
Tue Aug 28 09:37:36 UTC 2012


commit e554a7882ce1fa9fdecd10594002138cd01827d6
Author: Nikos Roussos <nikos at roussos.cc>
Date:   Tue Aug 28 12:37:16 2012 +0300

    Update to 0.9.1

 .gitignore        |    1 +
 sources           |    2 +-
 sparkleshare.spec |   26 +++++++++++---------------
 3 files changed, 13 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 415386f..cd7e0de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /sparkleshare-linux-0.8.3.tar.gz
 /sparkleshare-linux-0.8.4.tar.gz
 /sparkleshare-linux-0.9.0.tar.gz
+/sparkleshare-linux-0.9.1.tar.gz
diff --git a/sources b/sources
index 059de65..a29bbaf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58459e77635dd594baeb4a7a67f6333e  sparkleshare-linux-0.9.0.tar.gz
+a49fb7d5f86af7384ac2358e0633ff2e  sparkleshare-linux-0.9.1.tar.gz
diff --git a/sparkleshare.spec b/sparkleshare.spec
index 4149918..d0bdbdd 100644
--- a/sparkleshare.spec
+++ b/sparkleshare.spec
@@ -1,15 +1,12 @@
 Name:           sparkleshare
-Version:        0.9.0
-Release:        2%{?dist}
+Version:        0.9.1
+Release:        1%{?dist}
 Summary:        Easy file sharing based on git repositories
 
 Group:          Applications/Productivity
 License:        GPLv3
 URL:            http://www.sparkleshare.org/
 Source0:        https://github.com/downloads/hbons/SparkleShare/%{name}-linux-%{version}.tar.gz
-#Makefile tries to write outside DESTDIR
-#https://github.com/hbons/SparkleShare/issues/658
-#Patch0:         sparkleshare-0.8.4-desktop.patch
 
 
 BuildRequires:  mono-devel
@@ -44,7 +41,6 @@ system and synchronized elsewhere.
 
 %prep
 %setup -q
-#%patch0 -p1 -b .orig
 
 
 %build
@@ -90,20 +86,20 @@ fi
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}-invite-opener.desktop
 #%{_mandir}/man1/%{name}.1.gz
-%{_datadir}/icons/hicolor/16x16/apps/folder-%{name}.png
-%{_datadir}/icons/hicolor/22x22/apps/folder-%{name}.png
-%{_datadir}/icons/hicolor/24x24/apps/folder-%{name}.png
-%{_datadir}/icons/hicolor/256x256/apps/folder-%{name}.png
-%{_datadir}/icons/hicolor/32x32/apps/folder-%{name}.png
-%{_datadir}/icons/hicolor/48x48/apps/folder-%{name}.png
+%{_datadir}/icons/hicolor/16x16/apps/*
+%{_datadir}/icons/hicolor/22x22/apps/*
+%{_datadir}/icons/hicolor/24x24/apps/*
+%{_datadir}/icons/hicolor/256x256/apps/*
+%{_datadir}/icons/hicolor/32x32/apps/*
+%{_datadir}/icons/hicolor/48x48/apps/*
 %{_datadir}/icons/ubuntu-mono-dark/status/24/*
 %{_datadir}/icons/ubuntu-mono-light/status/24/*
-%doc legal/AUTHORS legal/LICENSE legal/TRADEMARK NEWS README.md
+%doc legal/AUTHORS.txt legal/LICENSE.txt legal/TRADEMARK.txt NEWS README.md
 
 
 %changelog
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Tue Aug 28 2012 Nikos Roussos <nikos at roussos.cc> 0.9.1-1
+- Update to 0.9.1
 
 * Thu Jul 05 2012 Nikos Roussos <nikos at roussos.cc> 0.9.0-1
 - Update to 0.9.0


More information about the scm-commits mailing list