sagitter pushed to rodent (master). "Update to 5.3.16.0"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 10 16:29:11 UTC 2015


>From b3c97611f1a0f0df8deb0995acb21af9b6b5f598 Mon Sep 17 00:00:00 2001
From: sagitter <sagitter at fedoraproject.org>
Date: Fri, 10 Apr 2015 18:07:32 +0200
Subject: Update to 5.3.16.0


diff --git a/.gitignore b/.gitignore
index 69d9b27..87518ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /rodent-5.3.12.tar.bz2
 /rodent-5.3.14.5.tar.bz2
 /rodent-5.3.14.6.tar.bz2
+/rodent-5.3.16.0.tar.bz2
diff --git a/rodent-old_draw_method.patch b/rodent-old_draw_method.patch
deleted file mode 100644
index 19a4d1a..0000000
--- a/rodent-old_draw_method.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
-<head>
-<title>rodent.git - rodent</title>
-<meta name='generator' content='cgit v0.10.1'/>
-<meta name='robots' content='index, nofollow'/>
-<link rel='stylesheet' type='text/css' href='/cgit-data/cgit.css'/>
-<link rel='shortcut icon' href='/favicon.ico'/>
-<link rel='alternate' title='Atom feed' href='http://pkgs.fedoraproject.org/cgit/rodent.git/atom/rodent-old_draw_method.patch?h=master' type='application/atom+xml'/>
-</head>
-<body>
-<div id='cgit'><table id='header'>
-<tr>
-<td class='logo' rowspan='2'><a href='/cgit/'><img src='/cgit-data/cgit.png' alt='cgit logo'/></a></td>
-<td class='main'><a href='/cgit/'>index</a> : <a title='rodent.git' href='/cgit/rodent.git/'>rodent.git</a></td><td class='form'><form method='get' action=''>
-<select name='h' onchange='this.form.submit();'>
-<option value='f21'>f21</option>
-<option value='master' selected='selected'>master</option>
-</select> <input type='submit' name='' value='switch'/></form></td></tr>
-<tr><td class='sub'>rodent</td><td class='sub right'>Jon Ciesla</td></tr></table>
-<table class='tabs'><tr><td>
-<a href='/cgit/rodent.git/'>summary</a><a href='/cgit/rodent.git/refs/'>refs</a><a href='/cgit/rodent.git/log/rodent-old_draw_method.patch'>log</a><a class='active' href='/cgit/rodent.git/tree/rodent-old_draw_method.patch'>tree</a><a href='/cgit/rodent.git/commit/rodent-old_draw_method.patch'>commit</a><a href='/cgit/rodent.git/diff/rodent-old_draw_method.patch'>diff</a><a href='/cgit/rodent.git/stats/rodent-old_draw_method.patch'>stats</a></td><td class='form'><form class='right' method='get' action='/cgit/rodent.git/log/rodent-old_draw_method.patch'>
-<select name='qt'>
-<option value='grep'>log msg</option>
-<option value='author'>author</option>
-<option value='committer'>committer</option>
-<option value='range'>range</option>
-</select>
-<input class='txt' type='text' size='10' name='q' value=''/>
-<input type='submit' value='search'/>
-</form>
-</td></tr></table>
-<div class='path'>path: <a href='/cgit/rodent.git/tree/'>root</a>/<a href='/cgit/rodent.git/tree/rodent-old_draw_method.patch'>rodent-old_draw_method.patch</a></div><div class='content'>blob: bfc6c0ce3f8fff8e1bbcab81bdd2a824a2c1df55 (<a href='/cgit/rodent.git/plain/rodent-old_draw_method.patch'>plain</a>)
-<table summary='blob content' class='blob'>
-<tr><td class='linenumbers'><pre><a id='n1' href='#n1'>1</a>
-<a id='n2' href='#n2'>2</a>
-<a id='n3' href='#n3'>3</a>
-<a id='n4' href='#n4'>4</a>
-<a id='n5' href='#n5'>5</a>
-<a id='n6' href='#n6'>6</a>
-<a id='n7' href='#n7'>7</a>
-<a id='n8' href='#n8'>8</a>
-<a id='n9' href='#n9'>9</a>
-<a id='n10' href='#n10'>10</a>
-<a id='n11' href='#n11'>11</a>
-<a id='n12' href='#n12'>12</a>
-<a id='n13' href='#n13'>13</a>
-<a id='n14' href='#n14'>14</a>
-<a id='n15' href='#n15'>15</a>
-<a id='n16' href='#n16'>16</a>
-<a id='n17' href='#n17'>17</a>
-<a id='n18' href='#n18'>18</a>
-<a id='n19' href='#n19'>19</a>
-</pre></td>
-<td class='lines'><pre><code>--- apps/rodent-fm/iconview/gridview-notebook.i.orig	2014-10-01 15:25:45.298624642 -0500
-+++ apps/rodent-fm/iconview/gridview-notebook.i	2014-10-01 15:26:40.325755398 -0500
-@@ -310,14 +310,14 @@
-     g_signal_connect (G_OBJECT (view_p-&gt;widgets.paper), 
- 	    "expose-event", G_CALLBACK (rodent_expose), view_p);
- #endif
--#if GTK_MAJOR_VERSION==3 &amp;&amp; GTK_MINOR_VERSION&lt;=8
-+#if GTK_MAJOR_VERSION==3 &amp;&amp; GTK_MINOR_VERSION&lt;=10
-     // This stopped working in 3.10
-     g_signal_connect (G_OBJECT (vpane), 
- 	    "draw", G_CALLBACK (signal_on_configure_vpane), view_p);
-     g_signal_connect (G_OBJECT (view_p-&gt;widgets.paper), 
- 	    "draw", G_CALLBACK (rodent_draw), view_p);
- #endif 
--#if GTK_MAJOR_VERSION==3 &amp;&amp; GTK_MINOR_VERSION&gt;=10
-+#if GTK_MAJOR_VERSION==3 &amp;&amp; GTK_MINOR_VERSION&gt;10
-     // draw event no longer received by paper.
-     // This works in 3.12 and also in 3.4, but not in 3.8... figure that out...
-     g_signal_connect (G_OBJECT (scrolled_window), 
-</code></pre></td></tr></table>
-</div> <!-- class=content -->
-<div class='footer'>generated  by cgit v0.10.1 at 2014-12-16 11:59:08 (GMT)</div>
-</div> <!-- id=cgit -->
-</body>
-</html>
diff --git a/rodent.spec b/rodent.spec
index 2302fd2..47609fd 100644
--- a/rodent.spec
+++ b/rodent.spec
@@ -5,15 +5,11 @@
 
 Name:  rodent
 Summary: Advanced user file manager for Linux/BSD systems
-Version: 5.3.14
-Release: 3%{?dist}
+Version: 5.3.16
+Release: 1%{?dist}
 License: GPLv3+
 URL: http://xffm.foo-projects.org/
-Source0: http://sourceforge.net/projects/xffm/files/%{version}.5/rodent-%{version}.6.tar.bz2
-
-##Iconview bug in Fedora 
-##See http://sourceforge.net/p/xffm/bugs/66/
-Patch0:  %{name}-old_draw_method.patch
+Source0: http://sourceforge.net/projects/xffm/files/%{version}.5/rodent-%{version}.0.tar.bz2
 
 BuildRequires: gtk3-devel
 BuildRequires: libxml2-devel
@@ -25,7 +21,7 @@ BuildRequires: librsvg2-devel
 BuildRequires: libzip-devel
 BuildRequires: dbh-devel >= 5.0.13
 BuildRequires: tubo-devel >= 5.0.14
-BuildRequires: librfm-devel >= 5.3.14-3
+BuildRequires: librfm-devel >= 5.3.16
 BuildRequires: desktop-file-utils, chrpath, procps-ng
 
 %description
@@ -82,11 +78,7 @@ systems to reduce the possibility of bugs to a minimum.
 %endif #with_rodentpkg
 
 %prep
-%setup -q -n %{name}-%{version}.6
-
-%if 0%{?fedora} < 21
-%patch0 -p0
-%endif
+%setup -q -n %{name}-%{version}.0
 
 %build
 %configure --enable-static=no --enable-shared=yes \
@@ -247,6 +239,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 %endif #with_rodenticonmgr
 
 %changelog
+* Fri Apr 10 2015 Antonio Trande <sagitterATfedoraproject.org> 5.3.16-1
+- Update to 5.3.16.0
+
 * Sun Feb 01 2015 Antonio Trande <sagitterATfedoraproject.org> 5.3.14-3
 - %%{_datadir}/appdata not owned (bz#1188047)
 
diff --git a/sources b/sources
index bb6b6af..26f23e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28c3eb403f363499f5237424f1939727  rodent-5.3.14.6.tar.bz2
+12e12dbe475ae3847ffb05246c9e191a  rodent-5.3.16.0.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/rodent.git/commit/?h=master&id=b3c97611f1a0f0df8deb0995acb21af9b6b5f598


More information about the scm-commits mailing list