Hello community,

here is the log from the commit of package printer-driver-brlaser for 
openSUSE:Factory checked in at 2020-04-18 00:30:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/printer-driver-brlaser (Old)
 and      /work/SRC/openSUSE:Factory/.printer-driver-brlaser.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "printer-driver-brlaser"

Sat Apr 18 00:30:01 2020 rev:4 rq:794818 version:6+git20191118.2f63d0a

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/printer-driver-brlaser/printer-driver-brlaser.changes
    2016-06-19 12:52:54.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.printer-driver-brlaser.new.2738/printer-driver-brlaser.changes
  2020-04-18 00:32:09.498266989 +0200
@@ -1,0 +2,38 @@
+Thu Apr 16 14:59:45 UTC 2020 - [email protected]
+
+- Update to version 6+git20191118.2f63d0a:
+  * Package available on guix, too
+  * Bump version number
+  * Version 6
+  * Add Brother HL-2270DW
+  * add gedit backup file to .gitignore (*~)
+  * Add a bunch of printers
+  * Don't compress across bands (#39)
+  * Version 5
+  * Brother HL-1110
+  * Add a bunch of printer stanzas
+
+-------------------------------------------------------------------
+Sat Apr 11 11:55:12 UTC 2020 - Xu Zhao <[email protected]>
+
+- Update to version 6:
+  * Added support for some more Brother HL-series printers.
+    Brother HL-2030 series
+    Brother HL-2140 series
+    Brother HL-2220 series
+    Brother HL-2270DW series
+    Brother HL-5030 series
+    Brother DCP-L2520D series
+- Update from version 5:
+  * Fixed problems with Brother HL-series printers in 600 dpi mode.
+  * Added brlaser.drv stanzas for several new printers.
+- Update from version 4:
+  * Added several printers
+  * Merged duplex printing support
+  * Switched to a CMake build system
+- Removed patches as they are already merged:
+  0001-mark-DCP-7055W-as-supported.diff
+  0002-Add-Brother-DCP1510.diff
+  0003-Add-missing-include-string.diff
+
+-------------------------------------------------------------------

Old:
----
  0001-mark-DCP-7055W-as-supported.diff
  0002-Add-Brother-DCP1510.diff
  0003-Add-missing-include-string.diff
  brlaser-3+git20160302.03bb366.tar.gz

New:
----
  _servicedata
  brlaser-6+git20191118.2f63d0a.tar.gz

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

Other differences:
------------------
++++++ printer-driver-brlaser.spec ++++++
--- /var/tmp/diff_new_pack.Fv0SJ3/_old  2020-04-18 00:32:10.066268165 +0200
+++ /var/tmp/diff_new_pack.Fv0SJ3/_new  2020-04-18 00:32:10.070268174 +0200
@@ -1,7 +1,8 @@
 #
 # spec file for package printer-driver-brlaser
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 Xu Zhao ([email protected])
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +13,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           printer-driver-brlaser
-Version:        3+git20160302.03bb366
+Version:        6+git20191118.2f63d0a
 Release:        0
 Summary:        Driver for (some) Brother laster printers
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Hardware/Printing
-Url:            https://github.com/pdewacht/brlaser
+URL:            https://github.com/pdewacht/brlaser
 Source:         brlaser-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM -- https://github.com/pdewacht/brlaser/pull/5
-Patch0:         0001-mark-DCP-7055W-as-supported.diff
-# PATCH-FIX-UPSTREAM -- https://github.com/pdewacht/brlaser/pull/7
-Patch1:         0002-Add-Brother-DCP1510.diff
-# PATCH-FIX-UPSTREAM -- https://github.com/pdewacht/brlaser/pull/9
-Patch2:         0003-Add-missing-include-string.diff
-BuildRequires:  autoconf
-BuildRequires:  automake
+BuildRequires:  cmake
 %if 0%{?is_opensuse} || 0%{?suse_version} != 1315
 BuildRequires:  cups-ddk
 BuildRequires:  cups-devel
@@ -55,33 +49,55 @@
 It is known to support these printers:
 
     Brother DCP-1510 series
+    Brother DCP-1600 series
     Brother DCP-7030
-    Brother DCP-7055
+    Brother DCP-7040 Brother DCP-7055
     Brother DCP-7055W
+    Brother DCP-7060D
     Brother DCP-7065DN
+    Brother DCP-7080
+    Brother DCP-L2500D series
+    Brother DCP-L2520D series
+    Brother DCP-L2540DW series
+    Brother HL-1110 series
+    Brother HL-1200 series
+    Brother HL-2030 series
+    Brother HL-2140 series
+    Brother HL-2220 series
+    Brother HL-2270DW series
+    Brother HL-5030 series
+    Brother HL-L2300D series
+    Brother HL-L2320D series
+    Brother HL-L2340D series
+    Brother HL-L2360D series
+    Brother MFC-1910W
+    Brother MFC-7240
+    Brother MFC-7360N
+    Brother MFC-7365DN
+    Brother MFC-7840W
+    Brother MFC-L2710DW series
+    Lenovo M7605D
 
 %prep
-%autosetup -p1 -n brlaser-%{version}
+%setup -q -n brlaser-%{version}
 
 %build
-autoreconf -fi
-%configure
-make %{?_smp_mflags}
+mkdir build && cd build
+cmake ..
+%make_build
 ppdc brlaser.drv
 
 %install
-%make_install
-# installed via doc
-rm %{buildroot}%{_datadir}/doc/brlaser/README.md
+%cmake_install
 # we use compiled ppds instead
 rm %{buildroot}%{_datadir}/cups/drv/brlaser.drv
 # install compiled ppds
-mkdir -p %{buildroot}%{_datadir}/cups/model
-cp -a ppd %{buildroot}%{_datadir}/cups/model/brlaser
+install -Dm644 build/ppd/* -t %{buildroot}%{_datadir}/cups/model/brlaser
 
 %files
 %defattr(-,root,root)
-%doc README.md COPYING
+%license COPYING
+%doc README.md
 %dir %{_libexecdir}/cups
 %dir %{_libexecdir}/cups/filter
 %{_libexecdir}/cups/filter/rastertobrlaser

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Fv0SJ3/_old  2020-04-18 00:32:10.090268214 +0200
+++ /var/tmp/diff_new_pack.Fv0SJ3/_new  2020-04-18 00:32:10.094268223 +0200
@@ -1,6 +1,6 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="versionformat">3+git%cd.%h</param>
+    <param name="versionformat">6+git%cd.%h</param>
     <param name="url">git://github.com/pdewacht/brlaser.git</param>
     <param name="scm">git</param>
     <param name="revision">master</param>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">git://github.com/pdewacht/brlaser.git</param>
              <param 
name="changesrevision">e7268ac787a0221e5a7300d321bc7ab7db46e73f</param></service></servicedata>++++++
 brlaser-3+git20160302.03bb366.tar.gz -> brlaser-6+git20191118.2f63d0a.tar.gz 
++++++
++++ 2044 lines of diff (skipped)


Reply via email to