public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: paragn <paragn@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-user-share] wip/oholy/f45-update: - Gconf2 scriptlet accepts schema file names without file extension.
Date: Wed, 24 Jun 2026 11:34:27 GMT	[thread overview]
Message-ID: <178230086772.1.13758873548406187915.rpms-gnome-user-share-535eb9c72bee@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : 535eb9c72beea21767fb21b5dc1375aad947118d
Author : paragn <paragn@fedoraproject.org>
Date   : 2010-10-26T16:03:47+05:30
Stats  : +7/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-user-share/c/535eb9c72beea21767fb21b5dc1375aad947118d?branch=wip/oholy/f45-update

Log:
- Gconf2 scriptlet accepts schema file names without file extension.

---
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 11203e1..7704d20 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: 2.30.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.gnome.org
@@ -82,14 +82,14 @@ for f in $helpdir/C/figures/*.png; do
 done
 
 %post
-%gconf_schema_upgrade desktop_gnome_file_sharing.schemas 
+%gconf_schema_upgrade desktop_gnome_file_sharing 
 touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
 
 %pre
-%gconf_schema_prepare desktop_gnome_file_sharing.schemas 
+%gconf_schema_prepare desktop_gnome_file_sharing
 
 %preun
-%gconf_schema_remove desktop_gnome_file_sharing.schemas
+%gconf_schema_remove desktop_gnome_file_sharing
 
 %postun
 if [ $1 -eq 0 ]; then
@@ -113,6 +113,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor >&/dev/null || :
 %{_libdir}/nautilus/extensions-2.0/*.so
 
 %changelog
+* Tue Oct 26 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.30.1-3
+- Gconf2 scriptlet accepts schema file names without file extension.
+
 * Wed Oct 06 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.30.1-2
 - Merge-review cleanup (#225842)
 

                 reply	other threads:[~2026-06-24 11:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178230086772.1.13758873548406187915.rpms-gnome-user-share-535eb9c72bee@fedoraproject.org \
    --to=paragn@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox