squeeze 1.0.4.16 → 1.0.4.17
raw patch · 8 files changed
+37/−31 lines, 8 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.markdown +6/−3
- changelog.Debian +4/−4
- changelog.markdown +5/−2
- copyright +2/−2
- debian/DEBIAN/control +3/−3
- man/man1/squeeze.1 +5/−5
- squeeze.cabal +8/−8
- squeeze.spec +4/−4
README.markdown view
@@ -1,6 +1,9 @@ # **Squeeze** -[](https://hackage.haskell.org/package/squeeze) [](https://travis-ci.org/functionalley/Squeeze)+[](https://travis-ci.org/functionalley/Squeeze)+[](https://hackage.haskell.org/package/squeeze)+[](https://www.gnu.org/licenses/gpl-3.0)+[](https://haskell.org) This is "**Squeeze**", an application which searches for combinations of the specified files to store in a given space, without wasting an unacceptable proportion.@@ -11,7 +14,7 @@ ## Documentation * The directory "**man/**" contains the documentation.-* More information about this application can be found at [Squeeze](http://functionalley.eu/Squeeze/squeeze.html).+* More information about this application can be found at [Squeeze](https://functionalley.com/Squeeze/squeeze.html). ## License @@ -19,7 +22,7 @@ ## Bug-reporting -Bug-reports should be emailed to <squeeze@functionalley.eu>.+Bug-reports should be emailed to <squeeze@functionalley.com>. ## Testing
changelog.Debian view
@@ -2,18 +2,18 @@ * New release. - -- Alistair Ward <squeeze@functionalley.eu> Wed, 12 Jan 2011 00:00:00 +0000+ -- Alistair Ward <squeeze@functionalley.com> Wed, 12 Jan 2011 00:00:00 +0000 squeeze (1.0.1.4-1) experimental; urgency=low - * Uploaded to <http://hackage.haskell.org/package/squeeze>.+ * Uploaded to <https://hackage.haskell.org/package/squeeze>. - -- Alistair Ward <squeeze@functionalley.eu> Wed, 12 Jan 2011 00:00:00 +0000+ -- Alistair Ward <squeeze@functionalley.com> Wed, 12 Jan 2011 00:00:00 +0000 squeeze (1.0.4.1-1) experimental; urgency=low * Re-calculated "Installed-size". - -- Alistair Ward <squeeze@functionalley.eu> Wed, 24 Jul 2013 12:00:00 +0000+ -- Alistair Ward <squeeze@functionalley.com> Wed, 24 Jul 2013 12:00:00 +0000 squeeze (1.0.4.8-1) experimental; urgency=low
changelog.markdown view
@@ -1,4 +1,4 @@-# 2010-11-18 Dr. Alistair Ward <squeeze@functionalley.eu>+# 2010-11-18 Dr. Alistair Ward <squeeze@functionalley.com> ## 1.0.0.0 * First version of the package.@@ -40,7 +40,7 @@ * Added manually controlled flag "**llvm**" to the *.cabal*-file. * Replaced references to the module "**ToolShed.Package**" with "**Distribution.Package**". * Reacted to the creation of module "**ToolShed.Defaultable**".-* Uploaded to [Hackage](http://hackage.haskell.org/package/squeeze).+* Uploaded to [Hackage](https://hackage.haskell.org/package/squeeze). ## 1.0.2.0 * Reimplemented `Squeeze.File.aggregateSize` using `foldr` rather than `foldl`.@@ -166,3 +166,6 @@ * Removed dependency on **Distribution.Package.PackageName** ## 1.0.4.16++## 1.0.4.17+Changed references to author's domain-name.
copyright view
@@ -1,11 +1,11 @@ Author:- Dr. Alistair Ward <squeeze@functionalley.eu>.+ Dr. Alistair Ward <squeeze@functionalley.com>. Copyright: Copyright (C) 2010-2013 Dr. Alistair Ward. All Rights Reserved. Home-page:- http://functionalley.eu/Squeeze/squeeze.html+ https://functionalley.com/Squeeze/squeeze.html License: GNU GENERAL PUBLIC LICENSE Version 3; see '/usr/share/common-licenses/GPL-3' or '/usr/share/doc/licenses/gpl-3.0.txt' where available, or the local packaged file 'LICENSE'.
debian/DEBIAN/control view
@@ -1,13 +1,13 @@ Package: squeeze-Version: 1.0.4.16-1+Version: 1.0.4.17-1 Section: utils Priority: optional Architecture: amd64 Depends: libc6 Installed-size: 2576-Maintainer: Dr. Alistair Ward <squeeze@functionalley.eu>+Maintainer: Dr. Alistair Ward <squeeze@functionalley.com> Provides:-Homepage: http://functionalley.eu/Squeeze/squeeze.html+Homepage: https://functionalley.com/Squeeze/squeeze.html Description: Finds the optimal subset of the specified files, to fit into a limited space. Returns progressively better subsets of the specified files, to fit into a limited space, without wasting more than the specific ratio.
man/man1/squeeze.1 view
@@ -130,7 +130,7 @@ Written by Dr. Alistair Ward. .SH BUGS .SS "REPORTING BUGS"-Report bugs to <\fBsqueeze@functionalley.eu\fR>.+Report bugs to <\fBsqueeze@functionalley.com\fR>. .SH COPYRIGHT Copyright \(co 2010-2015 Dr. Alistair Ward .PP@@ -138,18 +138,18 @@ .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .PP-You should have received a copy of the GNU General Public License along with this program. If not, see \fB<http://www.gnu.org/licenses/>\fR.+You should have received a copy of the GNU General Public License along with this program. If not, see \fB<https://www.gnu.org/licenses/>\fR. .SH "SEE ALSO" .IP \(bu-Home-page: \fBhttp://functionalley.eu/Squeeze/squeeze.html\fR+Home-page: \fBhttps://functionalley.com/Squeeze/squeeze.html\fR .IP \(bu-.B http://hackage.haskell.org/package/squeeze+.B https://hackage.haskell.org/package/squeeze .IP \(bu .B https://github.com/functionalley/Squeeze .IP \(bu Source-documentation is generated by "\fBHaddock\fR", & is available in the distribution. .IP \(bu-.B http://www.haskell.org/haddock/+.B https://www.haskell.org/haddock/ .IP \(bu .B https://en.wikipedia.org/wiki/Log-normal_distribution .IP \(bu
squeeze.cabal view
@@ -14,7 +14,7 @@ -- along with Squeeze. If not, see <http://www.gnu.org/licenses/>. Name: squeeze-Version: 1.0.4.16+Version: 1.0.4.17 Cabal-version: >= 1.10 Copyright: (C) 2010-2015 Dr. Alistair Ward License: GPL@@ -25,10 +25,10 @@ Build-type: Simple Description: Returns progressively better subsets of the specified files, selected to fit into a limited space, without wasting more than the specific ratio. Category: Application, Utils-Tested-with: GHC == 7.4, GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0, GHC == 8.2-Homepage: http://functionalley.eu/Squeeze/squeeze.html-Maintainer: mailto:squeeze@functionalley.eu-Bug-reports: mailto:squeeze@functionalley.eu+Tested-with: GHC == 7.4, GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0, GHC == 8.2, GHC == 8.4, GHC == 8.6+Homepage: https://functionalley.com/Squeeze/squeeze.html+Maintainer: mailto:squeeze@functionalley.com+Bug-reports: mailto:squeeze@functionalley.com -- None of these files are needed at run-time. Extra-source-files:@@ -91,7 +91,7 @@ GHC-options: -fllvm if impl(ghc >= 8.0)- GHC-options: -j -Wredundant-constraints+ GHC-options: -Wredundant-constraints Executable squeeze Default-language: Haskell2010@@ -125,7 +125,7 @@ GHC-prof-options: -fprof-auto -fprof-cafs -with-rtsopts=-H100M if impl(ghc >= 8.0)- GHC-options: -j -Wredundant-constraints+ GHC-options: -Wredundant-constraints else GHC-prof-options: -auto-all -caf-all @@ -156,5 +156,5 @@ toolshed >= 0.17 if impl(ghc >= 8.0)- GHC-options: -j -Wredundant-constraints+ GHC-options: -Wredundant-constraints
squeeze.spec view
@@ -21,13 +21,13 @@ Summary: Finds the optimal subset of the specified files, to fit into a limited space, with minimal wastage Name: squeeze-Version: 1.0.4.16+Version: 1.0.4.17 Release: 1 License: GPLv3 # From '/usr/share/doc/packages/rpm/GROUPS'. Group: Applications/File-Source0: http://functionalley.eu/Downloads/sdist/%tarBall-URL: http://functionalley.eu/Squeeze/%name.html+Source0: https://functionalley.com/Downloads/sdist/%tarBall+URL: https://functionalley.com/Squeeze/%name.html Prefix: /usr BuildRequires: haskell-platform @@ -62,6 +62,6 @@ %attr(0644, root, root) %doc %_mandir/man1/%name.1.gz %changelog-* Wed May 09 2012 Alistair Ward <squeeze@functionalley.eu> 1.0.2.4-1+* Wed May 09 2012 Alistair Ward <squeeze@functionalley.com> 1.0.2.4-1 First cut.