public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: - Update to 0.22
@ 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 : cf8edeaae83ab35e33ef7136b3088b3d8517053d
Author : Bastien Nocera <hadess@fedoraproject.org>
Date : 2008-02-24T19:29:03+00:00
Stats : +17/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gnome-user-share/c/cf8edeaae83ab35e33ef7136b3088b3d8517053d?branch=wip/oholy/f45-update
Log:
- Update to 0.22
---
diff --git a/.cvsignore b/.cvsignore
index f66ccd4..47eb12b 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gnome-user-share-0.21.tar.gz
+gnome-user-share-0.22.tar.gz
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index ff0bf43..fcba699 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,7 +1,7 @@
Summary: Gnome user file sharing
Name: gnome-user-share
-Version: 0.21
-Release: 2%{?dist}
+Version: 0.22
+Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.gnome.org
@@ -9,7 +9,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/0.20/%{name}-%{
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: httpd >= 2.2.0
-Requires: obex-data-server
+Requires: obex-data-server >= 0.3
BuildRequires: GConf2-devel avahi-glib-devel >= 0.6 pkgconfig
BuildRequires: gtk2-devel >= 2.4.0
BuildRequires: httpd >= 2.2.0
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_file_sharing.schemas > /dev/null || :
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
%pre
if [ "$1" -gt 1 ]; then
@@ -78,6 +81,11 @@ if [ "$1" -eq 0 ]; then
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_file_sharing.schemas > /dev/null || :
fi
+%postun
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
+
%files -f gnome-user-share.lang
%defattr(-,root,root,-)
%doc README COPYING NEWS AUTHORS
@@ -87,8 +95,12 @@ fi
%{_datadir}/applications/*
%{_datadir}/gnome/autostart/gnome-user-share.desktop
%{_sysconfdir}/gconf/schemas/*
+%{_datadir}/icons/hicolor/*/apps/gnome-obex-server.png
%changelog
+* Sun Feb 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.22-1
+- Update to 0.22
+
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.21-2
- Autorebuild for GCC 4.3
diff --git a/sources b/sources
index 5171927..5b69e80 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c65265c2afd05a9e271a16c457957a43 gnome-user-share-0.21.tar.gz
+0c2214a6576fbe5ed716e8daa4fd67a4 gnome-user-share-0.22.tar.gz
^ 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 0.22 Bastien Nocera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox