Hello community,

here is the log from the commit of package mISDNuser for openSUSE:Factory 
checked in at 2012-12-05 13:59:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mISDNuser (Old)
 and      /work/SRC/openSUSE:Factory/.mISDNuser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mISDNuser", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mISDNuser/mISDNuser.changes      2011-10-11 
17:03:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mISDNuser.new/mISDNuser.changes 2012-12-05 
13:59:59.000000000 +0100
@@ -1,0 +2,13 @@
+Thu Nov 29 11:57:01 UTC 2012 - [email protected]
+
+- license update: GPL-2.0 and LGPL-2.1
+  Semicolon is ambiguous. Use ^and^ or ^or^ depending on the interaction
+
+-------------------------------------------------------------------
+Thu Nov 15 01:43:43 UTC 2012 - [email protected]
+
+- Update to new upstream release 2.0.17
+* no upstream changelog provided
+- Delete misdn-fixes.diff, merged upstream
+
+-------------------------------------------------------------------

Old:
----
  mISDNuser-2.0.2+git28.tar.bz2
  misdn-fixes.diff

New:
----
  mISDNuser-2.0.17.tar.xz

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

Other differences:
------------------
++++++ mISDNuser.spec ++++++
--- /var/tmp/diff_new_pack.Es4Fgi/_old  2012-12-05 14:00:00.000000000 +0100
+++ /var/tmp/diff_new_pack.Es4Fgi/_new  2012-12-05 14:00:00.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mISDNuser
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,42 +16,38 @@
 #
 
 
-
 Name:           mISDNuser
-URL:            http://misdn.org/
-License:        GPL-2.0 ; LGPL-2.1
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Group:          Hardware/ISDN
 Summary:        Tools and library for mISDN
-Version:        2.0.2+git28
+License:        GPL-2.0 and LGPL-2.1
+Group:          Hardware/ISDN
+Version:        2.0.17
 Release:        0
-#Git-Clone:    git://git.misdn.org/mISDNuser
+Url:            http://misdn.org/
+
+#Git-Clone:    git://git.misdn.eu/mISDNuser
 #Changelog:    http://misdn.org/index.php/MISDN_Release_Notes
-Source0:        %{name}-%{version}.tar.bz2
-Patch1:         misdn-fixes.diff
+# There seem to be no tarballs. Generated one from git.
+Source:         %name-%version.tar.xz
+BuildRequires:  autoconf >= 2.63
+BuildRequires:  automake
+BuildRequires:  libtool >= 2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains libmisdn and some tools to use the mISDN driver.
 mISDN is the new modular ISDN driver for Linux.
 
-%package -n libmisdn0
+%package -n libmisdn1
 Summary:        mISDN core library
 Group:          System/Libraries
 
-%description -n libmisdn0
+%description -n libmisdn1
 The mISDN core library.
 
-%package -n libsuppserv0
-Summary:        Library for ISDN Supplementary Services
-Group:          System/Libraries
-
-%description -n libsuppserv0
-The mISDN library for Supplemental Services support.
-
 %package devel
 Summary:        C header files for mISDN
 Group:          Development/Libraries/C and C++
-Requires:       libmisdn0 = %version, libsuppserv0 = %version
+Requires:       libmisdn1 = %version
 
 %description devel
 This package contain the header files and libraries for
@@ -59,10 +55,10 @@
 
 %prep
 %setup -qn %name
-%patch -P 1 -p1
 
 %build
 if [ ! -e configure ]; then
+       mkdir -p m4;
        autoreconf -fi;
 fi;
 %configure --disable-static
@@ -73,26 +69,19 @@
 make install DESTDIR="$b";
 find "$b/%_libdir" -type f -name "*.la" -delete;
 
-%post -n libmisdn0 -p /sbin/ldconfig
-
-%postun -n libmisdn0 -p /sbin/ldconfig
+%post -n libmisdn1 -p /sbin/ldconfig
 
-%post -n libsuppserv0 -p /sbin/ldconfig
-
-%postun -n libsuppserv0 -p /sbin/ldconfig
+%postun -n libmisdn1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
+%config %_sysconfdir/udev
 %_bindir/*
 %_sbindir/*
 
-%files -n libmisdn0
-%defattr(-,root,root)
-%_libdir/libmisdn.so.0*
-
-%files -n libsuppserv0
+%files -n libmisdn1
 %defattr(-,root,root)
-%_libdir/libsuppserv.so.0*
+%_libdir/libmisdn.so.1*
 
 %files devel
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to