Hello community,

here is the log from the commit of package grsync for openSUSE:Factory checked 
in at 2013-04-23 15:09:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grsync (Old)
 and      /work/SRC/openSUSE:Factory/.grsync.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grsync", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/grsync/grsync.changes    2012-10-24 
07:10:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.grsync.new/grsync.changes       2013-04-23 
15:09:47.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Apr 22 20:11:52 UTC 2013 - pu...@suse.com
+
+- update to 1.2.3 
+  - Do not allow creation of session names with slashes in them
+  - Lintian fixes to man pages and desktop file (thanks Martijn)
+
+-------------------------------------------------------------------

Old:
----
  grsync-1.2.2.tar.gz

New:
----
  grsync-1.2.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grsync.spec ++++++
--- /var/tmp/diff_new_pack.ocQR78/_old  2013-04-23 15:09:49.000000000 +0200
+++ /var/tmp/diff_new_pack.ocQR78/_new  2013-04-23 15:09:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package grsync
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           grsync
-Version:        1.2.2
+Version:        1.2.3
 Release:        0
 Summary:        GUI for rsync
 License:        GPL-2.0

++++++ fix-desktop-file.patch ++++++
--- /var/tmp/diff_new_pack.ocQR78/_old  2013-04-23 15:09:49.000000000 +0200
+++ /var/tmp/diff_new_pack.ocQR78/_new  2013-04-23 15:09:49.000000000 +0200
@@ -1,16 +1,12 @@
 ---
- grsync.desktop.in |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ grsync.desktop.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: grsync-1.1.1/grsync.desktop.in
+Index: grsync-1.2.3/grsync.desktop.in
 ===================================================================
---- grsync-1.1.1.orig/grsync.desktop.in        2010-05-07 11:06:29.000000000 
+0200
-+++ grsync-1.1.1/grsync.desktop.in     2010-05-07 11:06:30.000000000 +0200
-@@ -1,11 +1,10 @@
- [Desktop Entry]
- Version=1.0
--Encoding=UTF-8
- Name=Grsync
+--- grsync-1.2.3.orig/grsync.desktop.in
++++ grsync-1.2.3/grsync.desktop.in
+@@ -4,7 +4,7 @@ Name=Grsync
  Terminal=false
  Type=Application
  MimeType=application/x-grsync-session;

++++++ grsync-1.2.2.tar.gz -> grsync-1.2.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grsync-1.2.2/NEWS new/grsync-1.2.3/NEWS
--- old/grsync-1.2.2/NEWS       2012-10-18 09:19:30.000000000 +0200
+++ new/grsync-1.2.3/NEWS       2013-01-17 11:11:20.000000000 +0100
@@ -1,5 +1,9 @@
 Grsync Release history:
 
+Version 1.2.3
+       Do not allow creation of session names with slashes in them
+       Lintian fixes to man pages and desktop file (thanks Martijn)
+
 Version 1.2.2
        Increased size of source and destination fields
        Added Croatian translation (thanks Bojan)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grsync-1.2.2/configure new/grsync-1.2.3/configure
--- old/grsync-1.2.2/configure  2012-10-22 11:36:28.000000000 +0200
+++ new/grsync-1.2.3/configure  2012-11-24 16:02:47.000000000 +0100
@@ -2670,7 +2670,7 @@
 
 # Define the identity of the package.
  PACKAGE=grsync
- VERSION=1.2.2
+ VERSION=1.2.3
 
 
 cat >>confdefs.h <<_ACEOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grsync-1.2.2/configure.in 
new/grsync-1.2.3/configure.in
--- old/grsync-1.2.2/configure.in       2012-03-22 17:19:11.000000000 +0100
+++ new/grsync-1.2.3/configure.in       2012-11-24 16:02:17.000000000 +0100
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(grsync, 1.2.2)
+AM_INIT_AUTOMAKE(grsync, 1.2.3)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grsync-1.2.2/grsync-batch.1 
new/grsync-1.2.3/grsync-batch.1
--- old/grsync-1.2.2/grsync-batch.1     2010-02-04 10:31:31.000000000 +0100
+++ new/grsync-1.2.3/grsync-batch.1     2013-01-10 13:59:20.000000000 +0100
@@ -1,24 +1,24 @@
-.TH GRSYNC-BATCH 1 "2007-07-18" "0.6" "grsync batch runner"
+.TH GRSYNC\-BATCH 1 "2007\-07\-18" "0.6" "grsync batch runner"
 
 .SH NAME
-GRSYNC-BATCH \- Grsync batch session runner
+GRSYNC\-BATCH \- Grsync batch session runner
 
 .SH SYNOPSIS
