Hello community,

here is the log from the commit of package yast2-auth-server for 
openSUSE:Factory checked in at 2015-05-10 10:53:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-auth-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-auth-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-auth-server"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-auth-server/yast2-auth-server.changes      
2014-12-05 21:02:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-auth-server.new/yast2-auth-server.changes 
2015-05-10 10:53:28.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 28 11:32:22 UTC 2015 - [email protected]
+
+- Fix a typedef line in C header file in order to compile on GCC 5.
+
+-------------------------------------------------------------------

Old:
----
  yast2-auth-server-3.1.13.tar.bz2

New:
----
  yast2-auth-server-3.1.14.tar.bz2

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

Other differences:
------------------
++++++ yast2-auth-server.spec ++++++
--- /var/tmp/diff_new_pack.vEXI9a/_old  2015-05-10 10:53:29.000000000 +0200
+++ /var/tmp/diff_new_pack.vEXI9a/_new  2015-05-10 10:53:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-auth-server
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-server
-Version:        3.1.13
+Version:        3.1.14
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-auth-server-3.1.13.tar.bz2 -> yast2-auth-server-3.1.14.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-server-3.1.13/CONTRIBUTING.md 
new/yast2-auth-server-3.1.14/CONTRIBUTING.md
--- old/yast2-auth-server-3.1.13/CONTRIBUTING.md        2014-12-04 
10:49:57.000000000 +0100
+++ new/yast2-auth-server-3.1.14/CONTRIBUTING.md        2015-04-29 
09:34:12.000000000 +0200
@@ -12,13 +12,13 @@
 -----------
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-server-3.1.13/lib/slapd-config.h 
new/yast2-auth-server-3.1.14/lib/slapd-config.h
--- old/yast2-auth-server-3.1.13/lib/slapd-config.h     2014-12-04 
10:49:57.000000000 +0100
+++ new/yast2-auth-server-3.1.14/lib/slapd-config.h     2015-04-29 
09:34:12.000000000 +0200
@@ -28,7 +28,7 @@
 #define SLAPD_LOG_ERR   1
 
 typedef void (SlapdConfigLogCallback) (int level, const std::string &msg, 
-            const char* file=0, const int line=0, const char* function=0 );
+            const char* file, const int line, const char* function );
 
 class OlcConfigEntry
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-server-3.1.13/package/yast2-auth-server.changes 
new/yast2-auth-server-3.1.14/package/yast2-auth-server.changes
--- old/yast2-auth-server-3.1.13/package/yast2-auth-server.changes      
2014-12-04 10:49:57.000000000 +0100
+++ new/yast2-auth-server-3.1.14/package/yast2-auth-server.changes      
2015-04-29 09:34:12.000000000 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Tue Apr 28 11:32:22 UTC 2015 - [email protected]
+
+- Fix a typedef line in C header file in order to compile on GCC 5.
+
+-------------------------------------------------------------------
 Thu Dec  4 09:49:23 UTC 2014 - [email protected]
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-server-3.1.13/package/yast2-auth-server.spec 
new/yast2-auth-server-3.1.14/package/yast2-auth-server.spec
--- old/yast2-auth-server-3.1.13/package/yast2-auth-server.spec 2014-12-04 
10:49:57.000000000 +0100
+++ new/yast2-auth-server-3.1.14/package/yast2-auth-server.spec 2015-04-29 
09:34:12.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-server
-Version:        3.1.13
+Version:        3.1.14
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to