New upstream release - 3.7.91

This commit is contained in:
Yanko Kaneti 2013-03-06 17:07:41 +02:00
parent 5b3d69db17
commit efc8e0ce3a
4 changed files with 6 additions and 29 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/gnome-clocks-0.1.5.tar.xz /gnome-clocks-0.1.5.tar.xz
/gnome-clocks-0.1.6.tar.xz /gnome-clocks-0.1.6.tar.xz
/gnome-clocks-3.7.90.tar.xz /gnome-clocks-3.7.90.tar.xz
/gnome-clocks-3.7.91.tar.xz

View File

@ -1,5 +1,5 @@
Name: gnome-clocks Name: gnome-clocks
Version: 3.7.90 Version: 3.7.91
Release: 1%{?dist} Release: 1%{?dist}
Summary: Clock application designed for GNOME 3 Summary: Clock application designed for GNOME 3
@ -16,17 +16,11 @@ BuildRequires: libnotify-devel
BuildRequires: vala-tools BuildRequires: vala-tools
BuildRequires: intltool desktop-file-utils glib2-devel BuildRequires: intltool desktop-file-utils glib2-devel
# fixed in master
Patch1: no-rpath.patch
BuildRequires: automake autoconf
%description %description
Clock application designed for GNOME 3 Clock application designed for GNOME 3
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .no-rpath
autoreconf -f
%build %build
%configure %configure
@ -63,6 +57,9 @@ fi
%changelog %changelog
* Wed Mar 6 2013 Yanko Kaneti <yaneti@declera.com> - 3.7.91-1
- New upstream release - 3.7.91
* Wed Feb 20 2013 Yanko Kaneti <yaneti@declera.com> - 3.7.90-1 * Wed Feb 20 2013 Yanko Kaneti <yaneti@declera.com> - 3.7.90-1
- New upstream release - 3.7.90. Moving to vala. - New upstream release - 3.7.90. Moving to vala.

View File

@ -1,21 +0,0 @@
diff --git a/Makefile.am b/Makefile.am
index 270ee4c..035f706 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -134,7 +134,7 @@ AM_CFLAGS = \
-Wno-unused-but-set-variable \
-Wno-unused-variable
-gnome_clocks_LDFLAGS = -export-dynamic -rpath $(libdir)
+gnome_clocks_LDFLAGS = -export-dynamic
gnome_clocks_LDADD = \
$(top_builddir)/libgd/libgd.la \
$(CLOCKS_LIBS) \
@@ -163,7 +163,6 @@ MAINTAINERCLEANFILES = \
ABOUT-NLS \
aclocal.m4 \
config.guess \
- config.rpath \
config.sub \
install-sh \
missing \

View File

@ -1 +1 @@
6e0ade390f6539ffd612e34893a4fd70 gnome-clocks-3.7.90.tar.xz de47e9432997c25f7e7397c098246907 gnome-clocks-3.7.91.tar.xz