-.B grsync-batch [-f] [-d] [session_name|file_name]
+.B grsync\-batch [\-f] [\-d] [session_name|file_name]
 
 .SH DESCRIPTION
-.B GRSYNC-BATCH
-is a script which can be used to automatize rsync runs using grsync sessions 
(see man grsync).
+.B GRSYNC\-BATCH
+is a script which can be used to automate rsync runs using grsync sessions 
(see man grsync).
 for example it can be put into crontab for scheduled execution on terminal, 
and to get
 the results via email.
 
 .SH OPTIONS
-.B GRSYNC-BATCH
+.B GRSYNC\-BATCH
 by default loads the session you specify on the command line from your 
grsync.ini default
-configuration file. if you specify the -f option, it will be treated as a file 
name to load
+configuration file. if you specify the \-f option, it will be treated as a 
file name to load
 instead. in this case, only one session can be present in the file so there is 
no need
 to specify the session.
-the -d option makes a dry-run, i.e. simulation (run but don't make any changes)
+the \-d option makes a dry\-run, i.e. simulation (run but don't make any 
changes)
 
 .SH SEE ALSO
 .BR Website
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grsync-1.2.2/grsync.1 new/grsync-1.2.3/grsync.1
--- old/grsync-1.2.2/grsync.1   2010-02-04 10:31:33.000000000 +0100
+++ new/grsync-1.2.3/grsync.1   2013-01-10 13:58:27.000000000 +0100
@@ -1,12 +1,12 @@
-.TH GRSYNC 1 "2010-01-07" "1.0.0" "rsync frontend"
+.TH GRSYNC 1 "2010\-01\-07" "1.0.0" "rsync frontend"
 
 .SH NAME
 GRSYNC \- GTK+ frontend for rsync
 
 .SH SYNOPSIS
-.B grsync [-e] [-s] [session_name]
+.B grsync [\-e] [\-s] [session_name]
 
-.B grsync -i session_file_name
+.B grsync \-i session_file_name
 
 .SH DESCRIPTION
 .B GRSYNC
@@ -15,10 +15,10 @@
 
 .SH OPTIONS
 You can specify a session to load instead of the default one, by typing it as 
a command line option.
-The "-e" commandline option automatically executes the session and closes 
grsync when finished, unless an error has been encountered.
-You can have grsync stay open anyway using the "-s" option (even if the 
session run has been successfull).
+The "\-e" commandline option automatically executes the session and closes 
grsync when finished, unless an error has been encountered.
+You can have grsync stay open anyway using the "\-s" option (even if the 
session run has been successfull).
 
-The alternative syntax, using the "-i" switch, will open the "import session" 
dialog on the file you specified as argument.
+The alternative syntax, using the "\-i" switch, will open the "import session" 
dialog on the file you specified as argument.
 
 .SH SEE ALSO
 .BR Website
@@ -28,6 +28,6 @@
 GRSYNC was written by Piero Orsoni <i...@opbyte.it>.
 .PP
 This manual page was written by Daniel Baumann
-<daniel.baum...@panthera-systems.net>, for the Debian project (but may be used
+<daniel.baumann@panthera\-systems.net>, for the Debian project (but may be used
 by others).
 Updated by Piero Orsoni.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grsync-1.2.2/grsync.desktop.in 
new/grsync-1.2.3/grsync.desktop.in
--- old/grsync-1.2.2/grsync.desktop.in  2012-03-22 17:20:51.000000000 +0100
+++ new/grsync-1.2.3/grsync.desktop.in  2013-01-17 11:06:52.000000000 +0100
@@ -1,6 +1,5 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=Grsync
 Terminal=false
 Type=Application
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grsync-1.2.2/src/callbacks.c 
new/grsync-1.2.3/src/callbacks.c
--- old/grsync-1.2.2/src/callbacks.c    2012-03-22 17:20:08.000000000 +0100
+++ new/grsync-1.2.3/src/callbacks.c    2012-11-24 15:57:52.000000000 +0100
@@ -1183,7 +1183,7 @@
                newses = (gchar*) gtk_entry_get_text((GtkEntry*) 
gtk_builder_get_object(builder, "entry_session_name"));
                is_set = get_checkbox("checkbutton_isset");
 
-               if (strcmp(CONFIG_GROUP, newses) == 0 || strcmp("", newses) == 
0) {
+               if (strcmp(CONFIG_GROUP, newses) == 0 || strcmp("", newses) == 
0 || strchr(newses, '/') != NULL) {
 #ifndef MAEMO
                        confirm = gtk_message_dialog_new((GtkWindow*) 
main_window, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR,
                                GTK_BUTTONS_CANCEL, _("This session name is 
reserved, you cannot call it like this"));

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to