[xfce4-smartbookmark-plugin] Update to 0.4.6

Kevin Fenzi kevin at fedoraproject.org
Tue Mar 10 21:55:49 UTC 2015


commit efae465733c32908965664b5e7858103e57e6053
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Mar 10 15:55:36 2015 -0600

    Update to 0.4.6

 .gitignore                                                    |  1 +
 sources                                                       |  2 +-
 ...hat.patch => xfce4-smartbookmark-plugin-0.4.6-redhat.patch | 11 ++++++-----
 xfce4-smartbookmark-plugin.spec                               | 11 +++++++----
 4 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f5b81f..e14005f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 xfce4-smartbookmark-plugin-0.4.2.tar.gz
 /xfce4-smartbookmark-plugin-0.4.4.tar.bz2
 /xfce4-smartbookmark-plugin-0.4.5.tar.bz2
+/xfce4-smartbookmark-plugin-0.4.6.tar.bz2
diff --git a/sources b/sources
index 54cdb82..6e9c1ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-820422dfc5c212689b2908e1ff09c548  xfce4-smartbookmark-plugin-0.4.5.tar.bz2
+01b7735d4d9ab0150d4ddd3becb94d5f  xfce4-smartbookmark-plugin-0.4.6.tar.bz2
diff --git a/xfce4-smartbookmark-plugin-0.4.2-redhat.patch b/xfce4-smartbookmark-plugin-0.4.6-redhat.patch
similarity index 68%
rename from xfce4-smartbookmark-plugin-0.4.2-redhat.patch
rename to xfce4-smartbookmark-plugin-0.4.6-redhat.patch
index 5b861a0..d1139bc 100644
--- a/xfce4-smartbookmark-plugin-0.4.2-redhat.patch
+++ b/xfce4-smartbookmark-plugin-0.4.6-redhat.patch
@@ -1,7 +1,8 @@
---- src/smartbookmark.c.redhat	2006-12-18 02:06:21.000000000 +0100
-+++ src/smartbookmark.c	2006-12-18 02:11:33.000000000 +0100
-@@ -197,8 +197,8 @@
-     box = gtk_vbox_new(FALSE, 0);
+diff -Nur xfce4-smartbookmark-plugin-0.4.6.orig/src/smartbookmark.c xfce4-smartbookmark-plugin-0.4.6/src/smartbookmark.c
+--- xfce4-smartbookmark-plugin-0.4.6.orig/src/smartbookmark.c	2013-02-18 14:14:36.000000000 -0700
++++ xfce4-smartbookmark-plugin-0.4.6/src/smartbookmark.c	2015-03-10 15:28:32.825300505 -0600
+@@ -182,8 +182,8 @@
+     gtk_container_add(GTK_CONTAINER(align), search->box);
  
      /* default options */
 -    search->url = "http://bugs.debian.org/";
@@ -11,7 +12,7 @@
      search->size = 5;
      search->hide_label = FALSE;
      /* read config file options */
-@@ -269,8 +269,8 @@
+@@ -218,8 +218,8 @@
      if( (rcfile = xfce_rc_simple_open(filename, TRUE) ))
      {
          xfce_rc_set_group(rcfile, NULL);
diff --git a/xfce4-smartbookmark-plugin.spec b/xfce4-smartbookmark-plugin.spec
index e0a1bdb..ca8a2ef 100644
--- a/xfce4-smartbookmark-plugin.spec
+++ b/xfce4-smartbookmark-plugin.spec
@@ -3,8 +3,8 @@
 %global minor_version 0.4
 
 Name:           xfce4-smartbookmark-plugin
-Version:        0.4.5
-Release:        2%{?dist}
+Version:        0.4.6
+Release:        1%{?dist}
 Summary:        Smart bookmarks for the Xfce panel
 
 Group:          User Interface/Desktops
@@ -12,7 +12,7 @@ License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
 # vendor specific patches
-Patch10:        %{name}-0.4.2-redhat.patch
+Patch10:        %{name}-0.4.6-redhat.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  xfce4-panel-devel >= 4.8.0
@@ -29,7 +29,7 @@ browser and perform custom searches.
 
 %prep
 %setup -q
-%patch10 -b .redhat
+%patch10 -p1
 
 
 %build
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Mar 10 2015 Kevin Fenzi <kevin at scrye.com> 0.4.6-1
+- Update to 0.4.6
+
 * Tue Mar 10 2015 Kevin Fenzi <kevin at scrye.com> 0.4.5-2
 - Fix BuildRequires
 


More information about the scm-commits mailing list