Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory checked 
in at 2017-09-25 13:59:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lightdm (Old)
 and      /work/SRC/openSUSE:Factory/.lightdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lightdm"

Mon Sep 25 13:59:28 2017 rev:94 rq:528426 version:1.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes  2017-07-21 
22:44:09.309113166 +0200
+++ /work/SRC/openSUSE:Factory/.lightdm.new/lightdm.changes     2017-09-25 
13:59:38.824887574 +0200
@@ -1,0 +2,6 @@
+Sat Sep 23 18:00:30 UTC 2017 - [email protected]
+
+- Update to version 1.24.0:
+  * No changes.
+
+-------------------------------------------------------------------

Old:
----
  lightdm-1.22.0.tar.xz
  lightdm-1.22.0.tar.xz.asc

New:
----
  lightdm-1.24.0.tar.xz
  lightdm-1.24.0.tar.xz.asc

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

Other differences:
------------------
++++++ lightdm.spec ++++++
--- /var/tmp/diff_new_pack.gAhY5h/_old  2017-09-25 13:59:40.232689502 +0200
+++ /var/tmp/diff_new_pack.gAhY5h/_new  2017-09-25 13:59:40.236688939 +0200
@@ -17,7 +17,7 @@
 #
 
 
-%define ver_master      1.22
+%define ver_master      1.24
 %define gobject_libname lightdm-gobject-1
 %define gobject_lib     lib%{gobject_libname}-0
 %define qt4_libname     lightdm-qt-3
@@ -27,7 +27,7 @@
 %define typelibname     typelib-1_0-LightDM-1
 %define rundir          /run
 Name:           lightdm
-Version:        1.22.0
+Version:        1.24.0
 Release:        0
 Summary:        Lightweight, Cross-desktop Display Manager
 License:        GPL-3.0+
@@ -86,10 +86,10 @@
 Requires:       lightdm-greeter
 # Uses pam configuration and relies on scripts provided by xdm.
 Requires:       xdm
-# Migrate users from lxdm to lightdm - we only obsolete up to version 0.5.
-Obsoletes:      lxdm < 0.5
 Requires(pre):  pwdutils
 Recommends:     %{name}-lang
+# Migrate users from lxdm to lightdm - we only obsolete up to version 0.5.
+Obsoletes:      lxdm < 0.5
 
 %description
 LightDM is a lightweight, cross-desktop display manager. Its main
@@ -103,7 +103,7 @@
 
 %package -n %{gobject_lib}
 Summary:        LightDM GObject-based Client Library
-License:        LGPL-2.0 or LGPL-3.0
+License:        LGPL-2.0 OR LGPL-3.0
 Group:          System/Libraries
 Recommends:     accountsservice
 
@@ -113,7 +113,7 @@
 
 %package gobject-devel
 Summary:        Development Files for %{gobject_lib}
-License:        LGPL-2.0 or LGPL-3.0
+License:        LGPL-2.0 OR LGPL-3.0
 Group:          Development/Libraries/C and C++
 Requires:       %{gobject_lib} = %{version}
 
@@ -123,7 +123,7 @@
 
 %package -n %{typelibname}
 Summary:        GObject Introspection Bindings for the LightDM Client Library
-License:        LGPL-2.0 or LGPL-3.0
+License:        LGPL-2.0 OR LGPL-3.0
 Group:          System/Libraries
 
 %description -n %{typelibname}
@@ -132,7 +132,7 @@
 
 %package -n %{qt4_lib}
 Summary:        LightDM Qt4-based Client Library
-License:        LGPL-2.0 or LGPL-3.0
+License:        LGPL-2.0 OR LGPL-3.0
 Group:          System/Libraries
 
 %description -n %{qt4_lib}
@@ -141,7 +141,7 @@
 
 %package qt-devel
 Summary:        Development Files for %{qt4_lib}
-License:        LGPL-2.0 or LGPL-3.0
+License:        LGPL-2.0 OR LGPL-3.0
 Group:          Development/Libraries/C and C++
 Requires:       %{qt4_lib} = %{version}
 
@@ -151,7 +151,7 @@
 
 %package -n %{qt5_lib}
 Summary:        LightDM Qt5-based Client Library
-License:        LGPL-2.0 or LGPL-3.0
+License:        LGPL-2.0 OR LGPL-3.0
 Group:          System/Libraries
 
 %description -n %{qt5_lib}
@@ -160,7 +160,7 @@
 
 %package qt5-devel
 Summary:        Development Files for %{qt5_lib}
