diff --git a/xfconf-4.8.1.tar.bz2 b/xfconf-4.8.1.tar.bz2 deleted file mode 100644 index 996ba47..0000000 --- a/xfconf-4.8.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9860737539fab2b852e8c07c50c205a5fbe894b08bcb4488a70e3fd6c75993cb -size 501216 diff --git a/xfconf-4.9.1.tar.bz2 b/xfconf-4.9.1.tar.bz2 new file mode 100644 index 0000000..2b8c945 --- /dev/null +++ b/xfconf-4.9.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306e09e1a5206a78384a425425997f9471a03a63fa2f77465ecbc7e4457b9608 +size 516280 diff --git a/xfconf-query.1 b/xfconf-query.1 new file mode 100644 index 0000000..0391927 --- /dev/null +++ b/xfconf-query.1 @@ -0,0 +1,49 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH XFCONF-QUERY "1" "November 2009" "xfconf-query 4.6.1" "User Commands" +.SH NAME +xfconf-query \- Command line utility for xfconf system +.SH DESCRIPTION +.SS "Usage:" +.IP +xfconf\-query [OPTION...] \- xfconf commandline utility +.SS "Help Options:" +.TP +\fB\-h\fR, \fB\-\-help\fR +Show help options +.SS "Application Options:" +.TP +\fB\-V\fR, \fB\-\-version\fR +Version information +.TP +\fB\-c\fR, \fB\-\-channel\fR +The channel to query/modify +.TP +\fB\-p\fR, \fB\-\-property\fR +The property to query/modify +.TP +\fB\-s\fR, \fB\-\-set\fR +The new value to set for the property +.TP +\fB\-l\fR, \fB\-\-list\fR +List properties (or channels if \fB\-c\fR is not specified) +.TP +\fB\-v\fR, \fB\-\-verbose\fR +Verbose output +.TP +\fB\-n\fR, \fB\-\-create\fR +Create a new property if it does not already exist +.TP +\fB\-t\fR, \fB\-\-type\fR +Specify the property value type +.TP +\fB\-r\fR, \fB\-\-reset\fR +Reset property +.TP +\fB\-R\fR, \fB\-\-recursive\fR +Recursive (use with \fB\-r\fR) +.TP +\fB\-a\fR, \fB\-\-force\-array\fR +Force array even if only one element +.TP +\fB\-m\fR, \fB\-\-monitor\fR +Monitor a channel for property changes diff --git a/xfconf.changes b/xfconf.changes index 9a6529a..37d92c3 100644 --- a/xfconf.changes +++ b/xfconf.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Apr 14 09:31:31 UTC 2012 - gber@opensuse.org + +- update to version 4.9.1 + - use LT_PREREQ and LT_INIT + - UTF-8 check xfconf strings + - do not dup strings in xfconf_channel_set_string + - bump package dependency versions + - fix comment in perl package info + - don't use deprecated g_value_set_char + - translation updates +- added xfconf-query manpage from Debian + +------------------------------------------------------------------- +Sun Apr 8 09:32:57 UTC 2012 - gber@opensuse.org + +- update to version 4.9.0 + - use sh as interpreter in tests + - add hook to skip the xfconf tests + - make the abicheck work on Solaris and PPC64 + - fix licenses and use new FSF address + - fix compiler warnings on Solaris + - avoid GCC 4.6 compiler warning + - add toggle option to xfconf-query + - remove unusable import and export options from xfconf-query + - translate all error strings in xfconf-query + - cleanup Makefile.am files a bit + - improve --version output in xfconf-query + - cleanup #includes + - drop usage of the G_CONST_RETURN macro + - translation updates + ------------------------------------------------------------------- Thu Mar 29 20:55:58 UTC 2012 - gber@opensuse.org diff --git a/xfconf.spec b/xfconf.spec index 10de143..ea5977f 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -19,13 +19,14 @@ %define libname libxfconf-0-2 Name: xfconf -Version: 4.8.1 +Version: 4.9.1 Release: 0 Summary: Simple Configuration Storage for Xfce License: GPL-2.0+ Group: System/GUI/XFCE Url: http://www.xfce.org/projects#core -Source: http://archive.xfce.org/src/xfce/xfconf/4.8/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/xfce/xfconf/4.9/%{name}-%{version}.tar.bz2 +Source1: xfconf-query.1 Source100: %{name}-rpmlintrc # PATCH-FIX-OPENSUSE xfconf-remove-rpath.patch gber@opensuse.org -- Do not set RPATH for Xfconf.so Patch0: xfconf-4.7.3-remove-rpath.patch @@ -38,6 +39,7 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(libxfce4util-1.0) +Recommends: %{name}-lang = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -50,7 +52,6 @@ Group: Development/Libraries/Perl Requires: %{name} = %{version} Requires: perl = %{perl_version} Requires: perl(Glib) -Recommends: %{name}-lang = %{version} %description -n perl-xfconf This package contains the Perl interface to %{name}. @@ -104,6 +105,7 @@ make %{?_smp_mflags} V=1 %install %make_install +install -D -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/xfconf-query.1 rm -f %{buildroot}%{_libdir}/*.la \ %{buildroot}%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs @@ -129,6 +131,7 @@ rm -rf %{buildroot} %dir %{_libexecdir}/xfce4/xfconf %{_libexecdir}/xfce4/xfconf/xfconfd %{_datadir}/dbus-1/services/org.xfce.Xfconf.service +%doc %{_mandir}/man1/xfconf-query.1* %files -n %{libname} %defattr(-,root,root)