Updating link to change in openSUSE:Factory/polkit revision 13.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=31d95ce04c88a4e06a4334891822df4d
This commit is contained in:
parent
cd1da6e5c4
commit
48f5ce4e77
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b282694581465347bd2943398d995a344fa44495f9200196e5ac62f5b961ec57
|
||||
size 794417
|
3
polkit-0.99.tar.bz2
Normal file
3
polkit-0.99.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4bc9860be4a14d3698cc96ffd00692a753e3e411d42fcdef4cc2b3f17c27369
|
||||
size 794236
|
@ -1,24 +0,0 @@
|
||||
Index: polkit-0.98/src/polkitagent/Makefile.am
|
||||
===================================================================
|
||||
--- polkit-0.98.orig/src/polkitagent/Makefile.am
|
||||
+++ polkit-0.98/src/polkitagent/Makefile.am
|
||||
@@ -46,6 +46,7 @@ libpolkit_agent_1includedir=$(includedir
|
||||
|
||||
libpolkit_agent_1include_HEADERS = \
|
||||
polkitagent.h \
|
||||
+ polkitagentenumtypes.h \
|
||||
polkitagenttypes.h \
|
||||
polkitagentsession.h \
|
||||
polkitagentlistener.h \
|
||||
Index: polkit-0.98/src/polkitagent/Makefile.in
|
||||
===================================================================
|
||||
--- polkit-0.98.orig/src/polkitagent/Makefile.in
|
||||
+++ polkit-0.98/src/polkitagent/Makefile.in
|
||||
@@ -338,6 +338,7 @@ lib_LTLIBRARIES = libpolkit-agent-1.la
|
||||
libpolkit_agent_1includedir = $(includedir)/polkit-1/polkitagent
|
||||
libpolkit_agent_1include_HEADERS = \
|
||||
polkitagent.h \
|
||||
+ polkitagentenumtypes.h \
|
||||
polkitagenttypes.h \
|
||||
polkitagentsession.h \
|
||||
polkitagentlistener.h \
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 09:34:50 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.99:
|
||||
+ Remove duplicate definitions of enumeration types
|
||||
+ Fix (correct) GCC warning about possibly-uninitialized variable
|
||||
+ Fix another GCC uninitialized variable warning
|
||||
+ fdo#29816: Install polkitagentenumtypes.h
|
||||
- Drop polkit-install-missing-header.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 26 10:04:44 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package polkit (Version 0.98)
|
||||
# spec file for package polkit (Version 0.99)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
Name: polkit
|
||||
Summary: PolicyKit Authorization Framework
|
||||
Version: 0.98
|
||||
Version: 0.99
|
||||
Release: 1
|
||||
License: LGPLv2+
|
||||
Url: http://www.freedesktop.org/wiki/Software/PolicyKit
|
||||
@ -27,8 +27,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: System/Libraries
|
||||
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM polkit-install-missing-header.patch fdo#29816 vuntz@opensuse.org -- Install header that should get installed
|
||||
Patch0: polkit-install-missing-header.patch
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
@ -81,7 +79,6 @@ This package contains the libraries only.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
export V=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user