-License:        LGPL-2.0 or LGPL-3.0
+License:        LGPL-2.0 OR LGPL-3.0
 Group:          Development/Libraries/C and C++
 Requires:       %{qt5_lib} = %{version}
 
@@ -271,7 +271,6 @@
 %postun -n %{qt5_lib} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc COPYING.GPL3 NEWS data/lightdm.conf.example
 %{_bindir}/dm-tool
 %{_sbindir}/lightdm
@@ -303,15 +302,12 @@
 %{_mandir}/man1/dm-tool.1*
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %files -n %{gobject_lib}
-%defattr(-,root,root)
 %doc COPYING.LGPL2 COPYING.LGPL3
 %{_libdir}/lib%{gobject_libname}.so.*
 
 %files gobject-devel
-%defattr(-,root,root)
 %{_libdir}/lib%{gobject_libname}.so
 %{_libdir}/pkgconfig/lib%{gobject_libname}.pc
 %{_includedir}/%{gobject_libname}/
@@ -321,27 +317,22 @@
 %doc %{_datadir}/gtk-doc/html/%{gobject_libname}/
 
 %files -n %{typelibname}
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/LightDM-1.typelib
 
 %files -n %{qt4_lib}
-%defattr(-,root,root)
 %doc COPYING.LGPL2 COPYING.LGPL3
 %{_libdir}/lib%{qt4_libname}.so.*
 
 %files qt-devel
-%defattr(-,root,root)
 %{_libdir}/lib%{qt4_libname}.so
 %{_libdir}/pkgconfig/lib%{qt4_libname}.pc
 %{_includedir}/%{qt4_libname}/
 
 %files -n %{qt5_lib}
-%defattr(-,root,root)
 %doc COPYING.LGPL2 COPYING.LGPL3
 %{_libdir}/lib%{qt5_libname}.so.*
 
 %files qt5-devel
-%defattr(-,root,root)
 %{_libdir}/lib%{qt5_libname}.so
 %{_libdir}/pkgconfig/lib%{qt5_libname}.pc
 %{_includedir}/%{qt5_libname}/

++++++ lightdm-1.22.0.tar.xz -> lightdm-1.24.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightdm-1.22.0/NEWS new/lightdm-1.24.0/NEWS
--- old/lightdm-1.22.0/NEWS     2017-03-22 04:26:15.000000000 +0100
+++ new/lightdm-1.24.0/NEWS     2017-09-05 00:29:28.000000000 +0200
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.24.0
+
+    * No changes from 1.22
+
 Overview of changes in lightdm 1.22.0
 
     * Allow guest sessions to talk to Mir (allowing unity8)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightdm-1.22.0/configure new/lightdm-1.24.0/configure
--- old/lightdm-1.22.0/configure        2017-03-22 04:27:49.000000000 +0100
+++ new/lightdm-1.24.0/configure        2017-09-05 00:29:46.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for lightdm 1.22.0.
+# Generated by GNU Autoconf 2.69 for lightdm 1.24.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='lightdm'
 PACKAGE_TARNAME='lightdm'
-PACKAGE_VERSION='1.22.0'
-PACKAGE_STRING='lightdm 1.22.0'
+PACKAGE_VERSION='1.24.0'
+PACKAGE_STRING='lightdm 1.24.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1487,7 +1487,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures lightdm 1.22.0 to adapt to many kinds of systems.
+\`configure' configures lightdm 1.24.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1558,7 +1558,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of lightdm 1.22.0:";;
+     short | recursive ) echo "Configuration of lightdm 1.24.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1736,7 +1736,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-lightdm configure 1.22.0
+lightdm configure 1.24.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2222,7 +2222,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by lightdm $as_me 1.22.0, which was
+It was created by lightdm $as_me 1.24.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3088,7 +3088,7 @@
 
 # Define the identity of the package.
  PACKAGE='lightdm'
- VERSION='1.22.0'
+ VERSION='1.24.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19884,7 +19884,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by lightdm $as_me 1.22.0, which was
+This file was extended by lightdm $as_me 1.24.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19950,7 +19950,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-lightdm config.status 1.22.0
+lightdm config.status 1.24.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightdm-1.22.0/configure.ac 
new/lightdm-1.24.0/configure.ac
--- old/lightdm-1.22.0/configure.ac     2017-03-22 04:26:24.000000000 +0100
+++ new/lightdm-1.24.0/configure.ac     2017-09-05 00:22:31.000000000 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(lightdm, 1.22.0)
+AC_INIT(lightdm, 1.24.0)
 AC_CONFIG_MACRO_DIR(m4)
 AC_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])


Reply via email to