Mailinglist Archive: opensuse-commit (705 mails)
| < Previous | Next > |
commit xfcalendar
- From: root@xxxxxxx (h_root)
- Date: Thu, 6 Jul 2006 12:16:08 +0200 (CEST)
- Message-id: <20060706101608.69CCC82EEE@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xfcalendar
checked in at Thu Jul 6 12:16:08 CEST 2006.
--------
--- xfcalendar/xfcalendar.changes 2006-01-25 21:43:04.000000000 +0100
+++ xfcalendar/xfcalendar.changes 2006-07-06 10:44:52.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 6 10:44:49 CEST 2006 - cthiel@xxxxxxx
+
+- fix build
+
+-------------------------------------------------------------------
New:
----
xfcalendar-4.2.3.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfcalendar.spec ++++++
--- /var/tmp/diff_new_pack.hnKAzs/_old 2006-07-06 12:14:03.000000000 +0200
+++ /var/tmp/diff_new_pack.hnKAzs/_new 2006-07-06 12:14:03.000000000 +0200
@@ -5,7 +5,7 @@
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -14,12 +14,13 @@
BuildRequires: dbh gtk2-devel startup-notification update-desktop-files xfce-mcs-manager
Summary: Time-managing application for xfce4
Version: 4.2.3
-Release: 1
+Release: 13
License: GPL
URL: http://www.xfce.org/
Source0: %{name}-%{version}.tar.bz2
Source1: xfcalendar.desktop
Patch: Makefile-iconsdir.diff
+Patch1: xfcalendar-4.2.3.diff
Group: Productivity/Office/Organizers
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -35,8 +36,10 @@
%prep
%setup -q
%patch -p1
+%patch1
%build
+autoconf
export CFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=%{_prefix} --datadir=%{_datadir} --bindir=%{_bindir} \
--libdir=%{_libdir} --mandir=%{_mandir} --sysconfdir=%{_sysconfdir}
@@ -62,6 +65,8 @@
%{_datadir}/pixmaps/*
%changelog -n xfcalendar
+* Thu Jul 06 2006 - cthiel@xxxxxxx
+- fix build
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Mon Jan 16 2006 - pnemec@xxxxxxx
++++++ xfcalendar-4.2.3.diff ++++++
--- configure.ac
+++ configure.ac
@@ -36,7 +36,7 @@
dnl Check for required packages
BM_DEPEND([LIBXFCE4MCS_CLIENT], [libxfce4mcs-client-1.0], [4.2.0])
BM_DEPEND([LIBXFCEGUI4], [libxfcegui4-1.0], [4.2.0])
-BM_DEPEND([DBH], [dbh-1.0], [1.0])
+BM_DEPEND([DBH], [dbh], [4.5])
dnl configure the mcs plugin
XFCE_MCS_PLUGIN([XFCE_MCS_MANAGER], [4.2.0])
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx
| < Previous | Next > |