[mate-user-share] Update to 1.7.0

Dan Mashal vicodan at fedoraproject.org
Mon Feb 10 00:54:54 UTC 2014


commit 90c58a0aa725f8a353f98e56ab3ab90dd6b865c0
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Sun Feb 9 16:55:25 2014 -0800

    Update to 1.7.0

 .gitignore           |    1 +
 mate-user-share.spec |   23 +++++++----------------
 sources              |    2 +-
 3 files changed, 9 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8472f8..2b7166b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /mate-user-share-1.6.1.git48b2c97.tar.xz
 /mate-user-share-1.6.1.git77a6040.tar.xz
 /mate-user-share-1.6.1-git20130919-77a6040.tar.xz
+/mate-user-share-1.7.0.tar.xz
diff --git a/mate-user-share.spec b/mate-user-share.spec
index c39a87d..99a8670 100644
--- a/mate-user-share.spec
+++ b/mate-user-share.spec
@@ -1,8 +1,8 @@
 # Conditional for release and snapshot builds. Uncomment for release-builds.
-# %%global rel_build 1
+%global rel_build 1
 
 # This is needed, because src-url contains branched part of versioning-scheme.
-%global branch 1.6
+%global branch 1.7
 
 # Settings used for build from snapshots.
 %{!?rel_build:%global commit 77a60402b58e004651f769b5baa98ab8574864f1}
@@ -14,7 +14,7 @@
 
 Summary:     Mate user file sharing
 Name:            mate-user-share
-Version:        %{branch}.1
+Version:        %{branch}.0
 Release:        0.4%{?git_rel}%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
@@ -26,12 +26,6 @@ URL:              http://mate-desktop.org
 # Source for snapshot-builds.
 %{!?rel_build:Source0:    http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}}
 
-# pull request at uptream to fix rhbz #(1031307)
-# https://github.com/NiceandGently/mate-user-share/commit/906172b
-%if 0%{?fedora} > 19
-Patch0:  mate-user-share_download-dir.patch
-%endif 
-
 BuildRequires: gtk2-devel
 BuildRequires: httpd  mod_dnssd
 # disable bluetooth support for bluez5
@@ -42,7 +36,6 @@ BuildRequires: mate-bluetooth-devel
 %endif
 BuildRequires: libcanberra-devel
 BuildRequires: desktop-file-utils
-BuildRequires: mate-doc-utils
 BuildRequires: libselinux-devel
 BuildRequires: dbus-glib-devel
 BuildRequires: libnotify-devel
@@ -81,12 +74,6 @@ The program also allows to share files using ObexFTP over Bluetooth.
 
 %prep
 %setup -q%{!?rel_build:n %{name}-%{commit}}
-%if 0%{?fedora} > 19
-%patch0 -p1 -b .download-dir
-%endif
-
-# nedded to create missing configure and make files
-NOCONFIGURE=1 ./autogen.sh
 
 %build
 # disable bluetooth support for bluez5
@@ -164,6 +151,10 @@ fi
 
 
 %changelog
+* Sun Feb 09 2014 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.0-1
+- Update to 1.7.0
+- Remove unused patches
+
 * Sat Dec 21 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-0.4.git20130919.77a6040
 - make Maintainers life easier and use better git snapshot usage, Thanks to Björn Esser
 - use BR caja-devel for f21
diff --git a/sources b/sources
index 6b42f28..df7cd87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d18977dc01e9e373fa006bce19bfd42  mate-user-share-1.6.1-git20130919-77a6040.tar.xz
+a89b6a22992b1ddefce6eb58cd449a4b  mate-user-share-1.7.0.tar.xz


More information about the scm-commits mailing list