Author: patrys Date: Sat Sep 25 14:32:47 2010 GMT Module: packages Tag: HEAD ---- Log message: - 0.99
---- Files affected: packages/polkit-gnome: polkit-gnome.spec (1.9 -> 1.10) , gobject-introspection.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/polkit-gnome/polkit-gnome.spec diff -u packages/polkit-gnome/polkit-gnome.spec:1.9 packages/polkit-gnome/polkit-gnome.spec:1.10 --- packages/polkit-gnome/polkit-gnome.spec:1.9 Tue Jan 19 22:26:10 2010 +++ packages/polkit-gnome/polkit-gnome.spec Sat Sep 25 16:32:42 2010 @@ -2,28 +2,28 @@ Summary: GNOME dialogs for PolicyKit Summary(pl.UTF-8): Okna dialogowe GNOME dla pakietu PolicyKit Name: polkit-gnome -Version: 0.96 +Version: 0.99 Release: 1 License: LGPL v2+ Group: X11/Applications Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2 -# Source0-md5: 611cf39fba2945320fc7a9ec49087e69 +# Source0-md5: f1a2565083266bc8c05c60aa7d8a0f6a +Patch0: gobject-introspection.patch URL: http://people.freedesktop.org/~david/polkit-spec.html BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1:1.9 BuildRequires: dbus-glib-devel BuildRequires: gettext-devel -BuildRequires: gir-repository-devel BuildRequires: glibc-misc BuildRequires: gnome-common >= 2.0 BuildRequires: gnome-doc-utils -BuildRequires: gobject-introspection-devel >= 0.6.2 +BuildRequires: gobject-introspection-devel >= 0.9.5 BuildRequires: gtk+2-devel >= 2:2.18.0 BuildRequires: gtk-doc >= 1.3 BuildRequires: intltool >= 0.35.0 BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: polkit-devel >= 0.96 +BuildRequires: polkit-devel >= 0.99 Requires: %{name}-libs = %{version}-%{release} Requires: polkit >= 0.96 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -62,6 +62,7 @@ %prep %setup -q +%patch0 -p1 %build %{__intltoolize} @@ -115,6 +116,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2010/09/25 14:32:42 patrys +- 0.99 + Revision 1.9 2010/01/19 21:26:10 sparky - BR: gir-repository-devel, glibc-misc ================================================================ Index: packages/polkit-gnome/gobject-introspection.patch diff -u /dev/null packages/polkit-gnome/gobject-introspection.patch:1.1 --- /dev/null Sat Sep 25 16:32:47 2010 +++ packages/polkit-gnome/gobject-introspection.patch Sat Sep 25 16:32:42 2010 @@ -0,0 +1,12 @@ +--- polkit-gnome-0.99/polkitgtk/Makefile.am~ 2010-09-15 22:03:30.000000000 +0200 ++++ polkit-gnome-0.99/polkitgtk/Makefile.am 2010-09-25 16:31:11.946324358 +0200 +@@ -78,7 +78,8 @@ + PolkitGtk-1.0.gir: libpolkit-gtk-1.la $(G_IR_SCANNER) Makefile.am + $(G_IR_SCANNER) -v \ + --namespace PolkitGtk \ +- --strip-prefix=Polkit \ ++ --identifier-prefix=Polkit \ ++ --symbol-prefix=polkit \ + --nsversion=1.0 \ + --include=Gtk-2.0 \ + --include=Polkit-1.0 \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/polkit-gnome/polkit-gnome.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
