Author: qboosh Date: Mon May 9 17:48:24 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to0.11 - removed obsolete link patch - use joint xcb-util library (>= 0.3.8)
---- Files affected: packages/startup-notification: startup-notification.spec (1.32 -> 1.33) , startup-notification-link.patch (1.2 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/startup-notification/startup-notification.spec diff -u packages/startup-notification/startup-notification.spec:1.32 packages/startup-notification/startup-notification.spec:1.33 --- packages/startup-notification/startup-notification.spec:1.32 Thu Nov 18 13:59:44 2010 +++ packages/startup-notification/startup-notification.spec Mon May 9 19:48:19 2011 @@ -2,22 +2,21 @@ Summary: Startup Notification Library Summary(pl.UTF-8): Biblioteka Startup Notification Name: startup-notification -Version: 0.10 -Release: 2 +Version: 0.11 +Release: 1 Group: X11/Libraries # most of the code is on MIT license, only sn-util.c contains LGPL-licensed GLib code License: LGPL v2+ -Source0: http://freedesktop.org/software/startup-notification/releases/startup-notification-0.10.tar.gz -# Source0-md5: bca0ed1c74bc4e483ea2ed12a5717354 -Patch0: %{name}-link.patch +Source0: http://freedesktop.org/software/startup-notification/releases/%{name}-%{version}.tar.gz +# Source0-md5: 375167f8b1f44689a238526343bd74f0 URL: http://startup-notification.freedesktop.org/ BuildRequires: autoconf BuildRequires: automake >= 1:1.7 BuildRequires: libtool -BuildRequires: libxcb-devel +BuildRequires: libxcb-devel >= 1.6 BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.197 -BuildRequires: xcb-util-devel >= 0.3.1 +BuildRequires: xcb-util-devel >= 0.3.8 BuildRequires: xorg-lib-libX11-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -36,7 +35,8 @@ Summary(pl.UTF-8): Pliki programistyczne biblioteki Startup Notification Group: X11/Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: xcb-util-devel >= 0.3.1 +Requires: libxcb-devel >= 1.6 +Requires: xcb-util-devel >= 0.3.8 Requires: xorg-lib-libX11-devel %description devel @@ -59,7 +59,6 @@ %prep %setup -q -%patch0 -p1 %build %{__libtoolize} @@ -106,6 +105,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2011/05/09 17:48:19 qboosh +- updated to0.11 +- removed obsolete link patch +- use joint xcb-util library (>= 0.3.8) + Revision 1.32 2010/11/18 12:59:44 hawk - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/startup-notification/startup-notification.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
