public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: Update to 3.0.3
@ 2026-06-24 11:34 Bastien Nocera
0 siblings, 0 replies; only message in thread
From: Bastien Nocera @ 2026-06-24 11:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : 96aa70845b8c16c23c7495269e07f876517c61ae
Author : Bastien Nocera <hadess@hadess.net>
Date : 2012-08-24T18:34:54+01:00
Stats : +13/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gnome-user-share/c/96aa70845b8c16c23c7495269e07f876517c61ae?branch=wip/oholy/f45-update
Log:
Update to 3.0.3
---
diff --git a/.gitignore b/.gitignore
index b31f8f0..ee8fcda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/gnome-user-share-3.0.0.tar.bz2
/gnome-user-share-3.0.1.tar.bz2
/gnome-user-share-3.0.2.tar.xz
+/gnome-user-share-3.0.3.tar.bz2
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index e4f8ba6..66003e0 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,11 +1,11 @@
Summary: Gnome user file sharing
Name: gnome-user-share
-Version: 3.0.2
-Release: 2%{?dist}
+Version: 3.0.3
+Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.gnome.org
-Source0: http://download.gnome.org/sources/gnome-user-share/3.0/%{name}-%{version}.tar.xz
+Source0: http://download.gnome.org/sources/gnome-user-share/3.0/%{name}-%{version}.tar.bz2
Requires: httpd
Requires: obex-data-server
@@ -23,7 +23,7 @@ BuildRequires: libnotify-devel
BuildRequires: nautilus-devel
BuildRequires: unique3-devel
BuildRequires: gettext
-BuildRequires: perl(XML::Parser) intltool
+BuildRequires: perl(XML::Parser) intltool itstool
BuildRequires: scrollkeeper
Requires(post): GConf2
@@ -66,19 +66,16 @@ desktop-file-install --vendor gnome --delete-original \
%find_lang gnome-user-share --with-gnome
%post
-%gconf_schema_upgrade desktop_gnome_file_sharing
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
-%pre
-%gconf_schema_prepare desktop_gnome_file_sharing
-
%preun
-%gconf_schema_remove desktop_gnome_file_sharing
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%postun
if [ $1 -eq 0 ]; then
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor >&/dev/null || :
+ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi
%posttrans
@@ -92,11 +89,15 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor >&/dev/null || :
%{_datadir}/gnome-user-share
%{_datadir}/applications/*
%{_sysconfdir}/xdg/autostart/gnome-user-share.desktop
-%{_sysconfdir}/gconf/schemas/*
+%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
%{_datadir}/icons/hicolor/*/apps/gnome-obex-server.png
%{_libdir}/nautilus/extensions-3.0/*.so
+%{_datadir}/GConf/gsettings/gnome-user-share.convert
%changelog
+* Fri Aug 24 2012 Bastien Nocera <bnocera@redhat.com> 3.0.3-1
+- Update to 3.0.3
+
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
diff --git a/sources b/sources
index 0ddd342..a97e9e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9466f07e76d866f3acc09cf9413cfd25 gnome-user-share-3.0.2.tar.xz
+48d3905ac17ad67a3199fcc7d257f36c gnome-user-share-3.0.3.tar.bz2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 11:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 11:34 [rpms/gnome-user-share] wip/oholy/f45-update: Update to 3.0.3 Bastien Nocera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox