amigadave pushed to xdg-app (f21). "Update to 0.2.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 25 14:50:28 UTC 2015


From 1f4a9e30f2a4420be2b7dd4dd3be2c063c5f7a5a Mon Sep 17 00:00:00 2001
From: David King <amigadave at amigadave.com>
Date: Mon, 25 May 2015 15:18:55 +0100
Subject: Update to 0.2.1


diff --git a/.gitignore b/.gitignore
index 679ddd9..cc3f788 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /xdg-app-0.2.tar.xz
+/xdg-app-0.2.1.tar.xz
diff --git a/sources b/sources
index b71611d..5b4279a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f298296de44abe9675ef497cf3b56aa  xdg-app-0.2.tar.xz
+53872de28a5f3f5bcaad63e152a44e6c  xdg-app-0.2.1.tar.xz
diff --git a/xdg-app-0.2-fix-autoptr-old-glib.patch b/xdg-app-0.2-fix-autoptr-old-glib.patch
deleted file mode 100644
index a6e4f04..0000000
--- a/xdg-app-0.2-fix-autoptr-old-glib.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From a1892ee8b04c55cd96cfcc3bfb562d75683a46c4 Mon Sep 17 00:00:00 2001
-From: Alexander Larsson <alexl at redhat.com>
-Date: Fri, 15 May 2015 13:27:13 +0200
-Subject: [PATCH] Fix build with old glib
-
-We failed to include libglnx headers for the proxy which made
-things fail if the autoptr support was not in glib.
----
- xdg-app-proxy.c | 2 ++
- xdg-app-proxy.h | 1 +
- 2 files changed, 3 insertions(+)
-
-diff --git a/xdg-app-proxy.c b/xdg-app-proxy.c
-index bc03b72..67eb404 100644
---- a/xdg-app-proxy.c
-+++ b/xdg-app-proxy.c
-@@ -18,6 +18,8 @@
-  *       Alexander Larsson <alexl at redhat.com>
-  */
- 
-+#include "config.h"
-+
- #include <unistd.h>
- #include <string.h>
- 
-diff --git a/xdg-app-proxy.h b/xdg-app-proxy.h
-index d41f22d..3496625 100644
---- a/xdg-app-proxy.h
-+++ b/xdg-app-proxy.h
-@@ -22,6 +22,7 @@
- #define __XDG_APP_PROXY_H__
- 
- #include <gio/gio.h>
-+#include "libglnx/libglnx.h"
- 
- typedef enum {
-   XDG_APP_POLICY_NONE,
diff --git a/xdg-app.sh b/xdg-app.sh
deleted file mode 100644
index 0d241fa..0000000
--- a/xdg-app.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-# /etc/profile.d/xdg-app.sh - set XDG_DATA_DIRS
-
-XDG_DATA_DIRS="$HOME/.local/share/xdg-app/exports/share:/var/xdg-app/exports/share/:/usr/share"
-export XDG_DATA_DIRS
diff --git a/xdg-app.spec b/xdg-app.spec
index 3bfb89d..f9c8ee1 100644
--- a/xdg-app.spec
+++ b/xdg-app.spec
@@ -1,17 +1,12 @@
 Name:           xdg-app
-Version:        0.2
-Release:        2%{?dist}
+Version:        0.2.1
+Release:        1%{?dist}
 Summary:        Application deployment framework for desktop apps
 
 Group:          Development/Tools
 License:        LGPLv2+
 URL:            https://github.com/alexlarsson/xdg-app
 Source0:        https://github.com/alexlarsson/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
-# profile.d snippet, suggested by Alex.
-# https://github.com/alexlarsson/xdg-app/issues/74
-Source1:        xdg-app.sh
-# https://github.com/alexlarsson/xdg-app/commit/a1892ee8b04c55cd96cfcc3bfb562d75683a46c4
-Patch0:         xdg-app-0.2-fix-autoptr-old-glib.patch
 
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(libgsystem)
@@ -31,7 +26,6 @@ more information.
 
 %prep
 %setup -q
-%autosetup
 
 
 %build
@@ -42,7 +36,6 @@ more information.
 
 %install
 %make_install
-install -Dpm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/xdg-app.sh
 
 
 %files
@@ -61,6 +54,9 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/xdg-app.sh
 
 
 %changelog
+* Mon May 25 2015 David King <amigadave at amigadave.com> - 0.2.1-1
+- Update to 0.2.1
+
 * Fri May 15 2015 David King <amigadave at amigadave.com> - 0.2-2
 - Package review for Fedora (#1221948)
 - Add upstream patch to build against older GLib
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xdg-app.git/commit/?h=f21&id=1f4a9e30f2a4420be2b7dd4dd3be2c063c5f7a5a


More information about the scm-commits mailing list