diff options
| author | Richard Hughes <richard@hughsie.com> | 2014-05-30 08:40:51 +0100 |
|---|---|---|
| committer | Richard Hughes <richard@hughsie.com> | 2014-05-30 08:40:51 +0100 |
| commit | ebe612df2b18b505649a15d26dd74fcc1a88d094 (patch) | |
| tree | 333194e7c410071f51b94adc0ac7e90dd3aa9cae | |
| parent | 0939f32f8081fae2772c927289984e5e344e66c4 (diff) | |
| download | gonvert-ebe612df2b18b505649a15d26dd74fcc1a88d094.tar.gz gonvert-ebe612df2b18b505649a15d26dd74fcc1a88d094.tar.xz gonvert-ebe612df2b18b505649a15d26dd74fcc1a88d094.zip | |
New upstream release
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | gonvert-appdata-install.patch | 11 | ||||
| -rw-r--r-- | gonvert.spec | 7 | ||||
| -rw-r--r-- | sources | 2 |
4 files changed, 6 insertions, 15 deletions
@@ -3,3 +3,4 @@ gonvert-0.2.24.tar.gz /gonvert-0.2.32.tar.gz /gonvert-0.2.34.tar.gz /gonvert-0.2.35.tar.gz +/gonvert-0.2.36.tar.gz diff --git a/gonvert-appdata-install.patch b/gonvert-appdata-install.patch deleted file mode 100644 index 53f76f8..0000000 --- a/gonvert-appdata-install.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gonvert-0.2.35/Makefile.old 2014-05-29 19:17:22.738318003 +0100 -+++ gonvert-0.2.35/Makefile 2014-05-29 19:17:52.073276308 +0100 -@@ -16,7 +16,7 @@ all: - install: - install -D -m0755 gonvert $(DESTDIR)$(bindir)/gonvert - install -D -m0644 gonvert.glade $(DESTDIR)$(datadir)/gonvert/gonvert.glade -- install -D -m0644 $(NAME).appdata.xml /usr/share/appdata/$(NAME).appdata.xml -+ install -D -m0644 $(NAME).appdata.xml $(DESTDIR)$(datadir)/appdata/$(NAME).appdata.xml - install -d -m0755 $(DESTDIR)$(datadir)/pixmaps/ - install -m0644 pixmaps/*.png $(DESTDIR)$(datadir)/pixmaps/ - install -D -m0644 gonvert.desktop $(DESTDIR)$(datadir)/gnome/apps/Utilities/gonvert.desktop diff --git a/gonvert.spec b/gonvert.spec index a23011e..69ff14a 100644 --- a/gonvert.spec +++ b/gonvert.spec @@ -1,5 +1,5 @@ Name: gonvert -Version: 0.2.35 +Version: 0.2.36 Release: 1%{?dist} Summary: Units conversion utility Group: Applications/Engineering @@ -7,7 +7,6 @@ License: GPL+ URL: http://unihedron.com/projects/gonvert Source0: http://unihedron.com/projects/gonvert/downloads/%{name}-%{version}.tar.gz Patch0: gonvert-desktop-icon.patch -Patch1: gonvert-appdata-install.patch BuildRequires: desktop-file-utils Requires: python @@ -26,7 +25,6 @@ your own units. Written in Python, pygtk, libglade. %setup -q %patch0 -p0 -%patch1 -p1 # remove execute bits from doc files chmod -x doc/* @@ -64,6 +62,9 @@ desktop-file-install \ %changelog +* Fri May 30 2014 Richard Hughes <richard@hughsie.com> - 0.2.36-1 +- Latest upstream. + * Thu May 29 2014 Richard Hughes <richard@hughsie.com> - 0.2.35-1 - Latest upstream. @@ -1 +1 @@ -f4a7737f669feef49a1a2f3b8948d5cb gonvert-0.2.35.tar.gz +20e8f5b103af49f13702ed112464a0b5 gonvert-0.2.36.tar.gz |
