Accepting request 48261 from Base:System

Copy from Base:System/polkit based on submit request 48261 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/48261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit?expand=0&rev=13
This commit is contained in:
OBS User autobuild 2010-09-17 19:00:24 +00:00 committed by Git OBS Bridge
commit a22c968a52
5 changed files with 15 additions and 32 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4bc9860be4a14d3698cc96ffd00692a753e3e411d42fcdef4cc2b3f17c27369
size 794236

View File

@ -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 \

View File

@ -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 Thu Aug 26 10:04:44 CEST 2010 - vuntz@opensuse.org

View File

@ -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. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,7 +19,7 @@
Name: polkit Name: polkit
Summary: PolicyKit Authorization Framework Summary: PolicyKit Authorization Framework
Version: 0.98 Version: 0.99
Release: 1 Release: 1
License: LGPLv2+ License: LGPLv2+
Url: http://www.freedesktop.org/wiki/Software/PolicyKit Url: http://www.freedesktop.org/wiki/Software/PolicyKit
@ -27,8 +27,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries Group: System/Libraries
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
Source99: baselibs.conf 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: glib2-devel
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc BuildRequires: gtk-doc
@ -81,7 +79,6 @@ This package contains the libraries only.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
export V=1 export V=1