Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-iwlib for openSUSE:Factory 
checked in at 2022-08-01 21:31:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-iwlib (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-iwlib.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-iwlib"

Mon Aug  1 21:31:34 2022 rev:7 rq:990791 version:0.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-iwlib/ghc-iwlib.changes      2020-12-22 
11:41:44.665634534 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-iwlib.new.1533/ghc-iwlib.changes    
2022-08-01 21:32:19.797988862 +0200
@@ -1,0 +2,6 @@
+Mon Jul 11 23:45:16 UTC 2022 - Peter Simons <[email protected]>
+
+- Update iwlib to version 0.1.2.
+  Upstream does not provide a change log file.
+
+-------------------------------------------------------------------

Old:
----
  iwlib-0.1.0.tar.gz

New:
----
  iwlib-0.1.2.tar.gz

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

Other differences:
------------------
++++++ ghc-iwlib.spec ++++++
--- /var/tmp/diff_new_pack.cbFHs0/_old  2022-08-01 21:32:20.161989906 +0200
+++ /var/tmp/diff_new_pack.cbFHs0/_new  2022-08-01 21:32:20.165989918 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-iwlib
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global pkg_name iwlib
 Name:           ghc-%{pkg_name}
-Version:        0.1.0
+Version:        0.1.2
 Release:        0
 Summary:        Bindings for the iw C library
 License:        BSD-3-Clause

++++++ iwlib-0.1.0.tar.gz -> iwlib-0.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iwlib-0.1.0/iwlib.cabal new/iwlib-0.1.2/iwlib.cabal
--- old/iwlib-0.1.0/iwlib.cabal 2018-01-31 00:00:13.000000000 +0100
+++ new/iwlib-0.1.2/iwlib.cabal 2001-09-09 03:46:40.000000000 +0200
@@ -1,10 +1,10 @@
 name:                iwlib
-version:             0.1.0
+version:             0.1.2
 synopsis:            Bindings for the iw C library
 description:
   A binding to the iw library for getting info about the current WiFi 
connection.
-homepage:            https://github.com/jaor/iwlib
-bug-reports:         https://github.com/jaor/iwlib/issues
+homepage:            https://codeberg.org/xmobar/iwlib
+bug-reports:         https://codeberg.org/xmobar/iwlib/issues
 license:             BSD3
 license-file:        LICENSE
 author:              Jose Antonio Ortega Ruiz <[email protected]>
@@ -16,7 +16,7 @@
 extra-source-files:  readme.md
 source-repository head
   type: git
-  location: https://github.com/jaor/iwlib.git
+  location: https://codeberg.org/xmobar/iwlib.git
 
 library
   build-depends:       base >=4 && <5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iwlib-0.1.0/readme.md new/iwlib-0.1.2/readme.md
--- old/iwlib-0.1.0/readme.md   2018-01-31 00:00:13.000000000 +0100
+++ new/iwlib-0.1.2/readme.md   2001-09-09 03:46:40.000000000 +0200
@@ -1,4 +1,6 @@
-![Hackage](https://img.shields.io/hackage/v/iwlib.svg)
+[![Hackage](https://img.shields.io/hackage/v/iwlib.svg)](http://hackage.haskell.org/package/iwlib)
+[![Build 
Status](https://travis-ci.org/jaor/iwlib.svg?branch=master)](https://travis-ci.org/jaor/iwlib)
+
 
 # About
 
@@ -7,36 +9,36 @@
 
 # Bug Reports
 
-To submit bug reports you can use the [bug tracker over at Github].
+To submit bug reports you can use the [bug tracker over at Codeberg].
 
-[bug tracker over at Github]: https://github.com/jaor/iwlib/issues
+[bug tracker over at Github]: https://codeberg.org/xmobar/iwlib/issues
 
 # Installation
 
 ## Using cabal-install
 
-Xmobar is available from [Hackage], and you can install it using
+iwlib is available from [Hackage], and you can install it using
 `cabal-install`:
 
         cabal install iwlib
 
 ## From source
 
-If you don't have `cabal-install` installed, you can get xmobar's
+If you don't have `cabal-install` installed, you can get iwlib's
 source code in a variety of ways:
 
   - From [Hackage]. Just download the latest release from xmobar's
     hackage page.
-  - From [Github]. You can also obtain a tarball in [Github's
+  - From [Codeberg]. You can also obtain a tarball in [Codeberg's
     downloads page]. You'll find there links to each tagged release.
   - From the bleeding edge repo. If you prefer to live dangerously,
     just get the latest and greatest (and buggiest, I guess) using
     git:
 
-        git clone git://github.com/jaor/iwlib
+        git clone git://codeberg.org/xmobar/iwlib
 
 
-[Github's downloads page]: https://github.com/jaor/iwlib/downloads
+[Codeberg's downloads page]: https://github.com/jaor/iwlib/downloads
 
 If you have cabal installed, you can now use it from within its source
 tree:
@@ -70,13 +72,12 @@
 
 # License
 
-This software is released under a BSD-style license. See [LICENSE] for
-more details.
+This software is released under a BSD-style license. See the [license
+file](./license) for more details.
 
 Copyright &copy; 2018 Jose Antonio Ortega Ruiz
 
-[Github]: http://github.com/jaor/iwlib/
-[Github page]: http://github.com/jaor/iwlib
+[Codeberg]: http://github.com/jaor/iwlib/
+[Codeberg page]: http://github.com/jaor/iwlib
 [Hackage]: http://hackage.haskell.org/package/iwlib/
-[LICENSE]: https://github.com/jaor/iwlib/raw/master/license
 [iwlib]: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html

Reply via email to