[drwright/f16] 3.2.1

Matthias Clasen mclasen at fedoraproject.org
Wed Oct 19 12:51:57 UTC 2011


commit 5ceca1660fd1310215f778fbfc190dd73281523f
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Oct 19 08:51:31 2011 -0400

    3.2.1

 drwright-libs.patch |   11 +++++++++++
 drwright.spec       |   13 +++++++++++--
 sources             |    2 +-
 3 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/drwright-libs.patch b/drwright-libs.patch
new file mode 100644
index 0000000..de4b58f
--- /dev/null
+++ b/drwright-libs.patch
@@ -0,0 +1,11 @@
+diff -up drwright-3.2.1/src/Makefile.am.lm drwright-3.2.1/src/Makefile.am
+--- drwright-3.2.1/src/Makefile.am.lm	2011-10-19 08:13:05.015779093 -0400
++++ drwright-3.2.1/src/Makefile.am	2011-10-19 08:13:15.767778708 -0400
+@@ -30,6 +30,7 @@ gnome_typing_monitor_CFLAGS = \
+ gnome_typing_monitor_LDADD = \
+ 	$(TYPING_LIBS)		\
+ 	$(SCREENSAVER_LIBS)	\
++	-lm	\
+ 	$(INTLLIBS)
+ 
+ imagedir = $(pkgdatadir)/pixmaps
diff --git a/drwright.spec b/drwright.spec
index 968b476..ca88b10 100644
--- a/drwright.spec
+++ b/drwright.spec
@@ -1,11 +1,13 @@
 Name:           drwright
-Version:        3.0.2
+Version:        3.2.1
 Release:        1%{?dist}
 Summary:        Typing monitor to force typing breaks
 
 License:        GPLv2+
 URL:            http://www.gnome.org/
-Source0:        http://download.gnome.org/sources/%{name}/3.0/%{name}-%{version}.tar.bz2
+Source0:        http://download.gnome.org/sources/%{name}/3.2/%{name}-%{version}.tar.bz2
+
+Patch0: drwright-libs.patch
 
 BuildRequires:  glib2-devel >= 2.26.0
 BuildRequires:  gtk3-devel >= 3.0.0
@@ -17,12 +19,16 @@ BuildRequires:  libXScrnSaver-devel
 BuildRequires:  libSM-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  intltool
+BuildRequires:  autoconf automake libtool
 
 %description
 %{summary}.
 
 %prep
 %setup -q
+%patch0 -p1
+
+autoreconf -i -f
 
 %build
 %configure --disable-static
@@ -63,6 +69,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_libdir}/gnome-settings-daemon-3.0/typing-break.gnome-settings-plugin
 
 %changelog
+* Wed Oct 19 2011 Matthias Clasen <mclasen at redhat.com> - 3.2.1-1
+- Update to 3.2.1
+
 * Mon May 23 2011 Christopher Aillon <caillon at redhat.com> - 3.0.2-1
 - Update to 3.0.2
 
diff --git a/sources b/sources
index 205740e..be4880e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f07e3544a0f946c4571995216120c6c  drwright-3.0.2.tar.bz2
+924c7572edfda569f97801db4dd36815  drwright-3.2.1.tar.xz


More information about the scm-commits mailing list