Hello community,

here is the log from the commit of package gnokii for openSUSE:Factory checked 
in at 2014-09-17 17:26:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnokii (Old)
 and      /work/SRC/openSUSE:Factory/.gnokii.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnokii"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnokii/gnokii.changes    2012-04-17 
21:58:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnokii.new/gnokii.changes       2014-09-17 
17:27:10.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Sep 16 01:43:48 UTC 2014 - [email protected]
+
+- Fix devel package requires by letting the pkgconfig dependency
+  generator act (Add pkg-config BuildRequires and remove all
+  explicit Requires from the -devel package).
+- Add gnokii-date-time.patch: Do not include __DATE__ or __TIME__
+  in binaries.
+
+-------------------------------------------------------------------

New:
----
  gnokii-date-time.patch

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

Other differences:
------------------
++++++ gnokii.spec ++++++
--- /var/tmp/diff_new_pack.3kqKD9/_old  2014-09-17 17:27:11.000000000 +0200
+++ /var/tmp/diff_new_pack.3kqKD9/_new  2014-09-17 17:27:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnokii
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -31,10 +31,13 @@
 Patch0:         gnokii-xgnokii.patch
 # PATCH-FIX-UPSTREAM gnokii-suid_flags.patch bnc#743142 [email protected] -- 
Respect SUID_CFLAGS/SUID_LDFLAGS; sent upstream by mail on 2012-02-24
 Patch1:         gnokii-suid_flags.patch
+# PATCH-FIX-OPENSUSE gnokii-date-time.patch [email protected] -- Do not 
include __DATE__ or __TIME__ in resulting binaries.
+Patch2:         gnokii-date-time.patch
 BuildRequires:  bluez-devel
 BuildRequires:  coreutils
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 %if 0%{?suse_version} > 1210
 BuildRequires:  libX11-devel
 BuildRequires:  libXpm-devel
@@ -87,11 +90,6 @@
 Group:          Hardware/Mobile
 Requires:       %{name} = %{version}
 Requires:       %{name}-smsd = %{version}
-Requires:       glib2-devel
-Requires:       libical-devel
-Requires:       libopenssl-devel
-Requires:       libusb-devel
-Requires:       xorg-x11-devel
 
 %description devel
 gnokii is a package of programs for communicating with a Nokia cellular
@@ -103,7 +101,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-
+%patch2 -p1
 %build
 # Needed by patch0 and patch1
 autoreconf -fi

++++++ gnokii-date-time.patch ++++++
--- gnokii-0.6.31.orig/gnokiid/gnokiid.c
+++ gnokii-0.6.31/gnokiid/gnokiid.c
@@ -68,9 +68,7 @@ static void short_version()
 static void version()
 {
        fprintf(stderr, _("Copyright (C) Hugh Blemings <[email protected]>, 
1999\n"
-                         "Copyright (C) Pavel Janik ml. <[email protected]>, 
1999\n"
-                         "Built %s %s\n"),
-                         __TIME__, __DATE__);
+                         "Copyright (C) Pavel Janik ml. <[email protected]>, 
1999\n"));
 }
 
 /* The function usage is only informative - it prints this program's usage and
--- gnokii-0.6.31.orig/gnokii/gnokii.c
+++ gnokii-0.6.31/gnokii/gnokii.c
@@ -216,7 +216,7 @@ static void version(void)
                          "gnokii is free software, covered by the GNU General 
Public License, and you are\n"
                          "welcome to change it and/or distribute copies of it 
under certain conditions.\n"
                          "There is absolutely no warranty for gnokii.  See GPL 
for details.\n"
-                         "Built %s %s\n"), __TIME__, __DATE__);
+                         ));
 }
 
 /* The function usage is only informative - it prints this program's usage and
--- gnokii-0.6.31.orig/common/data/at-emulator.c
+++ gnokii-0.6.31/common/data/at-emulator.c
@@ -1037,7 +1037,7 @@ bool      gn_atem_command_plusg(char **buf)
        /* AT+GMR is Revision information for the TA (Terminal Adaptor) */
        if (strncasecmp(*buf, "MR", 3) == 0) {
                buf[0] += 2;
-               gsprintf(buffer, MAX_LINE_LENGTH, "%s %s %s\r\n", VERSION, 
__TIME__, __DATE__);
+               gsprintf(buffer, MAX_LINE_LENGTH, "%s\r\n", VERSION);
 
                gn_atem_string_out(buffer);
                return (false);
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to