openSUSE Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
November 2009
- 1 participants
- 480 discussions
Hello community,
here is the log from the commit of package mutt for openSUSE:Factory
checked in at Wed Nov 25 16:10:26 CET 2009.
--------
--- mutt/mutt.changes 2009-11-03 20:20:40.000000000 +0100
+++ /mounts/work_src_done/STABLE/mutt/mutt.changes 2009-11-25 14:04:03.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 25 13:55:43 CET 2009 - werner(a)suse.de
+
+- Update for bnc#537141: do not add certificates with wrong hosts
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mutt.spec ++++++
--- /var/tmp/diff_new_pack.4scGru/_old 2009-11-25 16:09:46.000000000 +0100
+++ /var/tmp/diff_new_pack.4scGru/_new 2009-11-25 16:09:46.000000000 +0100
@@ -32,7 +32,7 @@
#Requires: desktop-data-SuSE
AutoReqProv: on
Version: 1.5.20
-Release: 4
+Release: 5
Summary: Mail Program
# ftp://ftp.mutt.org/mutt/devel/
Source0: %name-%version.tar.bz2
++++++ mutt-1.5.19-opennfs.dif ++++++
--- /var/tmp/diff_new_pack.4scGru/_old 2009-11-25 16:09:46.000000000 +0100
+++ /var/tmp/diff_new_pack.4scGru/_new 2009-11-25 16:09:46.000000000 +0100
@@ -1,7 +1,5 @@
-Index: Makefile.am
-===================================================================
---- Makefile.am.orig
-+++ Makefile.am
+--- Makefile.am
++++ Makefile.am 2009-03-02 23:00:00.000000000 +0000
@@ -23,7 +23,7 @@ mutt_SOURCES = \
edit.c enter.c flags.c init.c filter.c from.c \
getdomain.c group.c \
@@ -20,10 +18,8 @@
pgpring_LDADD = @LIBOBJS@ $(INTLLIBS)
pgpring_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS)
-Index: Makefile.in
-===================================================================
---- Makefile.in.orig
-+++ Makefile.in
+--- Makefile.in
++++ Makefile.in 2009-03-03 16:00:38.000000000 +0000
@@ -77,7 +77,7 @@ am_mutt_OBJECTS = addrbook.$(OBJEXT) ali
hash.$(OBJEXT) hdrline.$(OBJEXT) headers.$(OBJEXT) \
help.$(OBJEXT) hook.$(OBJEXT) keymap.$(OBJEXT) main.$(OBJEXT) \
@@ -51,10 +47,8 @@
postpone.c query.c recvattach.c recvcmd.c \
rfc822.c rfc1524.c rfc2047.c rfc2231.c rfc3676.c \
score.c send.c sendlib.c signal.c sort.c \
-Index: lib.c
-===================================================================
---- lib.c.orig
-+++ lib.c
+--- lib.c
++++ lib.c 2009-03-02 23:00:00.000000000 +0000
@@ -50,6 +50,7 @@
#define EX_OK 0
#endif
@@ -83,10 +77,8 @@
/* make sure the file is not symlink */
if (lstat (path, &osb) < 0 || fstat (fd, &nsb) < 0 ||
compare_stat(&osb, &nsb) == -1)
-Index: mbox.c
-===================================================================
---- mbox.c.orig
-+++ mbox.c
+--- mbox.c
++++ mbox.c 2009-03-02 23:00:00.000000000 +0000
@@ -767,7 +767,7 @@ int mbox_sync_mailbox (CONTEXT *ctx, int
/* Create a temporary file to write the new version of the mailbox in. */
@@ -96,10 +88,8 @@
(fp = fdopen (i, "w")) == NULL)
{
if (-1 != i)
-Index: mh.c
-===================================================================
---- mh.c.orig
-+++ mh.c
+--- mh.c
++++ mh.c 2009-03-02 23:00:00.000000000 +0000
@@ -252,7 +252,11 @@ static int mh_mkstemp (CONTEXT * dest, F
{
snprintf (path, _POSIX_PATH_MAX, "%s/.mutt-%s-%d-%d",
@@ -125,20 +115,16 @@
{
if (errno != EEXIST)
{
-Index: mutt.h
-===================================================================
---- mutt.h.orig
-+++ mutt.h
+--- mutt.h
++++ mutt.h 2009-03-02 23:00:00.000000000 +0000
@@ -968,4 +968,5 @@ typedef struct
#include "lib.h"
#include "globals.h"
+extern int opennfs(const char *, int, int);
#endif /*MUTT_H*/
-Index: opennfs.c
-===================================================================
---- /dev/null
-+++ opennfs.c
+--- opennfs.c
++++ opennfs.c 2009-03-02 23:00:00.000000000 +0000
@@ -0,0 +1,122 @@
+#include <errno.h>
+#include <fcntl.h>
@@ -262,10 +248,8 @@
+ if (clear) free(clear);
+ return open(path, flags, mode);
+}
-Index: sendlib.c
-===================================================================
---- sendlib.c.orig
-+++ sendlib.c
+--- sendlib.c
++++ sendlib.c 2009-03-02 23:00:00.000000000 +0000
@@ -2122,7 +2122,7 @@ send_msg (const char *path, char **args,
if (SendmailWait >= 0 && tempfile && *tempfile)
{
++++++ mutt-1.5.20-bnc537141.dif ++++++
--- /var/tmp/diff_new_pack.4scGru/_old 2009-11-25 16:09:46.000000000 +0100
+++ /var/tmp/diff_new_pack.4scGru/_new 2009-11-25 16:09:46.000000000 +0100
@@ -1,5 +1,5 @@
--- mutt_ssl.c
-+++ mutt_ssl.c 2009-09-09 14:13:19.600635937 +0200
++++ mutt_ssl.c 2009-11-25 12:48:35.000000000 +0000
@@ -681,7 +681,8 @@ static int check_host (X509 *x509cert, c
subj_alt_name = sk_GENERAL_NAME_value(subj_alt_names, i);
if (subj_alt_name->type == GEN_DNS)
@@ -21,3 +21,54 @@
}
if (!match_found)
+@@ -745,6 +748,7 @@ static int ssl_cache_trusted_cert (X509
+ static int ssl_check_preauth (X509 *cert, const char* host)
+ {
+ char buf[SHORT_STRING];
++ int trusted = 0;
+
+ /* check session cache first */
+ if (check_certificate_cache (cert))
+@@ -753,6 +757,13 @@ static int ssl_check_preauth (X509 *cert
+ return 1;
+ }
+
++ /* automatic check from user's database */
++ if (SslCertFile && check_certificate_by_digest (cert))
++ {
++ dprint (2, (debugfile, "ssl_check_preauth: digest check passed\n"));
++ trusted++;
++ }
++
+ buf[0] = 0;
+ if (host && option (OPTSSLVERIFYHOST) != M_NO)
+ {
+@@ -760,24 +771,20 @@ static int ssl_check_preauth (X509 *cert
+ {
+ mutt_error (_("Certificate host check failed: %s"), buf);
+ mutt_sleep (2);
+- return -1;
++ if (!trusted) /* don't fail if cert is manually trusted */
++ return -1;
+ }
+ dprint (2, (debugfile, "ssl_check_preauth: hostname check passed\n"));
+ }
+
++ if (trusted) return 1;
++
+ if (check_certificate_by_signer (cert))
+ {
+ dprint (2, (debugfile, "ssl_check_preauth: signer check passed\n"));
+ return 1;
+ }
+
+- /* automatic check from user's database */
+- if (SslCertFile && check_certificate_by_digest (cert))
+- {
+- dprint (2, (debugfile, "ssl_check_preauth: digest check passed\n"));
+- return 1;
+- }
+-
+ return 0;
+ }
+
++++++ patch-1.5.20.sidebar.20090619.txt.bz2 ++++++
Files mutt/patch-1.5.20.sidebar.20090619.txt.bz2 and /mounts/work_src_done/STABLE/mutt/patch-1.5.20.sidebar.20090619.txt.bz2 differ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package NetworkManager-openvpn for openSUSE:Factory
checked in at Wed Nov 25 16:09:32 CET 2009.
--------
--- NetworkManager-openvpn/NetworkManager-openvpn.changes 2009-10-23 12:48:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/NetworkManager-openvpn/NetworkManager-openvpn.changes 2009-11-16 13:00:52.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 16 12:00:49 UTC 2009 - aj(a)suse.de
+
+- Regenerate patches to apply cleanly.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-openvpn.spec ++++++
--- /var/tmp/diff_new_pack.e4bFqV/_old 2009-11-25 16:07:27.000000000 +0100
+++ /var/tmp/diff_new_pack.e4bFqV/_new 2009-11-25 16:07:27.000000000 +0100
@@ -25,7 +25,7 @@
%define sysconfdir %{_sysconfdir}
Summary: NetworkManager VPN support for OpenVPN
Version: 0.7.1
-Release: 2
+Release: 3
License: GPL v2 or later
Group: Productivity/Networking/System
Url: http://www.gnome.org/projects/NetworkManager
++++++ nm-openvpn-desktop.patch ++++++
--- /var/tmp/diff_new_pack.e4bFqV/_old 2009-11-25 16:07:27.000000000 +0100
+++ /var/tmp/diff_new_pack.e4bFqV/_new 2009-11-25 16:07:27.000000000 +0100
@@ -1,7 +1,7 @@
-Index: NetworkManager-openvpn-0.7.0/nm-openvpn.desktop.in
+Index: NetworkManager-openvpn-0.7.1/nm-openvpn.desktop.in
===================================================================
---- NetworkManager-openvpn-0.7.0.orig/nm-openvpn.desktop.in
-+++ NetworkManager-openvpn-0.7.0/nm-openvpn.desktop.in
+--- NetworkManager-openvpn-0.7.1.orig/nm-openvpn.desktop.in
++++ NetworkManager-openvpn-0.7.1/nm-openvpn.desktop.in
@@ -3,9 +3,10 @@ Name=VPN Connection Manager (OpenVPN)
GenericName=VPN Connection Manager (OpenVPN)
Comment=Add, Remove, and Edit VPN Connections
++++++ nm-openvpn-properties.patch ++++++
--- /var/tmp/diff_new_pack.e4bFqV/_old 2009-11-25 16:07:27.000000000 +0100
+++ /var/tmp/diff_new_pack.e4bFqV/_new 2009-11-25 16:07:27.000000000 +0100
@@ -1,10 +1,10 @@
-Index: NetworkManager-openvpn-0.7.0/properties/Makefile.am
+Index: NetworkManager-openvpn-0.7.1/properties/Makefile.am
===================================================================
---- NetworkManager-openvpn-0.7.0.orig/properties/Makefile.am
-+++ NetworkManager-openvpn-0.7.0/properties/Makefile.am
-@@ -36,9 +36,6 @@ libnm_openvpn_properties_la_LIBADD =
- $(NETWORK_MANAGER_LIBS) \
- $(top_builddir)/common-gnome/libnm-openvpn-common-gnome.la
+--- NetworkManager-openvpn-0.7.1.orig/properties/Makefile.am
++++ NetworkManager-openvpn-0.7.1/properties/Makefile.am
+@@ -36,9 +36,6 @@ libnm_openvpn_properties_la_LIBADD =
+ $(NETWORK_MANAGER_LIBS) \
+ $(top_builddir)/common-gnome/libnm-openvpn-common-gnome.la
-libnm_openvpn_properties_la_LDFLAGS = \
- -avoid-version
++++++ nm-openvpn-sscanf.patch ++++++
--- /var/tmp/diff_new_pack.e4bFqV/_old 2009-11-25 16:07:27.000000000 +0100
+++ /var/tmp/diff_new_pack.e4bFqV/_new 2009-11-25 16:07:27.000000000 +0100
@@ -8,10 +8,10 @@
and confusing, and we don't even need to use it. Also add the ability
to set OPENVPN_DEBUG to get more info out of openvpn.
-diff --git a/src/nm-openvpn-service.c b/src/nm-openvpn-service.c
-index 346df20..6cde642 100644
---- a/src/nm-openvpn-service.c
-+++ b/src/nm-openvpn-service.c
+Index: NetworkManager-openvpn-0.7.1/src/nm-openvpn-service.c
+===================================================================
+--- NetworkManager-openvpn-0.7.1.orig/src/nm-openvpn-service.c
++++ NetworkManager-openvpn-0.7.1/src/nm-openvpn-service.c
@@ -287,6 +287,35 @@ ovpn_quote_string (const char *unquoted)
return quoted;
}
@@ -48,7 +48,7 @@
static gboolean
handle_management_socket (NMVPNPlugin *plugin,
GIOChannel *source,
-@@ -295,7 +324,7 @@ handle_management_socket (NMVPNPlugin *plugin,
+@@ -295,7 +324,7 @@ handle_management_socket (NMVPNPlugin *p
{
NMOpenvpnPluginIOData *io_data = NM_OPENVPN_PLUGIN_GET_PRIVATE (plugin)->io_data;
gboolean again = TRUE;
@@ -57,7 +57,7 @@
gsize written;
if (!(condition & G_IO_IN))
-@@ -307,7 +336,8 @@ handle_management_socket (NMVPNPlugin *plugin,
+@@ -307,7 +336,8 @@ handle_management_socket (NMVPNPlugin *p
if (strlen (str) < 1)
goto out;
@@ -67,7 +67,7 @@
if (strcmp (auth, "Auth") == 0) {
if (io_data->username != NULL && io_data->password != NULL) {
char *quser, *qpass;
-@@ -351,8 +381,11 @@ handle_management_socket (NMVPNPlugin *plugin,
+@@ -351,8 +381,11 @@ handle_management_socket (NMVPNPlugin *p
*out_failure = NM_VPN_PLUGIN_FAILURE_CONNECT_FAILED;
again = FALSE;
}
@@ -81,7 +81,7 @@
if (!strcmp (auth, "Auth"))
nm_warning ("Password verification failed");
else if (!strcmp (auth, "Private Key"))
-@@ -360,7 +393,7 @@ handle_management_socket (NMVPNPlugin *plugin,
+@@ -360,7 +393,7 @@ handle_management_socket (NMVPNPlugin *p
else
nm_warning ("Unknown verification failed: %s", auth);
@@ -90,7 +90,7 @@
if (out_failure)
*out_failure = NM_VPN_PLUGIN_FAILURE_LOGIN_FAILED;
-@@ -688,6 +721,7 @@ nm_openvpn_start_openvpn_binary (NMOpenvpnPlugin *plugin,
+@@ -688,6 +721,7 @@ nm_openvpn_start_openvpn_binary (NMOpenv
add_openvpn_arg (args, "--auth");
add_openvpn_arg (args, auth);
}
@@ -98,7 +98,7 @@
/* TA */
tmp = nm_setting_vpn_get_data_item (s_vpn, NM_OPENVPN_KEY_TA);
-@@ -700,9 +734,14 @@ nm_openvpn_start_openvpn_binary (NMOpenvpnPlugin *plugin,
+@@ -700,9 +734,14 @@ nm_openvpn_start_openvpn_binary (NMOpenv
add_openvpn_arg (args, tmp);
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package vdr-plugin-xine for openSUSE:Factory
checked in at Wed Nov 25 15:57:01 CET 2009.
--------
--- vdr-plugin-xine/vdr-plugin-xine.changes 2009-06-04 10:05:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/vdr-plugin-xine/vdr-plugin-xine.changes 2009-11-23 09:34:14.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Nov 23 09:07:46 CET 2009 - lnussel(a)suse.de
+
+- new version 0.9.3
+ * better recovery from bad weather conditions
+ * OSD improvements
+ * aspect ratio fixes
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
vdr-xine-0.8.2.diff
vdr-xine-0.8.2-nodebug.diff
vdr-xine-0.8.2.tar.bz2
New:
----
vdr-xine-0.9.3.diff
vdr-xine-0.9.3-nodebug.diff
vdr-xine-0.9.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vdr-plugin-xine.spec ++++++
--- /var/tmp/diff_new_pack.L6yfHO/_old 2009-11-25 15:55:44.000000000 +0100
+++ /var/tmp/diff_new_pack.L6yfHO/_new 2009-11-25 15:55:44.000000000 +0100
@@ -17,7 +17,7 @@
# norootforbuild
-%define pluginversion 0.8.2
+%define pluginversion 0.9.3
%define pluginname xine
%define pluginurl http://home.vr-web.de/~rnissl/
#
@@ -28,21 +28,21 @@
Name: vdr-plugin-xine
Version: %pkgversion
-Release: 3
+Release: 4
Source: %plugintarball
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: VDR %pluginname plugin
License: GPL v2 or later
Group: Applications/Multimedia
-BuildRequires: gcc-c++ vdr-devel
+BuildRequires: gcc-c++ pkg-config vdr-devel
PreReq: vdr(abi) = %{vdr_apiversion}
Url: %pluginurl
#
-BuildRequires: xine-devel
+BuildRequires: libxine-devel
PreReq: %fillup_prereq
Source1: sysconfig.vdr-xine
-Patch0: vdr-xine-0.8.2.diff
-Patch1: vdr-xine-0.8.2-nodebug.diff
+Patch0: vdr-xine-0.9.3.diff
+Patch1: vdr-xine-0.9.3-nodebug.diff
Patch2: vdr-xine-CAN-2005-0071.diff
# only needed for packages that used the old naming scheme
Obsoletes: vdr-%pluginname < %pkgversion
@@ -66,7 +66,7 @@
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{vdr_sysconfdir}/plugins/xine
install -d -m 755 %{buildroot}/var/lib/vdr-xine
-install -m 644 data/* %{buildroot}%{vdr_sysconfdir}/plugins/xine
+install -m 644 data/*.mpg %{buildroot}%{vdr_sysconfdir}/plugins/xine
install -m 755 xineplayer %{buildroot}%{_bindir}
# sysconfig
install -d -m 755 %{buildroot}/var/adm/fillup-templates
@@ -93,4 +93,5 @@
%{_bindir}/xineplayer
%attr(755, vdr, video) /var/lib/vdr-xine
/var/adm/fillup-templates/sysconfig.%vdrname-xine
+
%changelog
++++++ vdr-xine-0.8.2.diff -> vdr-xine-0.9.3.diff ++++++
--- vdr-plugin-xine/vdr-xine-0.8.2.diff 2008-04-25 16:47:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/vdr-plugin-xine/vdr-xine-0.9.3.diff 2009-11-23 09:34:15.000000000 +0100
@@ -1,22 +1,23 @@
-Index: xine-0.8.2/Makefile
-===================================================================
---- xine-0.8.2.orig/Makefile
-+++ xine-0.8.2/Makefile
-@@ -25,18 +25,19 @@ CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloa
+diff -ur xine-0.9.3.orig/Makefile xine-0.9.3/Makefile
+--- xine-0.9.3.orig/Makefile 2009-04-04 21:01:49.000000000 +0200
++++ xine-0.9.3/Makefile 2009-06-19 21:44:20.000000000 +0200
+@@ -25,18 +25,20 @@
### The directory environment:
-VDRDIR = ../../..
-LIBDIR = ../../lib
+-TMPDIR = /tmp
++DVBDIR = .
+VDRDIR = /usr/include/vdr
+LIBDIR = .
- TMPDIR = /tmp
### Allow user defined options to overwrite defaults:
-include $(VDRDIR)/Make.config
+CXXFLAGS += -fno-strict-aliasing
++
INCLUDES += `pkg-config --cflags libxine`
# where to create fifos (xine expects them at /tmp/vdr-xine)
@@ -25,11 +26,19 @@
# can be used to detect inefficient OSD drawing
# 0 - do not verify whether the dirty area of a bitmap is really dirty
-Index: xine-0.8.2/xineLib.c
-===================================================================
---- xine-0.8.2.orig/xineLib.c
-+++ xine-0.8.2/xineLib.c
-@@ -2230,7 +2230,7 @@ namespace PluginXine
+@@ -116,7 +118,7 @@
+ ### Internationalization (I18N):
+
+ PODIR = po
+-LOCALEDIR = $(VDRDIR)/locale
++LOCALEDIR = locale
+ I18Npo = $(wildcard $(PODIR)/*.po)
+ I18Nmo = $(addsuffix .mo, $(foreach file, $(I18Npo), $(basename $(file))))
+ I18Ndirs = $(notdir $(foreach file, $(I18Npo), $(basename $(file))))
+diff -ur xine-0.9.3.orig/xineLib.c xine-0.9.3/xineLib.c
+--- xine-0.9.3.orig/xineLib.c 2009-06-01 19:32:05.000000000 +0200
++++ xine-0.9.3/xineLib.c 2009-06-19 21:44:20.000000000 +0200
+@@ -2270,7 +2270,7 @@
return false; \
} } while (0)
@@ -38,11 +47,10 @@
{
string msg = "vdr-xine: error: couldn't create directory '" + m_fifoDir + "'";
perror(msg.c_str());
-Index: xine-0.8.2/xineLib.h
-===================================================================
---- xine-0.8.2.orig/xineLib.h
-+++ xine-0.8.2/xineLib.h
-@@ -24,6 +24,7 @@
+diff -ur xine-0.9.3.orig/xineLib.h xine-0.9.3/xineLib.h
+--- xine-0.9.3.orig/xineLib.h 2009-06-01 19:31:04.000000000 +0200
++++ xine-0.9.3/xineLib.h 2009-06-19 21:44:20.000000000 +0200
+@@ -29,6 +29,7 @@
#include "xineExternal.h"
#include "xineSettings.h"
++++++ vdr-xine-0.8.2-nodebug.diff -> vdr-xine-0.9.3-nodebug.diff ++++++
--- vdr-plugin-xine/vdr-xine-0.8.2-nodebug.diff 2008-04-25 16:47:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/vdr-plugin-xine/vdr-xine-0.9.3-nodebug.diff 2009-11-23 09:34:15.000000000 +0100
@@ -1,36 +1,35 @@
-Index: xine-0.8.2/xineDevice.c
-===================================================================
---- xine-0.8.2.orig/xineDevice.c
-+++ xine-0.8.2/xineDevice.c
-@@ -1154,7 +1154,12 @@ int ScanVideoPacket(const uchar *Data, i
+diff -ur xine-0.9.3.orig/xineDevice.c xine-0.9.3/xineDevice.c
+--- xine-0.9.3.orig/xineDevice.c 2009-06-17 20:06:35.000000000 +0200
++++ xine-0.9.3/xineDevice.c 2009-11-22 13:55:49.429468182 +0100
+@@ -1328,7 +1328,12 @@
|| 0x00 != Data[ 1 ]
|| 0x01 != Data[ 2 ])
{
- VERBOSE_NOP();
-+ static int beenhere = 0;
-+ if(!beenhere)
-+ {
-+ VERBOSE_NOP();
-+ beenhere = 1;
-+ }
++ static int beenhere = 0;
++ if(!beenhere)
++ {
++ VERBOSE_NOP();
++ beenhere = 1;
++ }
break;
}
-@@ -1617,7 +1622,12 @@ if (blahblah)
+@@ -2037,7 +2042,12 @@
}
else
{
- VERBOSE_NOP();
-+ static int beenhere = 0;
-+ if(!beenhere)
-+ {
-+ VERBOSE_NOP();
-+ beenhere = 1;
-+ }
++ static int beenhere = 0;
++ if(!beenhere)
++ {
++ VERBOSE_NOP();
++ beenhere = 1;
++ }
ch = '2';
}
}
-@@ -1651,7 +1661,12 @@ if (blahblah)
+@@ -2071,7 +2081,12 @@
|| 0x00 != Data[ 1 ]
|| 0x01 != Data[ 2 ])
{
@@ -38,8 +37,8 @@
+ static int beenhere = 0;
+ if(!beenhere)
+ {
-+ VERBOSE_NOP1();
-+ beenhere = 1;
++ VERBOSE_NOP1();
++ beenhere = 1;
+ }
return;
}
++++++ vdr-xine-0.8.2.tar.bz2 -> vdr-xine-0.9.3.tar.bz2 ++++++
++++ 11541 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package xdmsc for openSUSE:Factory
checked in at Wed Nov 25 15:54:22 CET 2009.
--------
--- xdmsc/xdmsc.changes 2007-02-19 14:17:16.000000000 +0100
+++ /mounts/work_src_done/STABLE/xdmsc/xdmsc.changes 2009-11-25 14:18:22.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 25 14:17:40 CET 2009 - werner(a)suse.de
+
+- Handle next new version strings of the X server of Xorg (bnc#537141)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xdmsc.spec ++++++
--- /var/tmp/diff_new_pack.vlHbR0/_old 2009-11-25 15:46:55.000000000 +0100
+++ /var/tmp/diff_new_pack.vlHbR0/_new 2009-11-25 15:46:55.000000000 +0100
@@ -25,7 +25,7 @@
Provides: Xterminal
AutoReqProv: on
Version: 0.4
-Release: 134
+Release: 135
Summary: Xterminal -- Use SuSE Linux as an X terminal
Source: Xterminal-0.4.tar.gz
Patch: Xterminal-0.4.dif
++++++ Xterminal-0.4.dif ++++++
--- /var/tmp/diff_new_pack.vlHbR0/_old 2009-11-25 15:46:55.000000000 +0100
+++ /var/tmp/diff_new_pack.vlHbR0/_new 2009-11-25 15:46:55.000000000 +0100
@@ -1,5 +1,5 @@
--- Makefile.Linux
-+++ Makefile.Linux 2007-02-09 11:41:40.000000000 +0100
++++ Makefile.Linux 2007-02-09 10:41:40.000000000 +0000
@@ -9,7 +9,6 @@
#
# Author: Werner Fink
@@ -8,7 +8,7 @@
LOGDIR = $(DESTDIR)/var/log
INIDIR = $(DESTDIR)/etc/init.d
DOINST = $(DESTDIR)/install
-@@ -19,10 +18,10 @@ compile:
+@@ -19,10 +18,10 @@ compile:
@echo "nothing to do"
install:
@@ -27,7 +27,7 @@
+ install -c -m 0755 rx $(INIDIR)
+# install -c -m 0755 doinst.sh $(DOINST)
--- rx
-+++ rx 2007-02-19 14:15:45.000000000 +0100
++++ rx 2009-11-25 10:08:55.711430028 +0000
@@ -3,7 +3,7 @@
# /etc/init.d/rx
#
@@ -37,15 +37,91 @@
# please send bugfixes or comments to http://www.suse.de/feedback
#
# Author: Werner Fink <werner(a)suse.de>
-@@ -32,7 +32,11 @@
+@@ -32,18 +32,33 @@
# replaced by underscores.
#
+if test -x /usr/X11R6/bin/X ; then
: ${RX_SERVER=/usr/X11R6/bin/X}
++elif test -x /usr/bin/Xorg ; then
++: ${RX_SERVER=/usr/bin/Xorg}
+else
+: ${RX_SERVER=/usr/bin/X}
+fi
: ${quiet=-quiet}
++typeset -i version
++function do_version ()
++{
++ local -i a=$1 b=$2 c=$3
++ echo $(((a<<16)+(b<<8)+c))
++}
++xorg=no
+ function get_version ()
+ {
+
+ local l version="$(${RX_SERVER} -version 2>&1)"
+- OIFS="$IFS" ; IFS='
+-'
++ OIFS="$IFS" ; IFS=$'\n'
+ for l in $version ; do
+ case "$l" in
++ X.Org\ X\ Server*)
++ xorg=yes
++ break ;;
+ X\ Window\ System\ Version*)
+ break ;;
+ XFree86\ Version*)
+@@ -55,7 +70,14 @@ function get_version ()
+
+ set -- $l
+ eval version=\${$#}
+- l=${version%%.*}
++ if test $xorg = yes ; then
++ OIFS="$IFS" ; IFS=.
++ set -- $version
++ IFS="$OIFS"
++ l=$(do_version $1 $2 $3)
++ else
++ l=${version%%.*}
++ fi
+ case ${l} in
+ [0-9]*) echo ${l} ;;
+ *) echo 0 ;;
+@@ -64,7 +86,8 @@ function get_version ()
+
+ XCONFIG=""
+ if test -x $RX_SERVER ; then
+- if test $(get_version) -gt 3 ; then
++ version=$(get_version)
++ if test $version -gt 3 ; then
+ if test -e /etc/X11/xorg.conf ; then
+ XCONFIG=/etc/X11/xorg.conf
+ else
+@@ -79,12 +102,25 @@ if test -x $RX_SERVER ; then
+ fi
+ DEPTHOPT=-bpp
+ fi
++else
++ echo "Error $0: No X server found, sleeping for next 10 minutes."
++ sleep 600
+ fi
+
+ if test -n "$XCONFIG" -a -r "$XCONFIG" ; then
+ . /etc/sysconfig/xdmsc
+ if test "$START_RX" != "yes" -a "$PPID" = "1" ; then
+ echo "Error $0: Starting X for a X terminal is disabled in /etc/sysconfig/xdmsc,"
++ echo " please disable the start line in /etc/inittab and run"
++ echo " the command /sbin/init q"
++ echo " $0: Sleeping for next 10 minutes."
++ sleep 600
++ exit 0
++ fi
++elif test $version -ge $(do_version 1 6 5) ; then
++ . /etc/sysconfig/xdmsc
++ if test "$START_RX" != "yes" -a "$PPID" = "1" ; then
++ echo "Error $0: Starting X for a X terminal is disabled in /etc/sysconfig/xdmsc,"
+ echo " please disable the start line in /etc/inittab and run"
+ echo " the command /sbin/init q"
+ echo " $0: Sleeping for next 10 minutes."
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package libgail-gnome for openSUSE:Factory
checked in at Wed Nov 25 15:26:04 CET 2009.
--------
--- GNOME/libgail-gnome/libgail-gnome.changes 2008-11-25 17:54:59.000000000 +0100
+++ /mounts/work_src_done/STABLE/libgail-gnome/libgail-gnome.changes 2009-11-16 12:54:45.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 16 11:54:42 UTC 2009 - aj(a)suse.de
+
+- Regenerate patches to apply cleanly.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgail-gnome.spec ++++++
--- /var/tmp/diff_new_pack.XULDdQ/_old 2009-11-25 15:25:05.000000000 +0100
+++ /var/tmp/diff_new_pack.XULDdQ/_new 2009-11-25 15:25:05.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libgail-gnome (Version 1.20.1)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 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
@@ -21,7 +21,7 @@
Name: libgail-gnome
BuildRequires: at-spi-devel atk-devel gail-devel gnome-common gnome-panel-devel gtk2-devel libbonobo-devel libbonoboui-devel libgnomeui-devel
Version: 1.20.1
-Release: 2
+Release: 3
Url: http://www.gnome.org/
Group: System/GUI/GNOME
License: LGPL v2.1 or later
++++++ libgail-gnome-decl.patch ++++++
--- /var/tmp/diff_new_pack.XULDdQ/_old 2009-11-25 15:25:05.000000000 +0100
+++ /var/tmp/diff_new_pack.XULDdQ/_new 2009-11-25 15:25:05.000000000 +0100
@@ -1,8 +1,10 @@
---- gail-gnome/panel-applet-atk-object.h
+Index: gail-gnome/panel-applet-atk-object.h
+===================================================================
+--- gail-gnome/panel-applet-atk-object.h.orig
+++ gail-gnome/panel-applet-atk-object.h
-@@ -48,6 +48,8 @@
+@@ -48,6 +48,8 @@ struct _PanelAppletAtkObjectClass
- GType panel_applet_atk_object_get_type ();
+ GType panel_applet_atk_object_get_type (void);
+AtkObject *panel_applet_accessible_new (PanelApplet *applet);
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package wireshark for openSUSE:Factory
checked in at Wed Nov 25 15:24:52 CET 2009.
--------
--- wireshark/wireshark.changes 2009-10-30 16:28:01.000000000 +0100
+++ /mounts/work_src_done/STABLE/wireshark/wireshark.changes 2009-11-23 16:58:31.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Nov 23 16:02:25 UTC 2009 - prusnak(a)suse.cz
+
+- updated to 1.2.4
+ * Bug Fixes
+ - Can't save RTP stream in both directions. (Bug 4120)
+ * Updated Protocol Support
+ - DCERPC, IPFIX/Netflow, IPv4, NAS EPS, RTCP, TIPC
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
wireshark-1.2.3.tar.bz2
New:
----
wireshark-1.2.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ wireshark.spec ++++++
--- /var/tmp/diff_new_pack.Ce0BTm/_old 2009-11-25 15:23:58.000000000 +0100
+++ /var/tmp/diff_new_pack.Ce0BTm/_new 2009-11-25 15:23:58.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package wireshark (Version 1.2.3)
+# spec file for package wireshark (Version 1.2.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -22,7 +22,7 @@
License: GPL v2 or later
Group: Productivity/Networking/Diagnostic
Summary: A Network Traffic Analyser
-Version: 1.2.3
+Version: 1.2.4
Release: 1
Url: http://www.wireshark.org/
Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
++++++ wireshark-1.2.3.tar.bz2 -> wireshark-1.2.4.tar.bz2 ++++++
wireshark/wireshark-1.2.3.tar.bz2 /mounts/work_src_done/STABLE/wireshark/wireshark-1.2.4.tar.bz2 differ: byte 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package deb for openSUSE:Factory
checked in at Wed Nov 25 15:23:30 CET 2009.
--------
--- deb/deb.changes 2009-11-12 12:43:11.000000000 +0100
+++ /mounts/work_src_done/STABLE/deb/deb.changes 2009-11-25 13:25:38.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Nov 25 12:01:33 UTC 2009 - puzel(a)novell.com
+
+- update to dpkg-1.15.5.2, debhelper-7.4.8, devscripts-2.10.58
+ - huge number of changelogs - please see appropriate changelogs
+ for details:
+ - /usr/share/doc/packages/deb/debhelper/changelog
+ - /usr/share/doc/packages/deb/dpkg/changelog
+
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
debhelper_7.3.12.tar.bz2
devscripts_2.10.55.tar.bz2
dpkg_1.15.0.tar.bz2
New:
----
debhelper_7.4.8.tar.bz2
devscripts_2.10.58.tar.bz2
dpkg_1.15.5.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ deb.spec ++++++
--- /var/tmp/diff_new_pack.vxHbZI/_old 2009-11-25 15:22:05.000000000 +0100
+++ /var/tmp/diff_new_pack.vxHbZI/_new 2009-11-25 15:22:05.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package deb (Version 1.15.0)
+# spec file for package deb (Version 1.15.5.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -17,8 +17,8 @@
# norootforbuild
-%define debhelper_ver 7.3.12
-%define devscripts_ver 2.10.55
+%define debhelper_ver 7.4.8
+%define devscripts_ver 2.10.58
Name: deb
BuildRequires: gcc-c++ ncurses-devel texlive-latex update-alternatives zlib-devel
@@ -32,8 +32,8 @@
Requires: perl = %{perl_version}
Requires: cpio patch make html2text update-alternatives
AutoReqProv: on
-Version: 1.15.0
-Release: 14
+Version: 1.15.5.2
+Release: 1
Summary: Tools for Debian Packages
Source: dpkg_%{version}.tar.bz2
Source1: debhelper_%{debhelper_ver}.tar.bz2
@@ -189,15 +189,6 @@
%files
%defattr(-,root,root)
%doc %{_docdir}/deb
-%doc %{_mandir}/fr
-%doc %{_mandir}/ja
-%doc %{_mandir}/sv
-%doc %{_mandir}/es
-%doc %{_mandir}/pt_BR
-%doc %{_mandir}/ru
-%doc %{_mandir}/de
-%doc %{_mandir}/pl
-%doc %{_mandir}/hu
%doc %{_mandir}/man*/*
%dir %{_sysconfdir}/dpkg
%config(noreplace) %{_sysconfdir}/dpkg/*
++++++ debhelper_7.3.12.tar.bz2 -> debhelper_7.4.8.tar.bz2 ++++++
++++ 27402 lines of diff (skipped)
++++++ debhelper-no-localized-manpages.diff ++++++
--- /var/tmp/diff_new_pack.vxHbZI/_old 2009-11-25 15:22:05.000000000 +0100
+++ /var/tmp/diff_new_pack.vxHbZI/_new 2009-11-25 15:22:05.000000000 +0100
@@ -1,20 +1,17 @@
diff -up debhelper/Makefile.orig debhelper/Makefile
---- debhelper/Makefile.orig 2009-07-02 18:46:55.000000000 +0200
-+++ debhelper/Makefile 2009-07-03 10:45:42.000000000 +0200
-@@ -27,29 +27,12 @@ PERLLIBDIR=$(shell perl -MConfig -e 'pri
+--- debhelper/Makefile.orig 2009-11-19 17:46:10.000000000 +0100
++++ debhelper/Makefile 2009-11-25 12:18:37.000000000 +0100
+@@ -34,26 +34,9 @@ PERLLIBDIR=$(shell perl -MConfig -e 'pri
- POD2MAN=pod2man -c Debhelper -r "$(VERSION)"
+ POD2MAN=pod2man --utf8 -c Debhelper -r "$(VERSION)"
-# l10n to be built is determined from .po files
-LANGS=$(notdir $(basename $(wildcard man/po4a/po/*.po)))
-
- build: version
+ build: version debhelper.7
find . -maxdepth 1 -type f -perm +100 -name "dh*" \
-exec $(POD2MAN) {} {}.1 \;
- cat debhelper.pod | \
- $(MAKEMANLIST) `find . -maxdepth 1 -type f -perm +100 -name "dh_*" | sort` | \
- $(POD2MAN) --name="debhelper" --section=7 > debhelper.7
-- po4a -L UTF-8 man/po4a/po4a.cfg
+- po4a --previous -L UTF-8 man/po4a/po4a.cfg
- set -e; \
- for lang in $(LANGS); do \
- dir=man/$$lang; \
@@ -31,11 +28,11 @@
version:
printf "package Debian::Debhelper::Dh_Version;\n\$$version='$(VERSION)';\n1" > \
-@@ -57,10 +40,6 @@ version:
+@@ -66,10 +49,6 @@ debhelper.7: debhelper.pod
clean:
rm -f *.1 *.7 Debian/Debhelper/Dh_Version.pm
-- po4a --rm-translations --rm-backups man/po4a/po4a.cfg
+- po4a --previous --rm-translations --rm-backups man/po4a/po4a.cfg
- for lang in $(LANGS); do \
- if [ -e man/$$lang ]; then rmdir man/$$lang; fi; \
- done;
++++++ devscripts_2.10.55.tar.bz2 -> devscripts_2.10.58.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/conf.default.in new/devscripts-2.10.58/conf.default.in
--- old/devscripts-2.10.55/conf.default.in 2009-08-12 20:41:44.000000000 +0200
+++ new/devscripts-2.10.58/conf.default.in 2009-11-22 15:16:22.000000000 +0100
@@ -42,7 +42,7 @@
#
# The default settings are:
# DEVSCRIPTS_CHECK_DIRNAME_LEVEL=1
-# DEVSCRIPTS_CHECK_DIRNAME_REGEX='PACKAGE(-.*)?'
+# DEVSCRIPTS_CHECK_DIRNAME_REGEX='PACKAGE(-.+)?'
##### annotate-output
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/debian/changelog new/devscripts-2.10.58/debian/changelog
--- old/devscripts-2.10.55/debian/changelog 2009-09-11 11:03:05.000000000 +0200
+++ new/devscripts-2.10.58/debian/changelog 2009-11-22 15:16:22.000000000 +0100
@@ -1,3 +1,79 @@
+devscripts (2.10.58) unstable; urgency=low
+
+ * who-uploads: Correct the argument to wget's -O option. Thanks to
+ Yves-Alexis Perez for the patch. (Closes: #557507)
+
+ -- James Vega <jamessan(a)debian.org> Sun, 22 Nov 2009 09:16:03 -0500
+
+devscripts (2.10.57) unstable; urgency=low
+
+ [ James Vega ]
+ * debcommit: Fix gathering of "Closes" with dpkg >= 1.15.5.2. (Closes:
+ #557318)
+
+ [ Ben Finney ]
+ * Tighten default dirname regex to match a version only if it contains
+ at least one character: ‘PACKAGE(-.+)?’. (Closes: #521126)
+
+ -- James Vega <jamessan(a)debian.org> Sat, 21 Nov 2009 18:01:28 -0500
+
+devscripts (2.10.56) unstable; urgency=low
+
+ [ Adam D. Barratt ]
+ * debchange: Update the list of known Ubuntu distributions, adding
+ lucid (lynx) and removing gutsy.
+
+ [ James Vega ]
+ * mk-build-deps:
+ + Use Pod::Usage to generate the --help message. This keeps the message
+ in sync with the POD instead of keeping two different texts in sync.
+ (Closes: #548245)
+ + Skip comment/blank lines when parsing the control file. (Closes:
+ #549402)
+ * debchange:
+ + Based on a scan of the lintian lab, add '.', '!', and ':' to the set of
+ punctuation characters we strip from the distribution name when we parse
+ an "Upload to ..." line. (Closes: #548171)
+ + Consistently use “--nomainttrailer” in the manpage. (Closes: #544351)
+ * debuild:
+ + Recognize dpkg-source's -z/-Z options. (Closes: #553205)
+ + Remove references to pbuilder-satisfydepends. Suggest mk-build-deps
+ instead. (Closes: #446318)
+ * debcommit:
+ + Handle the split up of Dpkg::Changelog in Dpkg 1.15.5.2.
+ + Use Dpkg::Changelog::Parse, if available, instead of shelling out to
+ dpkg-parsechangelog.
+ + Remove use of deprecated L<> markup for pod2man.
+ * who-uploads: Set a 30 second timeout when invoking wget instead of using
+ wget's default 900 second timeout. (Closes: #541732)
+ * debsign: Update the dcut reference to point to ftp.upload.debian.org
+ instead of ftp-master.debian.org.
+ * debrelease:
+ + Support using buildArea from .svn/deb-layout. (Closes: #456226)
+ + Change to the package root directory before verifying the existence of
+ debsdir.
+ * bts: Remove use of deprecated L<> markup for pod2man.
+
+ [ Ryan Niebur ]
+ * add w3m to suggests for grep-excuses -w, check for it at runtime too
+ (Closes: #551516)
+ * mk-build-deps: allow passing options to the command in
+ MKBUILDDEPS_TOOL. Setting MKBUILDDEPS_TOOL="aptitude --schedule-
+ only" in ~/.devscripts should work now. (Closes: #547164)
+ * mergechanges:
+ + if both input files have the same file listed but with
+ different checksums, keep the first and get rid of the one from the
+ second.
+ + make trailing whitespace consistent with how 'normal'
+ .changes file are
+
+ [ Patrick Schoenfeld ]
+ * debchange:
+ + Include patch from Mathieu Parent to allow --newversion to be mixed
+ together with --package. (Closes: #549469)
+
+ -- James Vega <jamessan(a)debian.org> Fri, 20 Nov 2009 00:28:13 -0500
+
devscripts (2.10.55) unstable; urgency=high
* Urgency "high" for security fix fix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/debian/control new/devscripts-2.10.58/debian/control
--- old/devscripts-2.10.55/debian/control 2009-09-10 20:14:12.000000000 +0200
+++ new/devscripts-2.10.58/debian/control 2009-11-22 15:16:22.000000000 +0100
@@ -24,7 +24,7 @@
sensible-utils
Suggests: build-essential, cvs-buildpackage, devscripts-el, gnuplot,
libfile-desktopentry-perl, libnet-smtp-ssl-perl (>= 1.01-2), mutt,
- svn-buildpackage
+ svn-buildpackage, w3m
Description: scripts to make the life of a Debian Package maintainer easier
Contains the following scripts, dependencies/recommendations shown in
brackets afterwards:
@@ -92,7 +92,7 @@
.changes or .dsc files [gnupg, debian-keyring, libdigest-md5-perl]
- getbuildlog: download package build logs from Debian auto-builders [wget]
- grep-excuses: grep the update_excuses.html file for your packages
- [libterm-size-perl, wget]
+ [libterm-size-perl, wget, w3m]
- licensecheck: attempt to determine the license of source files
- list-unreleased: searches for unreleased packages
- manpage-alert: locate binaries without corresponding manpages [man-db]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/debian/postinst new/devscripts-2.10.58/debian/postinst
--- old/devscripts-2.10.55/debian/postinst 2009-08-12 14:21:29.000000000 +0200
+++ new/devscripts-2.10.58/debian/postinst 2009-11-22 15:16:22.000000000 +0100
@@ -73,7 +73,7 @@
#
# The default settings are:
# DEVSCRIPTS_CHECK_DIRNAME_LEVEL=1
-# DEVSCRIPTS_CHECK_DIRNAME_REGEX='PACKAGE(-.*)?'
+# DEVSCRIPTS_CHECK_DIRNAME_REGEX='PACKAGE(-.+)?'
EOF
fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/po4a/po/devscripts.pot new/devscripts-2.10.58/po4a/po/devscripts.pot
--- old/devscripts-2.10.55/po4a/po/devscripts.pot 2009-09-10 20:37:07.000000000 +0200
+++ new/devscripts-2.10.58/po4a/po/devscripts.pot 2009-11-22 15:22:48.000000000 +0100
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2009-09-10 19:33+0200\n"
+"POT-Creation-Date: 2009-11-21 22:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -165,7 +165,7 @@
msgstr ""
#. type: SH
-#: ../scripts/annotate-output.1:55 ../scripts/archpath.1:54 ../scripts/build-rdeps.pl:290 ../scripts/checkbashisms.1:62 ../scripts/cowpoke.1:247 ../scripts/cvs-debc.1:64 ../scripts/cvs-debi.1:68 ../scripts/cvs-debrelease.1:69 ../scripts/cvs-debuild.1:59 ../scripts/dcmd.1:101 ../scripts/dcontrol.pl:283 ../scripts/dd-list.1:93 ../scripts/debc.1:120 ../scripts/debchange.1:433 ../scripts/debcheckout.pl:185 ../scripts/debclean.1:111 ../scripts/debcommit.pl:782 ../scripts/debdiff.1:222 ../scripts/debi.1:126 ../scripts/debpkg.1:23 ../scripts/debrelease.1:137 ../scripts/deb-reversion.dbk:292 ../scripts/debrsign.1:71 ../scripts/debsign.1:147 ../scripts/debuild.1:421 ../scripts/desktop2menu.pl:52 ../scripts/dget.pl:628 ../scripts/diff2patches.1:40 ../scripts/dpkg-genbuilddeps.1:36 ../scripts/dscverify.1:76 ../scripts/getbuildlog.1:41 ../scripts/grep-excuses.1:40 ../scripts/licensecheck.pl:121 ../scripts/list-unreleased.1:21 ../scripts/manpage-alert.1:20 ../scripts/mass-bug.pl:521 ../scripts/mergechanges.1:18 ../scripts/mk-build-deps.pl:68 ../scripts/namecheck.pl:30 ../scripts/nmudiff.1:113 ../scripts/plotchangelog.1:126 ../scripts/pts-subscribe.1:56 ../scripts/rc-alert.1:125 ../scripts/rmadison.pl:305 ../scripts/svnpath.pl:97 ../scripts/transition-check.pl:81 ../scripts/uscan.1:540 ../scripts/uupdate.1:169 ../scripts/whodepends.1:19 ../scripts/who-uploads.1:71 ../scripts/wnpp-alert.1:31 ../scripts/wnpp-check.1:33 ../scripts/devscripts.conf.5:58
+#: ../scripts/annotate-output.1:55 ../scripts/archpath.1:54 ../scripts/build-rdeps.pl:290 ../scripts/checkbashisms.1:62 ../scripts/cowpoke.1:247 ../scripts/cvs-debc.1:64 ../scripts/cvs-debi.1:68 ../scripts/cvs-debrelease.1:69 ../scripts/cvs-debuild.1:59 ../scripts/dcmd.1:101 ../scripts/dcontrol.pl:283 ../scripts/dd-list.1:93 ../scripts/debc.1:120 ../scripts/debchange.1:433 ../scripts/debcheckout.pl:185 ../scripts/debclean.1:111 ../scripts/debcommit.pl:805 ../scripts/debdiff.1:222 ../scripts/debi.1:126 ../scripts/debpkg.1:23 ../scripts/debrelease.1:137 ../scripts/deb-reversion.dbk:292 ../scripts/debrsign.1:71 ../scripts/debsign.1:147 ../scripts/debuild.1:421 ../scripts/desktop2menu.pl:52 ../scripts/dget.pl:628 ../scripts/diff2patches.1:40 ../scripts/dpkg-genbuilddeps.1:36 ../scripts/dscverify.1:76 ../scripts/getbuildlog.1:41 ../scripts/grep-excuses.1:40 ../scripts/licensecheck.pl:121 ../scripts/list-unreleased.1:21 ../scripts/manpage-alert.1:20 ../scripts/mass-bug.pl:521 ../scripts/mergechanges.1:18 ../scripts/mk-build-deps.pl:68 ../scripts/namecheck.pl:30 ../scripts/nmudiff.1:113 ../scripts/plotchangelog.1:126 ../scripts/pts-subscribe.1:56 ../scripts/rc-alert.1:125 ../scripts/rmadison.pl:305 ../scripts/svnpath.pl:97 ../scripts/transition-check.pl:81 ../scripts/uscan.1:540 ../scripts/uupdate.1:169 ../scripts/whodepends.1:19 ../scripts/who-uploads.1:71 ../scripts/wnpp-alert.1:31 ../scripts/wnpp-check.1:33 ../scripts/devscripts.conf.5:58
#, no-wrap
msgid "AUTHOR"
msgstr ""
@@ -865,7 +865,7 @@
#: ../scripts/bts.pl:779
msgid ""
"Display the page listing the requested bugs in a web browser using "
-"L<sensible-browser(1)>."
+"sensible-browser(1)."
msgstr ""
#. type: textblock
@@ -2209,7 +2209,7 @@
msgstr ""
#. type: SH
-#: ../scripts/bts.pl:4018 ../scripts/checkbashisms.1:60 ../scripts/cowpoke.1:241 ../scripts/cvs-debc.1:58 ../scripts/cvs-debi.1:62 ../scripts/cvs-debrelease.1:64 ../scripts/cvs-debuild.1:53 ../scripts/dcmd.1:98 ../scripts/dcontrol.pl:290 ../scripts/debc.1:115 ../scripts/debchange.1:426 ../scripts/debcheckout.pl:180 ../scripts/debclean.1:107 ../scripts/debcommit.pl:786 ../scripts/debdiff.1:215 ../scripts/debi.1:122 ../scripts/debrelease.1:132 ../scripts/deb-reversion.dbk:247 ../scripts/debrsign.1:66 ../scripts/debsign.1:134 ../scripts/debsnap.1:118 ../scripts/debuild.1:408 ../scripts/dget.pl:636 ../scripts/diff2patches.1:37 ../scripts/dpkg-depcheck.1:118 ../scripts/dpkg-genbuilddeps.1:30 ../scripts/dscverify.1:71 ../scripts/grep-excuses.1:38 ../scripts/list-unreleased.1:19 ../scripts/nmudiff.1:108 ../scripts/plotchangelog.1:124 ../scripts/pts-subscribe.1:51 ../scripts/rc-alert.1:121 ../scripts/rmadison.pl:301 ../scripts/tagpending.pl:149 ../scripts/uscan.1:534 ../scripts/uupdate.1:162 ../scripts/wnpp-alert.1:29 ../scripts/wnpp-check.1:23 ../scripts/devscripts.conf.5:54
+#: ../scripts/bts.pl:4018 ../scripts/checkbashisms.1:60 ../scripts/cowpoke.1:241 ../scripts/cvs-debc.1:58 ../scripts/cvs-debi.1:62 ../scripts/cvs-debrelease.1:64 ../scripts/cvs-debuild.1:53 ../scripts/dcmd.1:98 ../scripts/dcontrol.pl:290 ../scripts/debc.1:115 ../scripts/debchange.1:426 ../scripts/debcheckout.pl:180 ../scripts/debclean.1:107 ../scripts/debcommit.pl:809 ../scripts/debdiff.1:215 ../scripts/debi.1:122 ../scripts/debrelease.1:132 ../scripts/deb-reversion.dbk:247 ../scripts/debrsign.1:66 ../scripts/debsign.1:134 ../scripts/debsnap.1:118 ../scripts/debuild.1:408 ../scripts/dget.pl:636 ../scripts/diff2patches.1:37 ../scripts/dpkg-depcheck.1:118 ../scripts/dpkg-genbuilddeps.1:30 ../scripts/dscverify.1:71 ../scripts/grep-excuses.1:38 ../scripts/list-unreleased.1:19 ../scripts/nmudiff.1:108 ../scripts/plotchangelog.1:124 ../scripts/pts-subscribe.1:51 ../scripts/rc-alert.1:121 ../scripts/rmadison.pl:301 ../scripts/tagpending.pl:149 ../scripts/uscan.1:534 ../scripts/uupdate.1:162 ../scripts/wnpp-alert.1:29 ../scripts/wnpp-check.1:23 ../scripts/devscripts.conf.5:54
#, no-wrap
msgid "SEE ALSO"
msgstr ""
@@ -4329,7 +4329,7 @@
"not, then it must match the full directory name. If I<regex> contains the "
"string \\'PACKAGE', this will be replaced by the source package name, as "
"determined from the changelog. The default value for the regex is: "
-"\\'PACKAGE(-.*)?', thus matching directory names such as PACKAGE and "
+"\\'PACKAGE(-.+)?', thus matching directory names such as PACKAGE and "
"PACKAGE-version."
msgstr ""
@@ -4725,7 +4725,8 @@
#: ../scripts/debchange.1:209
msgid ""
"This specifies the package name to be used in the new changelog; this may "
-"only be used in conjunction with the B<--create> and B<--increment> options."
+"only be used in conjunction with the B<--create>, B<--increment> and "
+"B<--newversion> options."
msgstr ""
#. type: TP
@@ -4937,7 +4938,7 @@
#. type: TP
#: ../scripts/debchange.1:282
#, no-wrap
-msgid "B<--no-preserve>"
+msgid " B<--no-preserve>, B<--nopreserve>"
msgstr ""
#. type: Plain text
@@ -5153,7 +5154,7 @@
#. type: Plain text
#: ../scripts/debchange.1:394
msgid ""
-"If this is set to I<no>, then it is the same as the B<--no-mainttrailer> "
+"If this is set to I<no>, then it is the same as the B<--nomainttrailer> "
"command line parameter being used."
msgstr ""
@@ -5715,8 +5716,8 @@
#. type: textblock
#: ../scripts/debcommit.pl:33
msgid ""
-"Note that svn/svk tagging conventions vary, so debcommit uses L<svnpath(1)> "
-"to determine where the tag should be placed in the repository."
+"Note that svn/svk tagging conventions vary, so debcommit uses svnpath(1) to "
+"determine where the tag should be placed in the repository."
msgstr ""
#. type: =item
@@ -5973,13 +5974,13 @@
msgstr ""
#. type: textblock
-#: ../scripts/debcommit.pl:784 ../scripts/mass-bug.pl:523
+#: ../scripts/debcommit.pl:807 ../scripts/mass-bug.pl:523
msgid "Joey Hess <joeyh(a)debian.org>"
msgstr ""
#. type: textblock
-#: ../scripts/debcommit.pl:788
-msgid "L<svnpath(1)>."
+#: ../scripts/debcommit.pl:811
+msgid "svnpath(1)."
msgstr ""
#. type: TH
@@ -7326,7 +7327,7 @@
#: ../scripts/debsign.1:25
msgid ""
"If a I<.commands> file is specified it is first validated (see the details "
-"at I<ftp://ftp-master.debian.org/pub/UploadQueue/README>), and the name "
+"at I<ftp://ftp.upload.debian.org/pub/UploadQueue/README>), and the name "
"specified in the Uploader field is used for signing."
msgstr ""
@@ -10263,7 +10264,7 @@
#. type: textblock
#: ../scripts/mk-build-deps.pl:32
-msgid "B<mk-build-deps> [-i|--install] <control file | package name> [...]"
+msgid "B<mk-build-deps> [options] <control file | package name> [...]"
msgstr ""
#. type: textblock
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/po4a/po/fr.po new/devscripts-2.10.58/po4a/po/fr.po
--- old/devscripts-2.10.55/po4a/po/fr.po 2009-09-10 20:44:25.000000000 +0200
+++ new/devscripts-2.10.58/po4a/po/fr.po 2009-11-22 15:16:22.000000000 +0100
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: devscripts\n"
-"POT-Creation-Date: 2009-09-10 19:33+0200\n"
+"POT-Creation-Date: 2009-11-21 22:58+0000\n"
"PO-Revision-Date: 2009-09-06 15:06+0200\n"
"Last-Translator: Nicolas François <nicolas.francois(a)centraliens.net>\n"
"Language-Team: French <debian-l10n-french(a)lists.debian.org>\n"
@@ -311,7 +311,7 @@
#: ../scripts/dcmd.1:101 ../scripts/dcontrol.pl:283 ../scripts/dd-list.1:93
#: ../scripts/debc.1:120 ../scripts/debchange.1:433
#: ../scripts/debcheckout.pl:185 ../scripts/debclean.1:111
-#: ../scripts/debcommit.pl:782 ../scripts/debdiff.1:222 ../scripts/debi.1:126
+#: ../scripts/debcommit.pl:805 ../scripts/debdiff.1:222 ../scripts/debi.1:126
#: ../scripts/debpkg.1:23 ../scripts/debrelease.1:137
#: ../scripts/deb-reversion.dbk:292 ../scripts/debrsign.1:71
#: ../scripts/debsign.1:147 ../scripts/debuild.1:421
@@ -1238,11 +1238,11 @@
#. type: textblock
#: ../scripts/bts.pl:779
msgid ""
-"Display the page listing the requested bugs in a web browser using "
-"L<sensible-browser(1)>."
+"Display the page listing the requested bugs in a web browser using sensible-"
+"browser(1)."
msgstr ""
"Afficher la page référençant les bogues demandés dans un navigateur web en "
-"utilisant L<sensible-browser>(1)."
+"utilisant sensible-browser(1)."
#. type: textblock
#: ../scripts/bts.pl:782
@@ -2910,7 +2910,7 @@
#: ../scripts/cvs-debrelease.1:64 ../scripts/cvs-debuild.1:53
#: ../scripts/dcmd.1:98 ../scripts/dcontrol.pl:290 ../scripts/debc.1:115
#: ../scripts/debchange.1:426 ../scripts/debcheckout.pl:180
-#: ../scripts/debclean.1:107 ../scripts/debcommit.pl:786
+#: ../scripts/debclean.1:107 ../scripts/debcommit.pl:809
#: ../scripts/debdiff.1:215 ../scripts/debi.1:122 ../scripts/debrelease.1:132
#: ../scripts/deb-reversion.dbk:247 ../scripts/debrsign.1:66
#: ../scripts/debsign.1:134 ../scripts/debsnap.1:118 ../scripts/debuild.1:408
@@ -5618,7 +5618,7 @@
"contains a '/', then it must match the full directory path. If not, then it "
"must match the full directory name. If I<regex> contains the string "
"\\'PACKAGE', this will be replaced by the source package name, as determined "
-"from the changelog. The default value for the regex is: \\'PACKAGE(-.*)?', "
+"from the changelog. The default value for the regex is: \\'PACKAGE(-.+)?', "
"thus matching directory names such as PACKAGE and PACKAGE-version."
msgstr ""
"Le nom du répertoire est vérifié en testant si le nom du répertoire courant "
@@ -5629,7 +5629,7 @@
"fin. Si elle contient un « / », alors elle doit correspondre au chemin "
"complet. Si elle contient la chaîne « PACKAGE », cette chaîne sera remplacée "
"par le nom du paquet source déterminé par le fichier changelog. La valeur "
-"par défaut de cette expression rationnelle est « PACKAGE(-.*)? », ce qui "
+"par défaut de cette expression rationnelle est « PACKAGE(-.+)? », ce qui "
"correspond aux répertoires nommés PACKAGE ou PACKAGE-version."
#. type: TP
@@ -6217,11 +6217,12 @@
#: ../scripts/debchange.1:209
msgid ""
"This specifies the package name to be used in the new changelog; this may "
-"only be used in conjunction with the B<--create> and B<--increment> options."
+"only be used in conjunction with the B<--create>, B<--increment> and B<--"
+"newversion> options."
msgstr ""
"Spécifie le nom du paquet qui devra être utilisé dans le nouveau journal des "
"modifications ; doit être utilisé seulement en conjonction avec les options "
-"B<--create> et B<--increment>."
+"B<--create>, B<--increment>, et B<--newversion>."
#. type: TP
#: ../scripts/debchange.1:209
@@ -6482,8 +6483,8 @@
#. type: TP
#: ../scripts/debchange.1:282
#, no-wrap
-msgid "B<--no-preserve>"
-msgstr "B<--no-preserve>"
+msgid " B<--no-preserve>, B<--nopreserve>"
+msgstr "B<--no-preserve>, B<--nopreserve>"
#. type: Plain text
#: ../scripts/debchange.1:285
@@ -6759,11 +6760,11 @@
#. type: Plain text
#: ../scripts/debchange.1:394
msgid ""
-"If this is set to I<no>, then it is the same as the B<--no-mainttrailer> "
+"If this is set to I<no>, then it is the same as the B<--nomainttrailer> "
"command line parameter being used."
msgstr ""
-"Si elle est positionnée à I<no>, alors c'est comme si l'option B<--no-"
-"mainttrailer> était utilisée."
+"Si elle est positionnée à I<no>, alors c'est comme si l'option B<--"
+"nomainttrailer> était utilisée."
#. type: TP
#: ../scripts/debchange.1:394
@@ -7488,11 +7489,11 @@
#. type: textblock
#: ../scripts/debcommit.pl:33
msgid ""
-"Note that svn/svk tagging conventions vary, so debcommit uses L<svnpath(1)> "
-"to determine where the tag should be placed in the repository."
+"Note that svn/svk tagging conventions vary, so debcommit uses svnpath(1) to "
+"determine where the tag should be placed in the repository."
msgstr ""
"Veuillez noter que les conventions de nommage des tags varient pour svn et "
-"svk, donc debcommit utilise L<svnpath(1)> pour déterminer où le tag doit "
+"svk, donc debcommit utilise svnpath(1) pour déterminer où le tag doit "
"être placé dans le dépôt."
#. type: =item
@@ -7808,14 +7809,14 @@
"pour associer la résision aux bogues."
#. type: textblock
-#: ../scripts/debcommit.pl:784 ../scripts/mass-bug.pl:523
+#: ../scripts/debcommit.pl:807 ../scripts/mass-bug.pl:523
msgid "Joey Hess <joeyh(a)debian.org>"
msgstr "Joey Hess <joeyh(a)debian.org>"
#. type: textblock
-#: ../scripts/debcommit.pl:788
-msgid "L<svnpath(1)>."
-msgstr "L<svnpath(1)>."
+#: ../scripts/debcommit.pl:811
+msgid "svnpath(1)."
+msgstr "svnpath(1)."
#. type: TH
#: ../scripts/debdiff.1:1
@@ -9536,11 +9537,11 @@
#: ../scripts/debsign.1:25
msgid ""
"If a I<.commands> file is specified it is first validated (see the details "
-"at I<ftp://ftp-master.debian.org/pub/UploadQueue/README>), and the name "
+"at I<ftp://ftp.upload.debian.org/pub/UploadQueue/README>), and the name "
"specified in the Uploader field is used for signing."
msgstr ""
"Si un fichier I<.commands> est indiqué, il est validé en premier (voir les "
-"détails I<ftp://ftp-master.debian.org/pub/UploadQueue/README>) ; et le nom "
+"détails I<ftp://ftp.upload.debian.org/pub/UploadQueue/README>) ; et le nom "
"indiqué dans le champ Uploader est utilisé pour la signature."
# NOTE: presque identique à une autre chaîne
@@ -13222,8 +13223,8 @@
#. type: textblock
#: ../scripts/mk-build-deps.pl:32
-msgid "B<mk-build-deps> [-i|--install] <control file | package name> [...]"
-msgstr "B<mk-build-deps> [-i|--install] <fichier control | nom paquet> [...]"
+msgid "B<mk-build-deps> [options] <control file | package name> [...]"
+msgstr "B<mk-build-deps> [options] <fichier control | nom paquet> [...]"
#. type: textblock
#: ../scripts/mk-build-deps.pl:36
@@ -17590,6 +17591,16 @@
"Cette page de manuel a été écrite pour le paquet B<devscripts> par le "
"responsable du paquet, Julian Gilbey E<lt>jdg(a)debian.orgE<gt>."
+#~ msgid "B<--no-preserve>, B<--nopreserve>"
+#~ msgstr "B<--no-preserve>, B<--nopreserve>"
+
+#~ msgid "B<--no-preserve>"
+#~ msgstr "B<--no-preserve>"
+
+#~ msgid "B<mk-build-deps> [-i|--install] <control file | package name> [...]"
+#~ msgstr ""
+#~ "B<mk-build-deps> [-i|--install] <fichier control | nom paquet> [...]"
+
#~ msgid ""
#~ "When B<cowpoke> is run the following configuration options are read from "
#~ "global, per-user, and per-project configuration files if present:"
@@ -18003,9 +18014,6 @@
#~ "ignore=regex>] [B<-c|--check=regex>] [B<-r|--recursive>] I<liste de "
#~ "fichiers ou répertoires à vérifier>"
-#~ msgid "B<mk-build-deps> <control file | package name> [...]"
-#~ msgstr "B<mk-build-deps> <fichier control | nom paquet> [...]"
-
#~ msgid ""
#~ "If using the sendmail (B<--no-mutt>) option, then the email to the BTS "
#~ "will be sent using the name and address in the environment variable "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/README new/devscripts-2.10.58/README
--- old/devscripts-2.10.55/README 2009-08-30 09:43:11.000000000 +0200
+++ new/devscripts-2.10.58/README 2009-11-22 15:16:22.000000000 +0100
@@ -160,7 +160,7 @@
- getbuildlog: Download package build logs from Debian auto-builders. [wget]
- grep-excuses: grep the update_excuses.html file to find out what is
- happening to your packages. [libterm-size-perl, wget]
+ happening to your packages. [libterm-size-perl, wget, w3m]
- licensecheck: given a list of source files, attempt to determine which
license (or combination of licenses) each file is placed under.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/README.newscripts new/devscripts-2.10.58/README.newscripts
--- old/devscripts-2.10.55/README.newscripts 2009-01-21 22:27:18.000000000 +0100
+++ new/devscripts-2.10.58/README.newscripts 2009-11-22 15:16:22.000000000 +0100
@@ -17,4 +17,4 @@
permissions are correct in a copy of the repository
9. Add a changelog entry
-last modified: $Id: README.newscripts 1805 2009-01-21 21:27:18Z adsb $
+last modified: $Id$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/bts.pl new/devscripts-2.10.58/scripts/bts.pl
--- old/devscripts-2.10.55/scripts/bts.pl 2009-09-10 19:44:11.000000000 +0200
+++ new/devscripts-2.10.58/scripts/bts.pl 2009-11-22 15:16:22.000000000 +0100
@@ -777,7 +777,7 @@
=item bugs [release-critical | release-critical/... | RC]
Display the page listing the requested bugs in a web browser using
-L<sensible-browser(1)>.
+sensible-browser(1).
Options may be specified after the "bugs" command in addition to or
instead of options at the start of the command line: recognised
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debc.1 new/devscripts-2.10.58/scripts/debc.1
--- old/devscripts-2.10.55/scripts/debc.1 2008-03-15 20:43:38.000000000 +0100
+++ new/devscripts-2.10.58/scripts/debc.1 2009-11-22 15:16:22.000000000 +0100
@@ -59,7 +59,7 @@
match the full directory name. If \fIregex\fR contains the string
\'PACKAGE', this will be replaced by the source package name, as
determined from the changelog. The default value for the regex is:
-\'PACKAGE(-.*)?', thus matching directory names such as PACKAGE and
+\'PACKAGE(-.+)?', thus matching directory names such as PACKAGE and
PACKAGE-version.
.SH OPTIONS
.TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debchange.1 new/devscripts-2.10.58/scripts/debchange.1
--- old/devscripts-2.10.55/scripts/debchange.1 2009-08-30 06:36:28.000000000 +0200
+++ new/devscripts-2.10.58/scripts/debchange.1 2009-11-22 15:16:22.000000000 +0100
@@ -137,7 +137,7 @@
match the full directory name. If \fIregex\fR contains the string
\'PACKAGE', this will be replaced by the source package name, as
determined from the changelog. The default value for the regex is:
-\'PACKAGE(-.*)?', thus matching directory names such as PACKAGE and
+\'PACKAGE(-.+)?', thus matching directory names such as PACKAGE and
PACKAGE-version.
.PP
The default changelog to be edited is \fIdebian/changelog\fR; however,
@@ -204,8 +204,8 @@
.TP
\fB\-\-package\fR \fIpackage\fR
This specifies the package name to be used in the new changelog; this
-may only be used in conjunction with the \fB\-\-create\fR and
-\fB\-\-increment\fR options.
+may only be used in conjunction with the \fB\-\-create\fR, \fB\-\-increment\fR and
+\fB\-\-newversion\fR options.
.TP
.BR \-\-nmu ", " \-n
Increment the Debian release number for a non-maintainer upload by
@@ -280,7 +280,7 @@
(or the version number of a Debian native package) changes. See also
the configuration variables section below.
.TP
-.B \-\-no\-preserve
+\fB \-\-no\-preserve\fR, \fB\-\-nopreserve\fR
Do not preserve the source tree directory name (default).
.TP
\fB\-\-distribution \fIdist\fR, \fB\-D \fIdist\fR
@@ -390,7 +390,7 @@
.TP
.BR DEBCHANGE_MAINTTRAILER
If this is set to \fIno\fR, then it is the same as the
-\fB\-\-no\-mainttrailer\fR command line parameter being used.
+\fB\-\-nomainttrailer\fR command line parameter being used.
.TP
.BR DEBCHANGE_TZ
Use this timezone for changelog entries. Default is the user/system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debchange.pl new/devscripts-2.10.58/scripts/debchange.pl
--- old/devscripts-2.10.55/scripts/debchange.pl 2009-09-05 06:20:28.000000000 +0200
+++ new/devscripts-2.10.58/scripts/debchange.pl 2009-11-22 15:16:22.000000000 +0100
@@ -170,7 +170,7 @@
What constitutes a matching directory name; REGEX is
a Perl regular expression; the string \`PACKAGE\' will
be replaced by the package name; see manpage for details
- (default: 'PACKAGE(-.*)?')
+ (default: 'PACKAGE(-.+)?')
--no-conf, --noconf
Don\'t read devscripts config files; must be the first option given
--release-heuristic log|changelog
@@ -203,7 +203,7 @@
# Start by setting default values
my $check_dirname_level = 1;
-my $check_dirname_regex = 'PACKAGE(-.*)?';
+my $check_dirname_regex = 'PACKAGE(-.+)?';
my $opt_p = 0;
my $opt_query = 1;
my $opt_release_heuristic = 'log';
@@ -227,7 +227,7 @@
'DEBCHANGE_PRESERVE' => 'no',
'DEBCHANGE_QUERY_BTS' => 'yes',
'DEVSCRIPTS_CHECK_DIRNAME_LEVEL' => 1,
- 'DEVSCRIPTS_CHECK_DIRNAME_REGEX' => 'PACKAGE(-.*)?',
+ 'DEVSCRIPTS_CHECK_DIRNAME_REGEX' => 'PACKAGE(-.+)?',
'DEBCHANGE_RELEASE_HEURISTIC' => 'log',
'DEBCHANGE_MULTIMAINT' => 'yes',
'DEBCHANGE_TZ' => $ENV{TZ}, # undef if TZ unset
@@ -406,8 +406,8 @@
$warnings++ if not $opt_force_dist;
}
} elsif ($distributor eq 'Ubuntu') {
- unless ($opt_D =~ /^((dapper|gutsy|hardy|intrepid|jaunty|karmic)(-updates|-security|-proposed|-backports)?|UNRELEASED)$/) {
- warn "$progname warning: Recognised distributions are:\n{dapper,gutsy,hardy,intrepid,jaunty,karmic}{,-updates,-security,-proposed,-backports} and UNRELEASED.\nUsing your request anyway.\n";
+ unless ($opt_D =~ /^((dapper|hardy|intrepid|jaunty|karmic|lucid)(-updates|-security|-proposed|-backports)?|UNRELEASED)$/) {
+ warn "$progname warning: Recognised distributions are:\n{dapper,hardy,intrepid,jaunty,karmic,lucid}{,-updates,-security,-proposed,-backports} and UNRELEASED.\nUsing your request anyway.\n";
$warnings++ if not $opt_force_dist;
}
} else {
@@ -419,8 +419,8 @@
if $opt_news && @closes;
# hm, this can probably be used with more than just -i.
-fatal "--package can only be used with --create and --increment"
- if $opt_package && ! ($opt_create || $opt_i);
+fatal "--package can only be used with --create, --increment and --newversion"
+ if $opt_package && ! ($opt_create || $opt_i || $opt_v);
my $changelog_path = $opt_c || $ENV{'CHANGELOG'} || 'debian/changelog';
my $real_changelog_path = $changelog_path;
@@ -1173,7 +1173,7 @@
}
}
elsif (/ \* Upload to ([^ ]+).*$/) {
- ($dist_indicator = $1) =~ s/[,;]$//;
+ ($dist_indicator = $1) =~ s/[!:.,;]$//;
chomp $dist_indicator;
}
elsif (/^ --\s+([^<]+)\s+/) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debcheckout.pl new/devscripts-2.10.58/scripts/debcheckout.pl
--- old/devscripts-2.10.55/scripts/debcheckout.pl 2009-08-30 06:39:55.000000000 +0200
+++ new/devscripts-2.10.58/scripts/debcheckout.pl 2009-11-22 15:16:22.000000000 +0100
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
# debcheckout: checkout the development repository of a Debian package
-# Copyright (C) 2007-2008 Stefano Zacchiroli <zack(a)debian.org>
+# Copyright (C) 2007-2009 Stefano Zacchiroli <zack(a)debian.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
#
# Created: Tue, 14 Aug 2007 10:20:55 +0200
-# Last-Modified: $Date: 2009-08-30 05:39:55 +0100 (Sun, 30 Aug 2009) $
+# Last-Modified: $Date$
=head1 NAME
@@ -914,6 +914,10 @@
$rc = $? >> 8;
print STDERR "TopGit population failed\n" if $rc != 0;
}
+ system("cd $wcdir && git config user.name \"$ENV{'DEBFULLNAME'}\"")
+ if (defined($ENV{'DEBFULLNAME'}));
+ system("cd $wcdir && git config user.email \"$ENV{'DEBEMAIL'}\"")
+ if (defined($ENV{'DEBEMAIL'}));
if (length $git_track) {
my @heads;
if ($git_track eq '*') {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debclean.1 new/devscripts-2.10.58/scripts/debclean.1
--- old/devscripts-2.10.55/scripts/debclean.1 2007-04-01 20:26:18.000000000 +0200
+++ new/devscripts-2.10.58/scripts/debclean.1 2009-11-22 15:16:22.000000000 +0100
@@ -55,7 +55,7 @@
match the full directory name. If \fIregex\fR contains the string
\'PACKAGE', this will be replaced by the source package name, as
determined from the changelog. The default value for the regex is:
-\'PACKAGE(-.*)?', thus matching directory names such as PACKAGE and
+\'PACKAGE(-.+)?', thus matching directory names such as PACKAGE and
PACKAGE-version.
.SH OPTIONS
.TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debclean.sh new/devscripts-2.10.58/scripts/debclean.sh
--- old/devscripts-2.10.55/scripts/debclean.sh 2007-04-01 20:26:18.000000000 +0200
+++ new/devscripts-2.10.58/scripts/debclean.sh 2009-11-22 15:16:22.000000000 +0100
@@ -24,7 +24,7 @@
What constitutes a matching directory name; REGEX is
a Perl regular expression; the string \`PACKAGE' will
be replaced by the package name; see manpage for details
- (default: 'PACKAGE(-.*)?')
+ (default: 'PACKAGE(-.+)?')
--no-conf, --noconf
Do not read devscripts config files;
@@ -52,7 +52,7 @@
# Boilerplate: set config variables
DEFAULT_DEBCLEAN_CLEANDEBS=no
DEFAULT_DEVSCRIPTS_CHECK_DIRNAME_LEVEL=1
-DEFAULT_DEVSCRIPTS_CHECK_DIRNAME_REGEX='PACKAGE(-.*)?'
+DEFAULT_DEVSCRIPTS_CHECK_DIRNAME_REGEX='PACKAGE(-.+)?'
VARS="DEBCLEAN_CLEANDEBS DEVSCRIPTS_CHECK_DIRNAME_LEVEL DEVSCRIPTS_CHECK_DIRNAME_REGEX"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debcommit.pl new/devscripts-2.10.58/scripts/debcommit.pl
--- old/devscripts-2.10.55/scripts/debcommit.pl 2009-07-16 22:42:43.000000000 +0200
+++ new/devscripts-2.10.58/scripts/debcommit.pl 2009-11-22 15:16:22.000000000 +0100
@@ -31,7 +31,7 @@
debian/changelog, and is used to tag the package in the repository.
Note that svn/svk tagging conventions vary, so debcommit uses
-L<svnpath(1)> to determine where the tag should be placed in the
+svnpath(1) to determine where the tag should be placed in the
repository.
=item B<-R> B<--release-use-changelog>
@@ -334,15 +334,28 @@
$message=getmessage() if ! defined $message and (not $release or $release_use_changelog);
if ($release) {
- open (C, "<$changelog" ) || die "debcommit: cannot read $changelog: $!";
- my $top=<C>;
- if ($top=~/UNRELEASED/) {
- die "debcommit: $changelog says it's UNRELEASED\nTry running dch --release first\n";
+ eval {
+ require Dpkg::Changelog::Parse;
+ };
+ if (not $@) {
+ # dpkg >= 1.15.5.2
+ my $log = Dpkg::Changelog::Parse::changelog_parse(file => $changelog);
+ if ($log->{Distribution} =~ /UNRELEASED/) {
+ die "debcommit: $changelog says it's UNRELEASED\nTry running dch --release first\n";
+ }
+ $version = $log->{Version};
+ }
+ else {
+ open (C, "<$changelog" ) || die "debcommit: cannot read $changelog: $!";
+ my $top=<C>;
+ if ($top=~/UNRELEASED/) {
+ die "debcommit: $changelog says it's UNRELEASED\nTry running dch --release first\n";
+ }
+ close C;
+
+ $version=`dpkg-parsechangelog | grep '^Version:' | cut -f 2 -d ' '`;
+ chomp $version;
}
- close C;
-
- $version=`dpkg-parsechangelog | grep '^Version:' | cut -f 2 -d ' '`;
- chomp $version;
$message="releasing version $version" if ! defined $message;
}
@@ -437,7 +450,17 @@
sub bzr_find_fixes {
my $message=shift;
- my $debian_closes = Dpkg::Changelog::find_closes($message);
+ my $debian_closes = [];
+ eval {
+ require Dpkg::Changelog::Entry::Debian;
+ };
+ if (not $@) {
+ # dpkg >= 1.15.5.2
+ push(@$debian_closes,
+ Dpkg::Changelog::Entry::Debian::find_closes($message));
+ } else {
+ $debian_closes = Dpkg::Changelog::find_closes($message);
+ }
my $launchpad_closes = [];
eval {
require Dpkg::Vendor::Ubuntu;
@@ -785,6 +808,6 @@
=head1 SEE ALSO
-L<svnpath(1)>.
+svnpath(1).
=cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debi.1 new/devscripts-2.10.58/scripts/debi.1
--- old/devscripts-2.10.55/scripts/debi.1 2008-11-24 20:51:47.000000000 +0100
+++ new/devscripts-2.10.58/scripts/debi.1 2009-11-22 15:16:22.000000000 +0100
@@ -60,7 +60,7 @@
match the full directory name. If \fIregex\fR contains the string
\'PACKAGE', this will be replaced by the source package name, as
determined from the changelog. The default value for the regex is:
-\'PACKAGE(-.*)?', thus matching directory names such as PACKAGE and
+\'PACKAGE(-.+)?', thus matching directory names such as PACKAGE and
PACKAGE-version.
.SH OPTIONS
.TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debi.pl new/devscripts-2.10.58/scripts/debi.pl
--- old/devscripts-2.10.55/scripts/debi.pl 2009-07-21 11:36:47.000000000 +0200
+++ new/devscripts-2.10.58/scripts/debi.pl 2009-11-22 15:16:22.000000000 +0100
@@ -61,7 +61,7 @@
What constitutes a matching directory name; REGEX is
a Perl regular expression; the string \`PACKAGE\' will
be replaced by the package name; see manpage for details
- (default: 'PACKAGE(-.*)?')
+ (default: 'PACKAGE(-.+)?')
--with-depends Install packages with their depends.
--tool TOOL Use the specified tool for installing the dependencies
of the package(s) to be installed.
@@ -97,7 +97,7 @@
What constitutes a matching directory name; REGEX is
a Perl regular expression; the string \`PACKAGE\' will
be replaced by the package name; see manpage for details
- (default: 'PACKAGE(-.*)?')
+ (default: 'PACKAGE(-.+)?')
--help Show this message
--version Show version and copyright information
@@ -124,7 +124,7 @@
my $debsdir = '..';
my $debsdir_warning;
my $check_dirname_level = 1;
-my $check_dirname_regex = 'PACKAGE(-.*)?';
+my $check_dirname_regex = 'PACKAGE(-.+)?';
my $install_tool = 'apt-get';
# Next, read configuration files and then command line
@@ -138,7 +138,7 @@
my %config_vars = (
'DEBRELEASE_DEBS_DIR' => '..',
'DEVSCRIPTS_CHECK_DIRNAME_LEVEL' => 1,
- 'DEVSCRIPTS_CHECK_DIRNAME_REGEX' => 'PACKAGE(-.*)?',
+ 'DEVSCRIPTS_CHECK_DIRNAME_REGEX' => 'PACKAGE(-.+)?',
);
my %config_default = %config_vars;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debrelease.1 new/devscripts-2.10.58/scripts/debrelease.1
--- old/devscripts-2.10.55/scripts/debrelease.1 2007-02-23 11:31:10.000000000 +0100
+++ new/devscripts-2.10.58/scripts/debrelease.1 2009-11-22 15:16:22.000000000 +0100
@@ -51,7 +51,7 @@
match the full directory name. If \fIregex\fR contains the string
\'PACKAGE', this will be replaced by the source package name, as
determined from the changelog. The default value for the regex is:
-\'PACKAGE(-.*)?', thus matching directory names such as PACKAGE and
+\'PACKAGE(-.+)?', thus matching directory names such as PACKAGE and
PACKAGE-version.
.SH OPTIONS
.TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debrelease.sh new/devscripts-2.10.58/scripts/debrelease.sh
--- old/devscripts-2.10.55/scripts/debrelease.sh 2007-02-23 11:31:10.000000000 +0100
+++ new/devscripts-2.10.58/scripts/debrelease.sh 2009-11-22 15:16:22.000000000 +0100
@@ -49,7 +49,7 @@
What constitutes a matching directory name; REGEX is
a Perl regular expression; the string \`PACKAGE' will
be replaced by the package name; see manpage for details
- (default: 'PACKAGE(-.*)?')
+ (default: 'PACKAGE(-.+)?')
--no-conf, --noconf
Don't read devscripts config files;
must be the first option given
@@ -84,7 +84,7 @@
DEFAULT_DEBRELEASE_UPLOADER=dupload
DEFAULT_DEBRELEASE_DEBS_DIR=..
DEFAULT_DEVSCRIPTS_CHECK_DIRNAME_LEVEL=1
-DEFAULT_DEVSCRIPTS_CHECK_DIRNAME_REGEX='PACKAGE(-.*)?'
+DEFAULT_DEVSCRIPTS_CHECK_DIRNAME_REGEX='PACKAGE(-.+)?'
VARS="DEBRELEASE_UPLOADER DEBRELEASE_DEBS_DIR DEVSCRIPTS_CHECK_DIRNAME_LEVEL DEVSCRIPTS_CHECK_DIRNAME_REGEX"
if [ "$1" = "--no-conf" -o "$1" = "--noconf" ]; then
@@ -167,20 +167,14 @@
--multi) multiarch=yes ;;
--dupload) DEBRELEASE_UPLOADER=dupload ;;
--dput) DEBRELEASE_UPLOADER=dput ;;
+ # Delay checking of debsdir until we need it. We need to make sure we're
+ # in the package root directory first.
--debs-dir=*)
- debsdir="`echo \"$1\" | sed -e 's/^--debs-dir=//; s%/\+%/%g; s%\(.\)/$%\1%;'`"
- if ! [ -d "$debsdir" ]; then
- echo "$PROGNAME: directory $debsdir does not exist!" >&2
- exit 1
- fi
+ opt_debsdir="`echo \"$1\" | sed -e 's/^--debs-dir=//; s%/\+%/%g; s%\(.\)/$%\1%;'`"
;;
--debs-dir)
shift
- debsdir="`echo \"$1\" | sed -e 's%/\+%/%g; s%\(.\)/$%\1%;'`"
- if ! [ -d "$debsdir" ]; then
- echo "$PROGNAME: directory $debsdir does not exist!" >&2
- exit 1
- fi
+ opt_debsdir="`echo \"$1\" | sed -e 's%/\+%/%g; s%\(.\)/$%\1%;'`"
;;
--check-dirname-level=*)
level="`echo \"$1\" | sed -e 's/^--check-dirname-level=//'`"
@@ -231,17 +225,6 @@
shift
done
-# check sanity of debdir
-if ! [ -d "$debsdir" ]; then
- if [ -n "$debsdir_warning" ]; then
- echo "$PROGNAME: $debsdir_warning" >&2
- exit 1
- else
- echo "$PROGNAME: could not find directory $debsdir!" >&2
- exit 1
- fi
-fi
-
# Look for .changes file via debian/changelog
CHDIR=
until [ -f debian/changelog ]; do
@@ -254,6 +237,26 @@
fi
done
+# Use svn-buildpackage's directory if there is one and debsdir wasn't already
+# specified on the command-line. This can override DEBRELEASE_DEBS_DIR.
+if [ -e ".svn/deb-layout" ]; then
+ buildArea="$(sed -ne '/^buildArea=/{s/^buildArea=//; s%/\+%/%g; s%\(.\)/$%\1%; p; q}' .svn/deb-layout)"
+ if [ -n "$buildArea" -a -d "$buildArea" -a -z "$opt_debsdir" ]; then
+ debsdir="$buildArea"
+ fi
+fi
+
+# check sanity of debdir
+if ! [ -d "$debsdir" ]; then
+ if [ -n "$debsdir_warning" ]; then
+ echo "$PROGNAME: $debsdir_warning" >&2
+ exit 1
+ else
+ echo "$PROGNAME: could not find directory $debsdir!" >&2
+ exit 1
+ fi
+fi
+
mustsetvar package "`dpkg-parsechangelog | sed -n 's/^Source: //p'`" \
"source package"
mustsetvar version "`dpkg-parsechangelog | sed -n 's/^Version: //p'`" \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debsign.1 new/devscripts-2.10.58/scripts/debsign.1
--- old/devscripts-2.10.55/scripts/debsign.1 2008-11-18 21:42:19.000000000 +0100
+++ new/devscripts-2.10.58/scripts/debsign.1 2009-11-22 15:16:22.000000000 +0100
@@ -20,7 +20,7 @@
directory.
.PP
If a \fI.commands\fR file is specified it is first validated (see the
-details at \fIftp://ftp-master.debian.org/pub/UploadQueue/README\fR),
+details at \fIftp://ftp.upload.debian.org/pub/UploadQueue/README\fR),
and the name specified in the Uploader field is used for signing.
.PP
This utility is useful if a developer must build a package on one
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debsign.sh new/devscripts-2.10.58/scripts/debsign.sh
--- old/devscripts-2.10.55/scripts/debsign.sh 2009-04-30 23:51:14.000000000 +0200
+++ new/devscripts-2.10.58/scripts/debsign.sh 2009-11-22 15:16:22.000000000 +0100
@@ -570,7 +570,7 @@
}
# simple validator for .commands files, see
- # ftp://ftp-master.debian.org/pub/UploadQueue/README
+ # ftp://ftp.upload.debian.org/pub/UploadQueue/README
perl -ne 'BEGIN { $uploader = 0; $incommands = 0; }
END { exit $? if $?;
if ($uploader && $incommands) { exit 0; }
@@ -598,7 +598,7 @@
if (/./) { die ".commands file: extra stuff after Commands field!\n"; }
}' $commands || {
echo "$PROGNAME: .commands file appears to be invalid. see:
-ftp://ftp-master.debian.org/pub/UploadQueue/README
+ftp://ftp.upload.debian.org/pub/UploadQueue/README
for valid format" >&2;
exit 1; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debuild.1 new/devscripts-2.10.58/scripts/debuild.1
--- old/devscripts-2.10.55/scripts/debuild.1 2008-04-16 09:39:33.000000000 +0200
+++ new/devscripts-2.10.58/scripts/debuild.1 2009-11-22 15:16:22.000000000 +0100
@@ -81,7 +81,7 @@
match the full directory name. If \fIregex\fR contains the string
\'PACKAGE', this will be replaced by the source package name, as
determined from the changelog. The default value for the regex is:
-\'PACKAGE(-.*)?', thus matching directory names such as PACKAGE and
+\'PACKAGE(-.+)?', thus matching directory names such as PACKAGE and
PACKAGE-version.
.SH ENVIRONMENT VARIABLES
As environment variables can affect the building of a package, often
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/debuild.pl new/devscripts-2.10.58/scripts/debuild.pl
--- old/devscripts-2.10.55/scripts/debuild.pl 2009-05-05 20:04:25.000000000 +0200
+++ new/devscripts-2.10.58/scripts/debuild.pl 2009-11-22 15:16:22.000000000 +0100
@@ -102,7 +102,7 @@
What constitutes a matching directory name; REGEX is
a Perl regular expression; the string \`PACKAGE\' will
be replaced by the package name; see manpage for details
- (default: 'PACKAGE(-.*)?')
+ (default: 'PACKAGE(-.+)?')
--help, -h display this message
@@ -179,7 +179,7 @@
my @lintian_opts=();
my $checkbuilddep=1;
my $check_dirname_level = 1;
-my $check_dirname_regex = 'PACKAGE(-.*)?';
+my $check_dirname_regex = 'PACKAGE(-.+)?';
my $logging=0;
my $tgz_check=1;
my $prepend_path='';
@@ -254,7 +254,7 @@
'DEBUILD_POST_DPKG_BUILDPACKAGE_HOOK' => '',
'DEBUILD_SIGNING_USERNAME' => '',
'DEVSCRIPTS_CHECK_DIRNAME_LEVEL' => 1,
- 'DEVSCRIPTS_CHECK_DIRNAME_REGEX' => 'PACKAGE(-.*)?',
+ 'DEVSCRIPTS_CHECK_DIRNAME_REGEX' => 'PACKAGE(-.+)?',
);
my %config_default = %config_vars;
my $dpkg_opts_var = 'DEBUILD_DPKG_BUILDPACKAGE_OPTS';
@@ -786,6 +786,8 @@
my $targetarch='';
my $targetgnusystem='';
my $changedby='';
+ my $compression='';
+ my $comp_level='';
# and one for us
my @debsign_opts = ();
@@ -811,6 +813,8 @@
/^-s[iad]$/ and $sourcestyle=$_, push(@dpkg_opts, $_), next;
/^-i/ and $diffignore=$_, push(@dpkg_opts, $_), next;
/^-I/ and push(@tarignore, $_), push(@dpkg_opts, $_), next;
+ /^-Z/ and $compression=$_, push(@dpkg_opts, $_), next;
+ /^-z/ and $comp_level=$_, push(@dpkg_opts, $_), next;
$_ eq '-tc' and $cleansource=1, push(@dpkg_opts, $_), next;
/^-t(.*)/ and $targetgnusystem=$1, push(@dpkg_opts, $_), next; # Ditto
$_ eq '-nc' and $noclean=1, $binaryonly ||= '-b', push(@dpkg_opts, $_),
@@ -859,6 +863,8 @@
/^-s[iad]$/ and $sourcestyle=$_, push(@dpkg_opts, $_), next;
/^-i/ and $diffignore=$_, push(@dpkg_opts, $_), next;
/^-I/ and push(@tarignore, $_), push(@dpkg_opts, $_), next;
+ /^-Z/ and $compression=$_, push(@dpkg_opts, $_), next;
+ /^-z/ and $comp_level=$_, push(@dpkg_opts, $_), next;
$_ eq '-tc' and $cleansource=1, push(@dpkg_opts, $_), next;
/^-t(.*)/ and $targetgnusystem=$1, $checkbuilddep=0, next;
$_ eq '-nc' and $noclean=1, $binaryonly ||= '-b', push(@dpkg_opts, $_),
@@ -1077,15 +1083,13 @@
system('dpkg-checkbuilddeps');
}
if ($?>>8) {
- # Horrible non-Perlish formatting here, but emacs formatting
- # dies miserably if this paragraph is done as a here-document.
- # And even the documented hack doesn't work here :(
- fatal "You do not appear to have all build dependencies properly met, aborting.\n" .
- "(Use -d flag to override.)\n" .
- "If you have the pbuilder package installed you can run\n" .
- "/usr/lib/pbuilder/pbuilder-satisfydepends as root to install the\n" .
- "required packages, or you can do it manually using dpkg or apt using\n" .
- "the error messages just above this message.\n";
+ fatal <<"EOT";
+You do not appear to have all build dependencies properly met, aborting.
+(Use -d flag to override.)
+You can use mk-build-deps to generate a dummy package which Depends on all the
+required packages, or you can install them manually using dpkg or apt using
+the error messages just above this message.
+EOT
}
}
@@ -1108,10 +1112,12 @@
my @cmd = (qw(dpkg-source));
push @cmd, @passopts;
push @cmd, $diffignore if $diffignore;
+ push @cmd, $compression if $compression;
+ push @cmd, $comp_level if $comp_level;
push @cmd, @tarignore;
push @cmd, "-b", $dirn;
chdir '..' or fatal "can't chdir ..: $!";
- system_withecho(@cmd);
+ system_withecho(@cmd);
chdir $dirn or fatal "can't chdir $dirn: $!";
}
@@ -1215,7 +1221,7 @@
} # end of debuild dpkg-buildpackage emulation
run_hook('lintian', $run_lintian && $lintian_exists);
-
+
if ($run_lintian && $lintian_exists) {
$<=$>=$uid; # Give up on root privileges if we can
$(=$)=$gid;
@@ -1288,10 +1294,10 @@
if ($?>>8) {
fatal <<"EOT";
You do not appear to have all build dependencies properly met.
-If you have the pbuilder package installed, you can run
-/usr/lib/pbuilder/pbuilder-satisfydepends as root to install the
-required packages, or you can do it manually using dpkg or apt using
-the error messages just above this message.
+You can use mk-build-deps to generate a dummy package which
+Depends on all the required packages, or you can install them
+manually using dpkg or apt using the error messages just above
+this message.
EOT
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/grep-excuses.pl new/devscripts-2.10.58/scripts/grep-excuses.pl
--- old/devscripts-2.10.55/scripts/grep-excuses.pl 2009-08-03 22:06:12.000000000 +0200
+++ new/devscripts-2.10.58/scripts/grep-excuses.pl 2009-11-22 15:16:22.000000000 +0100
@@ -88,6 +88,10 @@
my $columns = Term::Size::chars();
+if (system("command -v w3m >/dev/null 2>&1") != 0) {
+ die "$progname: wipnity mode requires the w3m package to be installed\n";
+}
+
while( my $package=shift ) {
my $dump = `w3m -dump -cols $columns "http://release.debian.org/migration/testing.pl?package=$package"`;
$dump =~ s/^.*?(?=Checking)//s;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/mergechanges.sh new/devscripts-2.10.58/scripts/mergechanges.sh
--- old/devscripts-2.10.55/scripts/mergechanges.sh 2009-01-18 17:16:02.000000000 +0100
+++ new/devscripts-2.10.58/scripts/mergechanges.sh 2009-11-22 15:16:22.000000000 +0100
@@ -86,7 +86,11 @@
# Extract the Architecture: field from all .changes files,
# and merge them, sorting out duplicates
-ARCHS=$(grep -h "^Architecture: " "$@" | sed -e "s,^Architecture: ,," | tr ' ' '\n' | sort -u | tr '\n' ' ')
+ARCHS=$(grep -h "^Architecture: " "$@" | sed -e "s,^Architecture: ,," | tr ' ' '\n' | sort -u | tr '\n' ' ' | sed 's/ $//')
+
+checksum_uniq() {
+ awk '{if(arr[$NF] != 1){arr[$NF] = 1; print;}}'
+}
# Extract & merge the Version: field from all files..
# Don't catch Version: GnuPG lines, though!
@@ -95,11 +99,11 @@
# Extract & merge the sources from all files
SOURCE=$(grep -h "^Source: " "$@" | sed -e "s,^Source: ,," | sort -u)
# Extract & merge the files from all files
-FILES=$(egrep -h "^ [0-9a-f]{32} [0-9]+" "$@" | sort -u)
+FILES=$(egrep -h "^ [0-9a-f]{32} [0-9]+" "$@" | checksum_uniq)
# Extract & merge the sha1 checksums from all files
-SHA1S=$(egrep -h "^ [0-9a-f]{40} [0-9]+" "$@" | sort -u)
+SHA1S=$(egrep -h "^ [0-9a-f]{40} [0-9]+" "$@" | checksum_uniq)
# Extract & merge the sha256 checksums from all files
-SHA256S=$(egrep -h "^ [0-9a-f]{64} [0-9]+" "$@" | sort -u)
+SHA256S=$(egrep -h "^ [0-9a-f]{64} [0-9]+" "$@" | checksum_uniq)
# Extract & merge the description from all files
DESCRIPTIONS=$(sed '/^Description:/,/^[^ ]/{/^ /p;d};d' "$@" | sort -u)
# Extract & merge the Formats from all files
@@ -174,7 +178,7 @@
trap "rm -f '${OUTPUT}' '${DESCFILE}'" 0 1 2 3 7 10 13 15
if test $(echo "${DESCRIPTIONS}" | wc -l) -ne 0; then
- echo "Description:" > "${DESCFILE}"
+ echo "Description: " > "${DESCFILE}"
echo "${DESCRIPTIONS}" >> "${DESCFILE}"
fi
@@ -190,7 +194,7 @@
eval "sed -e 's,^Architecture: .*,Architecture: ${ARCHS},' \
-e '/^Files: /,$ d; /^Checksums-.*: /,$ d' \
-e '/^Description:/,/^[^ ]/{/^Description:/d;/^[ ]/d}' \
- -e '/^Changes:/{r '${DESCFILE} -e ';aChanges:' -e ';d}' \
+ -e '/^Changes:/{r '${DESCFILE} -e ';aChanges: ' -e ';d}' \
-e 's,^Format: .*,Format: ${FORMATS},' \
${OUTPUT} ${REDIR1}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/mk-build-deps.pl new/devscripts-2.10.58/scripts/mk-build-deps.pl
--- old/devscripts-2.10.55/scripts/mk-build-deps.pl 2008-09-23 19:08:11.000000000 +0200
+++ new/devscripts-2.10.58/scripts/mk-build-deps.pl 2009-11-22 15:16:22.000000000 +0100
@@ -29,7 +29,7 @@
B<mk-build-deps> --help|--version
-B<mk-build-deps> [-i|--install] <control file | package name> [...]
+B<mk-build-deps> [options] <control file | package name> [...]
=head1 DESCRIPTION
@@ -80,6 +80,7 @@
use warnings;
use Getopt::Long;
use File::Basename;
+use Pod::Usage;
my $progname = basename($0);
my $opt_install;
@@ -128,9 +129,9 @@
"remove|r" => \$opt_remove,
"tool|t=s" => \$install_tool,
)
- or die "Usage: $progname <control file | package name> [...]\nRun $progname --help for more details\n";
+ or pod2usage({ -exitval => 1, -verbose => 0 });
-if ($opt_help) { help(); exit 0; }
+pod2usage({ -exitval => 0, -verbose => 1 }) if ($opt_help);
if ($opt_version) { version(); exit 0; }
if (!@ARGV) {
@@ -139,7 +140,7 @@
}
}
-die "Usage: $progname <control file | package name> [...]\nRun $progname --help for more details\n" unless @ARGV;
+pod2usage({ -exitval => 1, -verbose => 0 }) unless @ARGV;
system("command -v equivs-build >/dev/null 2>&1");
if ($?) {
@@ -160,6 +161,7 @@
}
while (<CONTROL>) {
+ next if /^#|^\s*$/;
if (/^(?:Package|Source):\s*(\S+)/ && !$name) {
$name = $1;
}
@@ -202,6 +204,8 @@
}
+use Text::ParseWords;
+
if ($opt_install) {
for my $package (@packages) {
my $file = glob "${package}-build-deps_*.deb";
@@ -209,7 +213,7 @@
}
system 'dpkg', '--unpack', @deb_files;
- system $install_tool, '-f', 'install';
+ system shellwords($install_tool), '-f', 'install';
if ($opt_remove) {
foreach my $file (@deb_files) {
@@ -218,15 +222,6 @@
}
}
-sub help {
- print <<"EOF";
-Usage: $progname <control file> | <package name> [...]
-Valid options are:
- --help, -h Display this message
- --version, -v Display version and copyright info
-EOF
-}
-
sub version {
print <<"EOF";
This is $progname, from the Debian devscripts package, version ###VERSION###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/nmudiff.sh new/devscripts-2.10.58/scripts/nmudiff.sh
--- old/devscripts-2.10.55/scripts/nmudiff.sh 2009-07-21 15:03:17.000000000 +0200
+++ new/devscripts-2.10.58/scripts/nmudiff.sh 2009-11-22 15:16:22.000000000 +0100
@@ -66,7 +66,7 @@
VARS="NMUDIFF_DELAY NMUDIFF_MUTT NMUDIFF_NEWREPORT BTS_SENDMAIL_COMMAND"
# Don't think it's worth including this stuff
# DEFAULT_DEVSCRIPTS_CHECK_DIRNAME_LEVEL=1
-# DEFAULT_DEVSCRIPTS_CHECK_DIRNAME_REGEX='PACKAGE(-.*)?'
+# DEFAULT_DEVSCRIPTS_CHECK_DIRNAME_REGEX='PACKAGE(-.+)?'
# VARS="BTS_SENDMAIL_COMMAND DEVSCRIPTS_CHECK_DIRNAME_LEVEL DEVSCRIPTS_CHECK_DIRNAME_REGEX"
if [ "$1" = "--no-conf" -o "$1" = "--noconf" ]; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/uscan.1 new/devscripts-2.10.58/scripts/uscan.1
--- old/devscripts-2.10.55/scripts/uscan.1 2009-09-02 21:20:35.000000000 +0200
+++ new/devscripts-2.10.58/scripts/uscan.1 2009-11-22 15:16:22.000000000 +0100
@@ -313,7 +313,7 @@
match the full directory name. If \fIregex\fR contains the string
\'PACKAGE', this will be replaced by the source package name, as
determined from the changelog. The default value for the regex is:
-\'PACKAGE(-.*)?', thus matching directory names such as PACKAGE and
+\'PACKAGE(-.+)?', thus matching directory names such as PACKAGE and
PACKAGE-version.
.SH EXAMPLE
This script will perform a fully automatic upstream update.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/uscan.pl new/devscripts-2.10.58/scripts/uscan.pl
--- old/devscripts-2.10.55/scripts/uscan.pl 2009-09-10 21:26:37.000000000 +0200
+++ new/devscripts-2.10.58/scripts/uscan.pl 2009-11-22 15:16:22.000000000 +0100
@@ -108,7 +108,7 @@
What constitutes a matching directory name; REGEX is
a Perl regular expression; the string \`PACKAGE\' will
be replaced by the package name; see manpage for details
- (default: 'PACKAGE(-.*)?')
+ (default: 'PACKAGE(-.+)?')
--watchfile FILE
Specify the watchfile rather than using debian/watch;
no directory traversing will be done in this case
@@ -168,7 +168,7 @@
my $symlink = 'symlink';
my $verbose = 0;
my $check_dirname_level = 1;
-my $check_dirname_regex = 'PACKAGE(-.*)?';
+my $check_dirname_regex = 'PACKAGE(-.+)?';
my $dehs = 0;
my %dehs_tags;
my $dehs_end_output = 0;
@@ -193,7 +193,7 @@
'USCAN_USER_AGENT' => '',
'USCAN_REPACK' => 'no',
'DEVSCRIPTS_CHECK_DIRNAME_LEVEL' => 1,
- 'DEVSCRIPTS_CHECK_DIRNAME_REGEX' => 'PACKAGE(-.*)?',
+ 'DEVSCRIPTS_CHECK_DIRNAME_REGEX' => 'PACKAGE(-.+)?',
);
my %config_default = %config_vars;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devscripts-2.10.55/scripts/who-uploads.sh new/devscripts-2.10.58/scripts/who-uploads.sh
--- old/devscripts-2.10.55/scripts/who-uploads.sh 2008-07-26 22:19:06.000000000 +0200
+++ new/devscripts-2.10.58/scripts/who-uploads.sh 2009-11-22 15:16:22.000000000 +0100
@@ -201,10 +201,11 @@
# only grab the actual "Accepted" news announcements; hopefully this
# won't pick up many false positives
+ WGETOPTS="-q -O - --timeout=30 "
count=0
- for news in $(wget -q -O - $pkgurl |
+ for news in $(wget $WGETOPTS $pkgurl |
sed -ne 's%^.*<a href="\('$package'/news/[0-9A-Z]*\.html\)">Accepted .*%\1%p'); do
- HTML_TEXT=$(wget -q -O - "$baseurl$news")
+ HTML_TEXT=$(wget $WGETOPTS "$baseurl$news")
GPG_TEXT=$(echo "$HTML_TEXT" |
sed -ne 's/^<pre>//; /-----BEGIN PGP SIGNED MESSAGE-----/,/-----END PGP SIGNATURE-----/p')
++++++ dpkg_1.15.0.tar.bz2 -> dpkg_1.15.5.2.tar.bz2 ++++++
++++ 704784 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package ktorrent for openSUSE:Factory
checked in at Wed Nov 25 15:21:35 CET 2009.
--------
--- KDE/ktorrent/ktorrent.changes 2009-11-12 00:55:37.000000000 +0100
+++ /mounts/work_src_done/STABLE/ktorrent/ktorrent.changes 2009-11-25 10:16:54.000000000 +0100
@@ -1,0 +2,12 @@
+Wed Nov 25 09:16:18 UTC 2009 - wstephenson(a)novell.com
+
+- Re-enable DHT following legal advice, with warning popup
+
+-------------------------------------------------------------------
+Wed Nov 25 08:33:35 UTC 2009 - beineri(a)opensuse.org
+
+- update to 3.3.1: several crash and memory leaks fixes. Bandwidth
+ schedulers user interaction has been improved, and some other
+ minor issues have also been fixed.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
ktorrent-3.3.tar.bz2
New:
----
ktorrent-3.3.1.tar.bz2
suse-dht-warning.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ktorrent.spec ++++++
--- /var/tmp/diff_new_pack.i9aRXT/_old 2009-11-25 15:20:48.000000000 +0100
+++ /var/tmp/diff_new_pack.i9aRXT/_new 2009-11-25 15:20:48.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package ktorrent (Version 3.3)
+# spec file for package ktorrent (Version 3.3.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -26,7 +26,7 @@
License: GPL v2 or later
Group: Productivity/Networking/File-Sharing
Summary: KDE BitTorrent Client
-Version: 3.3
+Version: 3.3.1
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion %version
@@ -34,9 +34,8 @@
Source2: icons.tar.bz2
Patch1: remove-links.diff
Patch3: proxy.diff
-%if %suse_version > 1020
+Patch4: suse-dht-warning.diff
Requires: %{name}-lang = %{version}
-%endif
%kde4_runtime_requires
Requires: oxygen-icon-theme
@@ -77,10 +76,13 @@
%setup -q -n %name-%{rversion}
%patch1
%patch3
+%if ! 0%{?packman_bs}
+%patch4
+%endif
tar xfj %{SOURCE2}
%build
- %cmake_kde4 -d build -- -DENABLE_DHT_SUPPORT=false
+ %cmake_kde4 -d build -- -DENABLE_DHT_SUPPORT=true
%make_jobs
%install
++++++ ktorrent-3.3.tar.bz2 -> ktorrent-3.3.1.tar.bz2 ++++++
++++ 113812 lines of diff (skipped)
++++++ suse-dht-warning.diff ++++++
Index: ktorrent/gui.cpp
===================================================================
--- ktorrent/gui.cpp (revision 1053967)
+++ ktorrent/gui.cpp (working copy)
@@ -38,6 +38,7 @@
#include <kpushbutton.h>
#include <kxmlguifactory.h>
#include <KNotifyConfigWidget>
+#include <KTipDialog>
#include <kio/jobclasses.h>
#include <kio/jobuidelegate.h>
@@ -115,6 +116,8 @@
//markk.update();
updateActions();
core->startUpdateTimer();
+
+ QTimer::singleShot(0, this, SLOT(showDhtTip()));
}
GUI:: ~GUI()
@@ -601,6 +604,11 @@
{
return torrent_activity;
}
+
+ void GUI::showDhtTip()
+ {
+ KTipDialog::showTip(this, "ktorrent/dhttip");
+ }
}
#include "gui.moc"
Index: ktorrent/dhttip
===================================================================
--- ktorrent/dhttip (revision 0)
+++ ktorrent/dhttip (revision 0)
@@ -0,0 +1,11 @@
+<tip category="Ktorrent">
+<html>
+<p>
+Please respect the rights of copyright holders.
+</p>
+<p>
+Free Software also depends upon the principle of copyright.
+</p>
+</html>
+</tip>
+
Index: ktorrent/gui.h
===================================================================
--- ktorrent/gui.h (revision 1053967)
+++ ktorrent/gui.h (working copy)
@@ -121,6 +121,7 @@
void applySettings();
void showOrHide();
void configureNotifications();
+ void showDhtTip();
private:
void setupActions();
Index: ktorrent/CMakeLists.txt
===================================================================
--- ktorrent/CMakeLists.txt (revision 1053967)
+++ ktorrent/CMakeLists.txt (working copy)
@@ -78,5 +78,6 @@
install(FILES ktorrentplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
install(FILES ktorrentui.rc DESTINATION ${DATA_INSTALL_DIR}/ktorrent )
install(FILES ktorrent.notifyrc DESTINATION ${DATA_INSTALL_DIR}/ktorrent )
+install(FILES dhttip DESTINATION ${DATA_INSTALL_DIR}/ktorrent)
add_subdirectory(icons)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package xchat for openSUSE:Factory
checked in at Wed Nov 25 15:20:32 CET 2009.
--------
--- GNOME/xchat/xchat.changes 2009-10-20 11:27:59.000000000 +0200
+++ /mounts/work_src_done/STABLE/xchat/xchat.changes 2009-11-13 23:20:18.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 13 23:12:02 CET 2009 - dimstar(a)opensuse.org
+
+- Refresh patches to apply with fuzz=0
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xchat.spec ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -24,7 +24,7 @@
Group: Productivity/Networking/IRC
Summary: An IRC Client
Version: 2.8.6
-Release: 44
+Release: 45
Source: http://xchat.org/files/source/2.4/%name-%version.tar.bz2
Patch: %name-gettext.diff
Patch1: %name-tabs_outgoing_msg.patch
++++++ browser.patch ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -1,6 +1,8 @@
---- src/fe-gtk/fe-gtk.c.orig 2007-02-20 13:22:15.000000000 +0100
-+++ src/fe-gtk/fe-gtk.c 2007-02-20 13:22:37.000000000 +0100
-@@ -943,7 +943,7 @@ fe_open_url_locale (const char *url)
+Index: src/fe-gtk/fe-gtk.c
+===================================================================
+--- src/fe-gtk/fe-gtk.c.orig
++++ src/fe-gtk/fe-gtk.c
+@@ -958,7 +958,7 @@ fe_open_url_inner (const char *url)
return;
/* fresh out of ideas... */
++++++ fixme.diff ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -2,8 +2,10 @@
xchat.desktop | 1 +
1 file changed, 1 insertion(+)
---- a/xchat.desktop
-+++ b/xchat.desktop
+Index: xchat-2.8.6/xchat.desktop
+===================================================================
+--- xchat-2.8.6.orig/xchat.desktop
++++ xchat-2.8.6/xchat.desktop
@@ -2,6 +2,7 @@
Encoding=UTF-8
Name=XChat IRC
++++++ xchat-2.8.6-not-stupid-149670.patch ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -2,8 +2,10 @@
src/common/cfgfiles.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---- a/src/common/cfgfiles.c
-+++ b/src/common/cfgfiles.c
+Index: xchat-2.8.6/src/common/cfgfiles.c
+===================================================================
+--- xchat-2.8.6.orig/src/common/cfgfiles.c
++++ xchat-2.8.6/src/common/cfgfiles.c
@@ -757,7 +757,7 @@ load_config (void)
#ifndef __EMX__
/* OS/2 uses UID 0 all the time */
++++++ xchat-automake-foreign.diff ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -2,8 +2,10 @@
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
---- a/Makefile.am
-+++ b/Makefile.am
+Index: xchat-2.8.6/Makefile.am
+===================================================================
+--- xchat-2.8.6.orig/Makefile.am
++++ xchat-2.8.6/Makefile.am
@@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
++++++ xchat-c_onnect-button.patch ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -1,6 +1,7 @@
-diff -urp xchat-2.8.6.orig/src/fe-gtk/gtkutil.c xchat-2.8.6/src/fe-gtk/gtkutil.c
---- xchat-2.8.6.orig/src/fe-gtk/gtkutil.c 2009-07-18 11:25:02.000000000 +0100
-+++ xchat-2.8.6/src/fe-gtk/gtkutil.c 2009-07-18 11:27:01.000000000 +0100
+Index: xchat-2.8.6/src/fe-gtk/gtkutil.c
+===================================================================
+--- xchat-2.8.6.orig/src/fe-gtk/gtkutil.c
++++ xchat-2.8.6/src/fe-gtk/gtkutil.c
@@ -376,6 +376,7 @@ gtkutil_button (GtkWidget *box, char *st
{
gtk_button_set_label (GTK_BUTTON (wid), labeltext);
@@ -9,4 +10,3 @@
if (box)
gtk_container_add (GTK_CONTAINER (box), wid);
}
-
++++++ xchat-desktop-launch.patch ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -1,6 +1,8 @@
---- src/fe-gtk/maingui.c
+Index: src/fe-gtk/maingui.c
+===================================================================
+--- src/fe-gtk/maingui.c.orig
+++ src/fe-gtk/maingui.c
-@@ -2018,6 +2018,7 @@
+@@ -2284,6 +2284,7 @@ mg_word_check (GtkWidget * xtext, char *
static void
mg_word_clicked (GtkWidget *xtext, char *word, GdkEventButton *even)
{
@@ -8,7 +10,7 @@
session *sess = current_sess;
if (even->button == 1) /* left button */
-@@ -2034,7 +2035,18 @@
+@@ -2300,7 +2301,18 @@ mg_word_clicked (GtkWidget *xtext, char
{
case WORD_URL:
case WORD_HOST:
@@ -27,7 +29,7 @@
}
}
return;
-@@ -2056,7 +2068,17 @@
+@@ -2322,7 +2334,17 @@ mg_word_clicked (GtkWidget *xtext, char
break;
case WORD_URL:
case WORD_HOST:
@@ -44,4 +46,4 @@
+ g_free (free_word);
break;
case WORD_NICK:
- menu_nickmenu (sess, even, (word[0]=='@' || word[0]=='+') ?
+ menu_nickmenu (sess, even, (word[0]=='@' || word[0]=='+' || word[0]=='%') ?
++++++ xchat-gettext.diff ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -2,11 +2,13 @@
configure.in | 1 +
1 file changed, 1 insertion(+)
---- a/configure.in
-+++ b/configure.in
+Index: xchat-2.8.6/configure.in
+===================================================================
+--- xchat-2.8.6.orig/configure.in
++++ xchat-2.8.6/configure.in
@@ -27,6 +27,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GET
- ALL_LINGUAS="be ca cs de el es fi fr gl hu it ja ko lt mk nl pa pt ru sq sr sv uk vi zh_CN zh_TW"
+ ALL_LINGUAS="be ca cs de el es fi fr gl hu it ja ko lt mk nl pa pt ru sq sr sv th uk vi zh_CN zh_TW"
AM_GNU_GETTEXT
+AM_GNU_GETTEXT_VERSION(0.12)
++++++ xchat-no-versionscript.patch ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -2,8 +2,10 @@
configure.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---- a/configure.in
-+++ b/configure.in
+Index: xchat-2.8.6/configure.in
+===================================================================
+--- xchat-2.8.6.orig/configure.in
++++ xchat-2.8.6/configure.in
@@ -448,8 +448,9 @@ if test "$plugin" = yes; then
else
VS="`$LD --help | grep version-script 2> /dev/null`"
++++++ xchat-ssl.patch ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -6,8 +6,10 @@
src/fe-gtk/passphrase.h | 3 ++
5 files changed, 92 insertions(+), 1 deletion(-)
---- a/src/common/server.c
-+++ b/src/common/server.c
+Index: xchat-2.8.6/src/common/server.c
+===================================================================
+--- xchat-2.8.6.orig/src/common/server.c
++++ xchat-2.8.6/src/common/server.c
@@ -60,6 +60,7 @@
#include <openssl/ssl.h> /* SSL_() */
#include <openssl/err.h> /* ERR_() */
@@ -45,16 +47,20 @@
/* first try network specific cert/key */
snprintf (cert_file, sizeof (cert_file), "%s/%s.pem",
get_xdir_fs (), server_get_network (serv, TRUE));
---- a/src/fe-gtk/Makefile.am
-+++ b/src/fe-gtk/Makefile.am
+Index: xchat-2.8.6/src/fe-gtk/Makefile.am
+===================================================================
+--- xchat-2.8.6.orig/src/fe-gtk/Makefile.am
++++ xchat-2.8.6/src/fe-gtk/Makefile.am
@@ -29,4 +29,4 @@ xchat_SOURCES = about.c ascii.c banlist.
dccgui.c editlist.c fe-gtk.c fkeys.c gtkutil.c ignoregui.c joind.c menu.c \
maingui.c $(mmx_cmod_S) notifygui.c palette.c pixmaps.c plugin-tray.c $(plugingui_c) \
rawlog.c search.c servlistgui.c setup.c $(sexy_spell_entry_c) textgui.c \
- urlgrab.c userlistgui.c xtext.c
+ urlgrab.c userlistgui.c xtext.c passphrase.c
---- a/src/fe-gtk/fe-gtk.h
-+++ b/src/fe-gtk/fe-gtk.h
+Index: xchat-2.8.6/src/fe-gtk/fe-gtk.h
+===================================================================
+--- xchat-2.8.6.orig/src/fe-gtk/fe-gtk.h
++++ xchat-2.8.6/src/fe-gtk/fe-gtk.h
@@ -52,6 +52,9 @@ struct server_gui
GtkWidget *rawlog_window;
GtkWidget *rawlog_textlist;
@@ -65,8 +71,10 @@
/* join dialog */
GtkWidget *joind_win;
GtkWidget *joind_entry;
+Index: xchat-2.8.6/src/fe-gtk/passphrase.c
+===================================================================
--- /dev/null
-+++ b/src/fe-gtk/passphrase.c
++++ xchat-2.8.6/src/fe-gtk/passphrase.c
@@ -0,0 +1,69 @@
+/* X-Chat
+ * Passphrase dialog
@@ -137,8 +145,10 @@
+ serv->gui->passphrase_win = NULL;
+ return res;
+}
+Index: xchat-2.8.6/src/fe-gtk/passphrase.h
+===================================================================
--- /dev/null
-+++ b/src/fe-gtk/passphrase.h
++++ xchat-2.8.6/src/fe-gtk/passphrase.h
@@ -0,0 +1,3 @@
+
+
++++++ xchat-susefont.diff ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -2,8 +2,10 @@
src/common/cfgfiles.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---- a/src/common/cfgfiles.c
-+++ b/src/common/cfgfiles.c
+Index: xchat-2.8.6/src/common/cfgfiles.c
+===================================================================
+--- xchat-2.8.6.orig/src/common/cfgfiles.c
++++ xchat-2.8.6/src/common/cfgfiles.c
@@ -36,7 +36,7 @@
#else
#define XCHAT_DIR ".xchat2"
++++++ xchat-tabs_outgoing_msg.patch ++++++
--- /var/tmp/diff_new_pack.DnhDXN/_old 2009-11-25 15:18:23.000000000 +0100
+++ /var/tmp/diff_new_pack.DnhDXN/_new 2009-11-25 15:18:23.000000000 +0100
@@ -5,9 +5,11 @@
src/fe-gtk/setup.c | 1 +
4 files changed, 7 insertions(+), 1 deletion(-)
---- a/src/common/cfgfiles.c
-+++ b/src/common/cfgfiles.c
-@@ -538,6 +538,7 @@ const struct prefs vars[] = {
+Index: xchat-2.8.6/src/common/cfgfiles.c
+===================================================================
+--- xchat-2.8.6.orig/src/common/cfgfiles.c
++++ xchat-2.8.6/src/common/cfgfiles.c
+@@ -537,6 +537,7 @@ const struct prefs vars[] = {
{"tab_layout", P_OFFINT (tab_layout), TYPE_INT},
{"tab_new_to_front", P_OFFINT (newtabstofront), TYPE_INT},
{"tab_notices", P_OFFINT (notices_tabs), TYPE_BOOL},
@@ -15,9 +17,11 @@
{"tab_pos", P_OFFINT (tab_pos), TYPE_INT},
{"tab_position", P_OFFINT (_tabs_position), TYPE_INT}, /* obsolete */
{"tab_server", P_OFFINT (use_server_tab), TYPE_BOOL},
---- a/src/common/outbound.c
-+++ b/src/common/outbound.c
-@@ -2625,8 +2625,11 @@ cmd_msg (struct session *sess, char *tbu
+Index: xchat-2.8.6/src/common/outbound.c
+===================================================================
+--- xchat-2.8.6.orig/src/common/outbound.c
++++ xchat-2.8.6/src/common/outbound.c
+@@ -2607,8 +2607,11 @@ cmd_msg (struct session *sess, char *tbu
sess->server->p_message (sess->server, nick, msg);
}
newsess = find_dialog (sess->server, nick);
@@ -30,9 +34,11 @@
if (newsess)
inbound_chanmsg (newsess->server, NULL, newsess->channel,
newsess->server->nick, msg, TRUE, FALSE);
---- a/src/common/xchat.h
-+++ b/src/common/xchat.h
-@@ -268,6 +268,7 @@ struct xchatprefs
+Index: xchat-2.8.6/src/common/xchat.h
+===================================================================
+--- xchat-2.8.6.orig/src/common/xchat.h
++++ xchat-2.8.6/src/common/xchat.h
+@@ -267,6 +267,7 @@ struct xchatprefs
unsigned int irc_whois_front;
unsigned int use_server_tab;
unsigned int notices_tabs;
@@ -40,13 +46,15 @@
unsigned int style_namelistgad;
unsigned int style_inputbox;
unsigned int windows_as_tabs;
---- a/src/fe-gtk/setup.c
-+++ b/src/fe-gtk/setup.c
-@@ -248,6 +248,7 @@ static const setting tabs_settings[] =
+Index: xchat-2.8.6/src/fe-gtk/setup.c
+===================================================================
+--- xchat-2.8.6.orig/src/fe-gtk/setup.c
++++ xchat-2.8.6/src/fe-gtk/setup.c
+@@ -249,6 +249,7 @@ static const setting tabs_settings[] =
{ST_RADIO, N_("Switcher type:"),P_OFFINTNL(tab_layout), 0, swtype, 0},
{ST_TOGGLE, N_("Open an extra tab for server messages"), P_OFFINTNL(use_server_tab), 0, 0, 0},
{ST_TOGGLE, N_("Open an extra tab for server notices"), P_OFFINTNL(notices_tabs), 0, 0, 0},
+ {ST_TOGGLE, N_("Open an extra tab for outgoing msg"), P_OFFINTNL(tabs_outgoing_msg), 0, 0, 0},
{ST_TOGGLE, N_("Open a new tab when you receive a private message"), P_OFFINTNL(autodialog), 0, 0, 0},
{ST_TOGGLE, N_("Sort tabs in alphabetical order"), P_OFFINTNL(tab_sort), 0, 0, 0},
- {ST_TOGGLE, N_("Small tabs"), P_OFFINTNL(tab_small), 0, 0, 0},
+ {ST_TOGGLE, N_("Smaller text"), P_OFFINTNL(tab_small), 0, 0, 0},
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Wed Nov 25 15:12:59 CET 2009.
--------
--- aaa_base/aaa_base.changes 2009-11-18 02:14:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2009-11-25 01:31:23.000000000 +0100
@@ -1,0 +2,15 @@
+Wed Nov 25 01:30:45 CET 2009 - ro(a)suse.de
+
+- same for csh.login
+
+-------------------------------------------------------------------
+Tue Nov 24 17:04:04 UTC 2009 - puzel(a)novell.com
+
+- add '-R' to LESS variable in /etc/profile (bnc#554513)
+
+-------------------------------------------------------------------
+Wed Nov 18 14:58:07 UTC 2009 - mseben(a)novell.com
+
+- added SEND_OUTPUT_ON_NO_ERROR option to /etc/sysconfig/cron (fate#305279)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.SJHnpL/_old 2009-11-25 15:08:49.000000000 +0100
+++ /var/tmp/diff_new_pack.SJHnpL/_new 2009-11-25 15:08:49.000000000 +0100
@@ -28,7 +28,7 @@
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv
AutoReqProv: on
Version: 11.2
-Release: 46
+Release: 47
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base/etc/csh.login new/aaa_base/etc/csh.login
--- old/aaa_base/etc/csh.login 2009-10-19 15:21:41.000000000 +0200
+++ new/aaa_base/etc/csh.login 2009-11-25 01:30:36.000000000 +0100
@@ -156,7 +156,7 @@
# Configure the default pager on SuSE Linux
#
if (! ${?LESS} ) then
- setenv LESS "-M -I"
+ setenv LESS "-M -I -R"
setenv LESSOPEN "lessopen.sh %s"
setenv LESSCLOSE "lessclose.sh %s %s"
setenv LESS_ADVANCED_PREPROCESSOR "no"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base/etc/profile new/aaa_base/etc/profile
--- old/aaa_base/etc/profile 2009-08-04 17:40:26.000000000 +0200
+++ new/aaa_base/etc/profile 2009-11-24 18:03:15.000000000 +0100
@@ -197,7 +197,7 @@
# Configure the default pager on SuSE Linux
#
if test -z "$LESS" -a -x /usr/bin/less ; then
- LESS="-M -I"
+ LESS="-M -I -R"
LESSOPEN="lessopen.sh %s"
LESSCLOSE="lessclose.sh %s %s"
LESS_ADVANCED_PREPROCESSOR="no"
++++++ sysconfig_parts.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig_parts/sysconfig.cron new/sysconfig_parts/sysconfig.cron
--- old/sysconfig_parts/sysconfig.cron 2008-12-16 02:03:14.000000000 +0100
+++ new/sysconfig_parts/sysconfig.cron 2009-10-30 09:41:11.000000000 +0100
@@ -87,6 +87,16 @@
SEND_MAIL_ON_NO_ERROR="no"
## Type: yesno
+## Default: yes
+#
+# send email containing output from all successful jobs in
+# cron.{hourly,daily,weekly,monthly}. Output from failed
+# jobs is always sent. If SEND_MAIL_ON_NO_ERROR is yes, this
+# setting is ignored. (yes/no)
+#
+SEND_OUTPUT_ON_NO_ERROR="yes"
+
+## Type: yesno
## Default: no
#
# generate syslog message for all scripts in
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0